shagunsodhani / pregel

Tensorflow implementation of Graph Convolutional Network
MIT License
77 stars 10 forks source link
graph-convolutional-network tensorflow

pregel

Tensorflow implementation of Graph Convolutional Network

Setup

Run

References

This work is an attempt to reproduce some of the works related to graph convolutional networks:

Semi-Supervised Classification with Graph Convolutional Networks

@article{kipf2016semi,
  title={Semi-Supervised Classification with Graph Convolutional Networks},
  author={Kipf, Thomas N and Welling, Max},
  journal={arXiv preprint arXiv:1609.02907},
  year={2016}
}

Variational Graph Auto-Encoders

@article{hamilton2017representation,
  title={Representation Learning on Graphs: Methods and Applications},
  author={Hamilton, William L and Ying, Rex and Leskovec, Jure},
  journal={arXiv preprint arXiv:1709.05584},
  year={2017}
}