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 org.nd4j.linalg.activations.IActivation |
gateActivationFn |
nIn, nOutactivationFn, adamMeanDecay, adamVarDecay, biasInit, biasLearningRate, dist, epsilon, gradientNormalization, gradientNormalizationThreshold, iUpdater, l1, l1Bias, l2, l2Bias, learningRate, learningRateSchedule, momentum, momentumSchedule, rho, rmsDecay, updater, weightInit| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLSTM(AbstractLSTM.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
double |
getL1ByParam(String paramName)
Get the L1 coefficient for the given parameter.
|
double |
getL2ByParam(String paramName)
Get the L2 coefficient for the given parameter.
|
double |
getLearningRateByParam(String paramName)
Get the (initial) learning rate coefficient for the given parameter.
|
getOutputType, getPreProcessorForInputType, setNInisPretrainParamclone, getIUpdaterByParam, getUpdaterByParam, resetLayerDefaultConfiggetMemoryReport, initializer, instantiateprotected double forgetGateBiasInit
protected org.nd4j.linalg.activations.IActivation gateActivationFn
protected AbstractLSTM(AbstractLSTM.Builder builder)
public double getL1ByParam(String paramName)
LayergetL1ByParam in class FeedForwardLayerparamName - Parameter namepublic double getL2ByParam(String paramName)
LayergetL2ByParam in class FeedForwardLayerparamName - Parameter namepublic double getLearningRateByParam(String paramName)
LayergetLearningRateByParam in class FeedForwardLayerparamName - Parameter nameCopyright © 2017. All rights reserved.