Concept
Decoder For Graph-Level Latents
The goal of graph level variational decoder is to define a posterior given a graph level latent embedding. The original graph VAE proposed to combine a multi-layer perceptron (MLP) and Bernoulli distribution assumption to obtain the posterior:
Where is adjacency matrix and is the predicted matrix of edge probabilities. The overall log-likelihood objective is equivalent to a set of independent binary cross-entropy loss.
0
1
Updated 2022-07-24
Tags
Deep Learning (in Machine learning)
Data Science