From b80531bad7cf28f361624c51b38efa699619bb53 Mon Sep 17 00:00:00 2001 From: huihun <781165206@qq.com> Date: Thu, 4 Jan 2024 16:42:59 +0800 Subject: [PATCH] first --- README.md | 1 + 1 file changed, 1 insertion(+) 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.