From ecc71c6f9ef09cc095e7b98660a2d4698563802d Mon Sep 17 00:00:00 2001 From: William L Hamilton Date: Wed, 7 Jun 2017 16:34:01 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index daa631d..5abec27 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,16 @@ ### Overview This directory contains code necessary to run the GraphSAGE algorithm. + The example_data subdirectory contains a small example of the PPI data, which includes 3 training networks + one validation network and one test network. The full Reddit and PPI datasets are available on the [project website](http://snap.stanford.edu/graphsage/). + ### Requirements