From 10841e624a06b4a9e17c4d06059cb3160d6198a7 Mon Sep 17 00:00:00 2001 From: Webbley Date: Tue, 21 Apr 2020 17:59:22 +0800 Subject: [PATCH] update title of distribute_metapath2vec --- examples/distribute_metapath2vec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/distribute_metapath2vec/README.md b/examples/distribute_metapath2vec/README.md index 715850e..0cbc6a7 100644 --- a/examples/distribute_metapath2vec/README.md +++ b/examples/distribute_metapath2vec/README.md @@ -1,4 +1,4 @@ -# Distributed metapath2vec in PGL +# Distributed metapath2vec, metapath2vec++, multi-metapath2vec++ in PGL [metapath2vec](https://ericdongyx.github.io/papers/KDD17-dong-chawla-swami-metapath2vec.pdf) is a algorithm framework for representation learning in heterogeneous networks which contains multiple types of nodes and links. Given a heterogeneous graph, metapath2vec algorithm first generates meta-path-based random walks and then use skipgram model to train a language model. Based on PGL, we reproduce metapath2vec algorithm in distributed mode. -- GitLab