Skip to content

Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.

License

Notifications You must be signed in to change notification settings

suhasagg/GraphNeuralNetwork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Neural Network

Method

Model Paper Note
GCN [ICLR 2017]Semi-Supervised Classification with Graph Convolutional Networks 【Graph Neural Network】GCN:算法原理,实现和应用
GraphSAGE [NIPS 2017]Inductive representation learning on large graphs 【Graph Neural Network】GraphSAGE:算法原理,实现和应用
GAT [ICLR 2018]Graph Attention Nerworks

How to run examples

  1. clone the repo and use pip install -r requirements.txt to setup the operating environment.
  2. run following commands
cd gnn
python run_gcn_cora.py
python run_graphsage_cora.py
python run_gat_cora.py

DisscussionGroup

  • 公众号:浅梦的学习笔记 wechat ID: deepctrbot wechat

About

Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%