Learn Before
Relation
Graph Autoencoders (GAE)
Autoencoder (AE) is a type of neural network that aims to learn encodings of unlabeled data, and it’s evaluated by mapping the generated encoding back to the original input (decoder). It can be used to learn graph representation with moderate modification. Below are several types of it:
-
Original Graph Autoencoders
-
Graph Variational Autoencoders
-
Other Improvements.
0
1
Updated 2022-06-12
Tags
Deep Learning (in Machine learning)
Data Science