- Paper link: http://papers.nips.cc/paper/6703-inductive-representation-learning-on-large-graphs.pdf
- Author's code repo: https://github.com/williamleif/graphsage-simple. Note that the original code is simple reference implementation of GraphSAGE.
- requests
bash pip install requests
Run with following (available dataset: "cora", "citeseer", "pubmed")
python3 main.py --dataset cora --gpu 0
- cora: ~0.817
- citeseer: ~0.699
- pubmed: ~0.790