https://www.youtube.com/watch?v=qA6U4nIK62E

  • like autoencoders, their goal is to produce a matrix representation of the input
      • is the representation
    • Note that is the normalized adj matrix:
  • how to reconstruct the input graph?
    • Solution 1:
      • Perform an inner product all indexes in the latent space (and sigmoid the result) to get the adj matrix back
      • why does this work?
  • variational autoencoders