Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 401 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 401 Bytes

GCN

Semi-Supervised Classification with Graph Convolutional Networks

https://arxiv.org/abs/1609.02907

https://github.com/tkipf/gcn

Results

Run with following (available dataset: "cora", "citeseer", "pubmed")

python3 train.py --dataset cora
test Accuracy paper
cora 0.840 0.815
citeseer 0.703
pubmed 0.790