forked from stellargraph/stellargraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/node2vec for issue Word2Vec in StellarGraph stellargraph#255 (s…
…tellargraph#536) This adds Node2Vec as an officially supported algorithm in StellarGraph using components within the library instead of the external library `gensim`. The new implementation is in tensorflow/keras which allows for Node2Vec to be used in a similar way as other stellargraph pipelines, and in combination with other keras layers. This adds... Two new generator classes for use with a Node2Vec pipeline: * `Node2VecNodeGenerator` * `Node2VecLinkGenerator` A new keras layer class for Node2Vec: * `Node2Vec` And two new demo notebooks: * `keras-node2vec-node-classification` * `keras-node2vec-embeddings` Follow-up to address some documentation tweaks stellargraph#1534 See stellargraph#255 Co-authored-by: Yuriy Tyshetskiy <yuriy.tyshetskiy@data61.csiro.au> Co-authored-by: kevin <kevin.jung@data61.csiro.au>
- Loading branch information
1 parent
edcb8d9
commit 318cd9c
Showing
24 changed files
with
2,004 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.