Skip to content

PyG implementation of GCN (Semi-Supervised Classification with Graph Convolutional Networks, ICLR 2017).Datasets: CiteSeer, Cora, PubMed, NELL.

License

Notifications You must be signed in to change notification settings

StudyingHUYANG/PyG-GCN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyG-GCN

PyG implementation of GCN (Semi-Supervised Classification with Graph Convolutional Networks, ICLR 2017).

Datasets: CiteSeer, Cora, PubMed, NELL.

Environment

pytorch==1.10.1+cu111

torch-geometric==2.0.3

Usage

python gcn.py

Result

dataset Citeseer Cora Pubmed NELL
acc 58.40 65.90 77.80 66.25

About

PyG implementation of GCN (Semi-Supervised Classification with Graph Convolutional Networks, ICLR 2017).Datasets: CiteSeer, Cora, PubMed, NELL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%