Skip to content

KimMeen/GCN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Convolutional Networks (GCN)

A PyTorch implementation of the paper https://arxiv.org/abs/1609.02907

Codes

The folder contains a GCN implementation based on DGL.

Three training scripts are available to run on Cora, Citeseer, and Pubmed.

Results

Run with following:

python train_cora.py
* Cora: ~0.823 (paper: 0.815)
* Citeseer: ~0.705 (paper: 0.703)
* Pubmed: ~0.800 (paper: 0.790)

About

A PyTorch implementation of the (GCN) paper https://arxiv.org/abs/1609.02907

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages