Skip to content

sufeidechabei/graphnets_gcn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graph_Nets_GCN

Prerequisites

  1. Linux or OSX
  2. Python 3.6+
  3. Sonnet(deepmind)
  4. Tensorflow
  5. Graphnet(deepmind)

Usage

python Node_Apply_GCN.py  --epochs 500

Paper

Semi-Supervised Classification with Graph Convolutional Networks

Joseph Redmon, Ali Farhadi

Abstract
We present a scalable approach for semi-supervised learning on graph-structured data that is based on an efficient variant of convolutional neural networks which operate directly on graphs. We motivate the choice of our convolutional architecture via a localized first-order approximation of spectral graph convolutions. Our model scales linearly in the number of graph edges and learns hidden layer representations that encode both local graph structure and features of nodes. In a number of experiments on citation networks and on a knowledge graph dataset we demonstrate that our approach outperforms related methods by a significant margin.

[Paper] [Original Implementation]

Download Dataset

"cora"

Cite

Please cite our paper if you use this code in your own work:

@article{kipf2016semi,
  title={Semi-Supervised Classification with Graph Convolutional Networks},
  author={Kipf, Thomas N and Welling, Max},
  journal={arXiv preprint arXiv:1609.02907},
  year={2016}
}

About

This is the gcn implication in graphnet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages