This is a Graph Convolutional Network Implementation with Layer wise Relevance Propagation on the trained Model To interpret the results of the model
The implementation of Graph Convolutional Network is taken from
Thomas N. Kipf, Max Welling, Semi-Supervised Classification with Graph Convolutional Networks (ICLR 2017)
For a high-level explanation, have a look at our blog post:
Thomas Kipf, Graph Convolutional Networks (2016)
python setup.py install- tensorflow (>0.12)
- networkx
cd gcn
python train.py