Interface | Description |
---|---|
InputStreamCreator |
Created by agibsonccc on 10/19/14.
|
Class | Description |
---|---|
Huffman |
Huffman tree builder
|
StaticWord2Vec |
This is special limited Word2Vec implementation, suited for serving as lookup table in concurrent multi-gpu environment
This implementation DOES NOT load all vectors onto any of gpus, instead of that it holds vectors in, optionally, compressed state in host memory.
|
StaticWord2Vec.Builder | |
StreamWork | |
VocabWord |
Intermediate layers of the neural network
|
VocabWork |
Vocab work meant for use with the vocab actor
|
Word2Vec |
This is Word2Vec implementation based on SequenceVectors
|
Word2Vec.Builder | |
Word2VecTests | |
Word2VecTestsSmall | |
Word2VecVisualizationTests |
This set of tests will address TSNE building checks, as well as parts of UI package involved there
|