Skip to content

dreamhomes/PyTorch-GNNs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch GNNs

Node-level and graph-level classification.

Models

Related theory reference 👉🏻 https://dreamhomes.top/

  • GCN
  • GAT
  • GraphSAGE

Dependencies

numpy==1.20.3
scipy==1.4.1
matplotlib==3.1.3
networkx==2.5.1
torch==1.6.0
dgl==0.5.1

Using following command:

$ pip install -r requirements.txt

Train and visualization

Karate club dataset

result