From 11e0b76bb562e7b81efe564b564594e0c236ab05 Mon Sep 17 00:00:00 2001 From: Tommy in Tongji <36354458+TommyZihao@users.noreply.github.com> Date: Thu, 21 Jul 2022 22:37:04 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6c4e85d..42425262 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ This repository provides a reference implementation of *node2vec* as described i > The *node2vec* algorithm learns continuous representations for nodes in any (un)directed, (un)weighted graph. Please check the [project page](https://snap.stanford.edu/node2vec/) for more details. + +Node2Vec paper reading and code tutorials(in Chinese): https://www.bilibili.com/video/BV1BS4y1E7tf ### Basic Usage