Awesome
Dirichlet Graph Auto-Encoders
This is a Pytorch implementation of the Dirchlet Graph Variational Auto-Encoder model (DGVAE), NIPS 2020.
DGVAE is an end-to-end trainable neural network model for unsupervised learning, generation and clustering on graphs. This code is more related to graph generation, as described in our paper.
DGVAE is based on Variational Graph Auto-Encoder (VGAE):
T. N. Kipf, M. Welling, Variational Graph Auto-Encoders, NIPS Workshop on Bayesian Deep Learning (2016)
Requirements
- pytorch 1.7.1
- python 3.7
- networkx
- scikit-learn
- scipy
Run the demo
python train_generate.py
Model options
--model default is our_vae(dgvae), others including our_ae(dgae),gcn_vae,gcn_ae --dataset default is Erdos_Renyi, others including Ego,Regular,Geometric,Power_Law,Barabasi_Albert