Tensorflow Implementation (Original) Author's PyTorch Implementation Pytorch Implementation by Bumsoo Kim
Graph Convolutions are best explained in this amazing blogpost by Thomas Kipf, the author of the paper Semi-Supervised Classification with Graph Convolutional Networks
- Python
- MXnet
- Numpy
- Run
node_classification_citation_network.ipynb
- Unable to reproduce results from the paper with dropout of 0.5. Dropout=0 gives results similar to paper