| Package | Description |
|---|---|
| org.deeplearning4j.models.embeddings.learning.impl.elements |
| Modifier and Type | Method and Description |
|---|---|
GloVe.Builder<T> |
GloVe.Builder.alpha(double alpha)
Parameter in exponent of weighting function; default 0.75
|
GloVe.Builder<T> |
GloVe.Builder.batchSize(int batchSize)
This parameter specifies batch size for each thread.
|
GloVe.Builder<T> |
GloVe.Builder.learningRate(double eta)
Initial learning rate; default 0.05
|
GloVe.Builder<T> |
GloVe.Builder.maxMemory(int gbytes)
This method allows you to specify maximum memory available for CoOccurrence map builder.
|
GloVe.Builder<T> |
GloVe.Builder.shuffle(boolean reallyShuffle)
Parameter specifying, if cooccurrences list should be shuffled between training epochs
|
GloVe.Builder<T> |
GloVe.Builder.symmetric(boolean reallySymmetric)
Parameters specifying, if cooccurrences list should be build into both directions from any current word.
|
GloVe.Builder<T> |
GloVe.Builder.xMax(double xMax)
Parameter specifying cutoff in weighting function; default 100.0
|
Copyright © 2017. All rights reserved.