Concept
Encoder for Node-level latents
Given adjacency matrix and node features , use two separate GNNs to generate mean () and variance () parameters.
- GNN(A, X)
- log = GNN(A, X)
where and log are |V| x d-dimensional matrices that specify the mean and variance embeddings for each node in input graph, respectively.
Once we have and log, we sample a set of latent node embeddings:
=
0
1
Updated 2022-07-24
Tags
Data Science