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 |
rnnDataFormat, weightInitFnRecurrentnIn, nOut, timeDistributedFormatactivationFn, biasInit, biasUpdater, gainInit, gradientNormalization, gradientNormalizationThreshold, iUpdater, regularization, regularizationBias, weightInitFn, weightNoiseconstraints, iDropout, layerName| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLSTM(AbstractLSTM.Builder builder) |
getOutputType, getPreProcessorForInputType, setNInisPretrainParamclone, getGradientNormalization, getRegularizationByParam, getUpdaterByParam, resetLayerDefaultConfiggetMemoryReport, initializeConstraints, initializer, instantiate, setDataTypeequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGradientNormalizationThreshold, getLayerNameprotected double forgetGateBiasInit
protected IActivation gateActivationFn
protected boolean helperAllowFallback
protected AbstractLSTM(AbstractLSTM.Builder builder)
Copyright © 2020. All rights reserved.