Create README.md

This commit is contained in:
William L Hamilton 2017-06-09 09:26:00 +01:00 committed by GitHub
parent 0e4c84d18a
commit c5458d2001

View File

@ -7,11 +7,11 @@
### Overview ### Overview
This directory contains code necessary to run the GraphSAGE algorithm. This directory contains code necessary to run the GraphSAGE algorithm.
See our [paper](http://TODO) for details on the algorithm. See our [paper](https://arxiv.org/pdf/1706.02216.pdf) for details on the algorithm.
The example_data subdirectory contains a small example of the PPI data, The example_data subdirectory contains a small example of the protein-protein interaction data,
which includes 3 training networks + one validation network and one test network. which includes 3 training graphs + one validation graph and one test graph.
The full Reddit and PPI datasets are available on the [project website](http://snap.stanford.edu/graphsage/). The full Reddit and PPI datasets (described in the paper) are available on the [project website](http://snap.stanford.edu/graphsage/).
If you make use of this code or the GraphSAGE algorithm in your work, please cite the following paper: If you make use of this code or the GraphSAGE algorithm in your work, please cite the following paper: