In this repository we implement a Graph Convolutional Network using exclusively python primitives and compare its performance with Thomas N. Kipf, Max Welling, Semi-Supervised Classification with Graph Convolutional Networks (ICLR 2017)'s TensorFlow and Pytorch implementation.
For more information on Graph Convolutional networks see GCN
python numpyGCN/train.pyFirst run...
python tfGCN/setup.py installand then
python tfGCN/train.pypython torchGCN/train.py