8000 GitHub - DonghanHe/gae: Implementation of Graph Auto-Encoders in TensorFlow
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DonghanHe/gae

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Auto-Encoders For Adajcency matrix and Node feature reconstruction

In this project I used T Kipf's graph auto-encoder (VAE) version to do node reconstruction as well as adjacency matrix recovering. The encoder is consisted of 2 layers of graph convolutional layer, and the decoder first generates the features, then the adjacency matrix. The model achieves great accuracy for a simple two layers encoding-two layers decoding autoencoder.

For more information on the Graph Auto-Encoder, please see Thomas Kipf's original github page for graph auto-encoders. To train the model, simply run

python train.py

Reference:

@article{kipf2016variational,
  title={Variational Graph Auto-Encoders},
  author={Kipf, Thomas N and Welling, Max},
  journal={NIPS Workshop on Bayesian Deep Learning},
  year={2016}
}

About

Implementation of Graph Auto-Encoders in TensorFlow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0