shagunsodhani / pregel

Tensorflow implementation of Graph Convolutional Network
MIT License
77 stars 10 forks source link

References #5

Closed tkipf closed 6 years ago

tkipf commented 6 years ago

Nice and clean re-implementation! I would appreciate if you could refer to some of the original work:

https://github.com/tkipf/gcn https://arxiv.org/abs/1609.02907

@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}
}

Thanks!

shagunsodhani commented 6 years ago

Added references to both the papers and implementations :)