This commit is contained in:
huihun 2024-01-04 16:42:59 +08:00
parent a0fdef95dc
commit b80531bad7

View File

@ -7,6 +7,7 @@
### Overview ### Overview
This directory contains code necessary to run the GraphSage algorithm. 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. 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. See our [paper](https://arxiv.org/pdf/1706.02216.pdf) for details on the algorithm.