public abstract class AbstractLSTM extends BaseRecurrentLayer
Modifier and Type | Class and Description |
---|---|
static class |
AbstractLSTM.Builder<T extends AbstractLSTM.Builder<T>> |
Modifier and Type | Field and Description |
---|---|
protected double |
forgetGateBiasInit |
protected IActivation |
gateActivationFn |
protected boolean |
helperAllowFallback |
weightInitFnRecurrent
nIn, nOut
activationFn, biasInit, biasUpdater, gainInit, gradientNormalization, gradientNormalizationThreshold, iUpdater, regularization, regularizationBias, weightInitFn, weightNoise
constraints, iDropout, layerName
Modifier | Constructor and Description |
---|---|
protected |
AbstractLSTM(AbstractLSTM.Builder builder) |
getOutputType, getPreProcessorForInputType, setNIn
isPretrainParam
clone, getGradientNormalization, getRegularizationByParam, getUpdaterByParam, resetLayerDefaultConfig
getMemoryReport, initializeConstraints, initializer, instantiate, setDataType
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGradientNormalizationThreshold, getLayerName
protected double forgetGateBiasInit
protected IActivation gateActivationFn
protected boolean helperAllowFallback
protected AbstractLSTM(AbstractLSTM.Builder builder)
Copyright © 2019. All rights reserved.