public static class EmbeddingLayer.Builder extends FeedForwardLayer.Builder<EmbeddingLayer.Builder>
nIn, nOutactivationFn, biasInit, biasUpdater, dist, gradientNormalization, gradientNormalizationThreshold, iupdater, l1, l1Bias, l2, l2Bias, weightInit, weightNoiseallParamConstraints, biasConstraints, iDropout, layerName, weightConstraints| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EmbeddingLayer |
build() |
EmbeddingLayer.Builder |
hasBias(boolean hasBias)
If true: include bias parameters in the layer.
|
nIn, nOut, unitsactivation, activation, biasInit, biasUpdater, dist, gradientNormalization, gradientNormalizationThreshold, l1, l1Bias, l2, l2Bias, updater, updater, weightInit, weightInit, weightNoiseconstrainAllParameters, constrainBias, constrainWeights, dropOut, dropOut, namepublic EmbeddingLayer.Builder hasBias(boolean hasBias)
hasBias - If true: include bias parameters in this layerpublic EmbeddingLayer build()
build in class Layer.Builder<EmbeddingLayer.Builder>Copyright © 2018. All rights reserved.