| Model | Paper | Note |
|---|---|---|
| GCN | [ICLR 2017]Semi-Supervised Classification with Graph Convolutional Networks | 【Graph Neural Network】GCN:算法原理,实现和应用 |
- clone the repo and make sure you have installed
tensorflowortensorflow-gpuon your local machine,then usepip install -r requirements.txtto setup the operating environment. - run following commands
cd gnn
python run_gcn_cora.py