public class GravesLSTM extends BaseRecurrentLayer
| Modifier and Type | Class and Description |
|---|---|
static class |
GravesLSTM.Builder |
nIn, nOutactivationFn, adamMeanDecay, adamVarDecay, biasInit, biasLearningRate, dist, dropOut, epsilon, gradientNormalization, gradientNormalizationThreshold, l1, l1Bias, l2, l2Bias, layerName, learningRate, learningRateSchedule, momentum, momentumSchedule, rho, rmsDecay, updater, weightInit| Modifier and Type | Method and Description |
|---|---|
double |
getL1ByParam(java.lang.String paramName)
Get the L1 coefficient for the given parameter.
|
double |
getL2ByParam(java.lang.String paramName)
Get the L2 coefficient for the given parameter.
|
double |
getLearningRateByParam(java.lang.String paramName)
Get the (initial) learning rate coefficient for the given parameter.
|
ParamInitializer |
initializer() |
Layer |
instantiate(NeuralNetConfiguration conf,
java.util.Collection<IterationListener> iterationListeners,
int layerIndex,
org.nd4j.linalg.api.ndarray.INDArray layerParamsView,
boolean initializeParams) |
getOutputType, getPreProcessorForInputType, setNInclone, getUpdaterByParam, resetLayerDefaultConfigpublic Layer instantiate(NeuralNetConfiguration conf, java.util.Collection<IterationListener> iterationListeners, int layerIndex, org.nd4j.linalg.api.ndarray.INDArray layerParamsView, boolean initializeParams)
instantiate in class Layerpublic ParamInitializer initializer()
initializer in class Layerpublic double getL1ByParam(java.lang.String paramName)
LayergetL1ByParam in class FeedForwardLayerparamName - Parameter namepublic double getL2ByParam(java.lang.String paramName)
LayergetL2ByParam in class FeedForwardLayerparamName - Parameter namepublic double getLearningRateByParam(java.lang.String paramName)
LayergetLearningRateByParam in class FeedForwardLayerparamName - Parameter name