Explore Graph Convolutional Networks
- Build simple graph with NetworkX
- Implement forward pass of GCN by this paper
Reference:
Thomas Kipf and Max Welling. Semi-Supervised Classification with Graph Convolutional Networks, https://arxiv.org/pdf/1609.02907.pdf. 2016.