Package | Description |
---|---|
org.deeplearning4j.graph.models.deepwalk |
Modifier and Type | Class and Description |
---|---|
class |
DeepWalk<V,E>
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.