diff --git a/README.md b/README.md index bbd53f2..87268f7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ ### Overview + This directory contains code necessary to run the GraphSage algorithm. GraphSage can be viewed as a stochastic generalization of graph convolutions, and it is especially useful for massive, dynamic graphs that contain rich feature information. See our [paper](https://arxiv.org/pdf/1706.02216.pdf) for details on the algorithm.