Package | Description |
---|---|
org.deeplearning4j.models.glove | |
org.deeplearning4j.models.paragraphvectors | |
org.deeplearning4j.models.sequencevectors | |
org.deeplearning4j.models.word2vec |
Modifier and Type | Class and Description |
---|---|
class |
Glove
WORK IN PROGRESS, PLEASE DO NOT USE
|
Modifier and Type | Class and Description |
---|---|
class |
ParagraphVectors
Basic ParagraphVectors (aka Doc2Vec) implementation for DL4j, as wrapper over SequenceVectors
|
Modifier and Type | Method and Description |
---|---|
SequenceVectors<T> |
SequenceVectors.Builder.build()
Build SequenceVectors instance with defined settings/options
|
Modifier and Type | Class and Description |
---|---|
class |
Word2Vec
This is Word2Vec implementation based on SequenceVectors
|
Copyright © 2016. All Rights Reserved.