Package | Description |
---|---|
org.deeplearning4j.core.ui | |
org.deeplearning4j.models.embeddings | |
org.deeplearning4j.models.embeddings.inmemory | |
org.deeplearning4j.ui.weights |
Modifier and Type | Method and Description |
---|---|
UiConnectionInfo |
UiConnectionInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
void |
WeightLookupTable.plotVocab(BarnesHutTsne tsne,
int numWords,
UiConnectionInfo connectionInfo)
Render the words via TSNE
|
void |
WeightLookupTable.plotVocab(int numWords,
UiConnectionInfo connectionInfo)
Render the words via tsne
|
Modifier and Type | Method and Description |
---|---|
void |
InMemoryLookupTable.plotVocab(BarnesHutTsne tsne,
int numWords,
UiConnectionInfo connectionInfo)
Render the words via TSNE
|
void |
InMemoryLookupTable.plotVocab(int numWords,
UiConnectionInfo connectionInfo)
Render the words via tsne
|
Constructor and Description |
---|
ConvolutionalIterationListener(UiConnectionInfo connectionInfo,
int visualizationFrequency) |
Copyright © 2020. All rights reserved.