Package | Description |
---|---|
org.deeplearning4j.graph.models.deepwalk | |
org.deeplearning4j.graph.models.loader |
Class and Description |
---|
DeepWalk
Implementation of the DeepWalk graph vectorization model, based on the paper
DeepWalk: Online Learning of Social Representations by Perozzi, Al-Rfou & Skiena (2014),
https://arxiv.org/abs/1403.6652
Similar to word2vec in nature, DeepWalk is an unsupervised learning algorithm that learns a vector representation of each vertex in a graph. |
DeepWalk.Builder |
Class and Description |
---|
DeepWalk
Implementation of the DeepWalk graph vectorization model, based on the paper
DeepWalk: Online Learning of Social Representations by Perozzi, Al-Rfou & Skiena (2014),
https://arxiv.org/abs/1403.6652
Similar to word2vec in nature, DeepWalk is an unsupervised learning algorithm that learns a vector representation of each vertex in a graph. |
Copyright © 2020. All rights reserved.