Skip to content

Files

Latest commit

 

History

History
 
 

graphsage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Inductive Representation Learning on Large Graphs (GraphSAGE)

Requirements

  • requests

bash pip install requests

Results

Run with following (available dataset: "cora", "citeseer", "pubmed")

python3 main.py --dataset cora --gpu 0
  • cora: ~0.817
  • citeseer: ~0.699
  • pubmed: ~0.790