Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 342 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 342 Bytes

Explore_GCN

Explore Graph Convolutional Networks

  1. Build simple graph with NetworkX
  2. 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.