public class GravesBidirectionalLSTM extends BaseRecurrentLayer
Modifier and Type | Class and Description |
---|---|
static class |
GravesBidirectionalLSTM.Builder |
nIn, nOut
activationFunction, adamMeanDecay, adamVarDecay, biasInit, biasL1, biasL2, biasLearningRate, dist, dropOut, epsilon, gradientNormalization, gradientNormalizationThreshold, l1, l2, layerName, learningRate, learningRateSchedule, momentum, momentumSchedule, rho, rmsDecay, updater, weightInit
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.
|
ParamInitializer |
initializer() |
Layer |
instantiate(NeuralNetConfiguration conf,
Collection<IterationListener> iterationListeners,
int layerIndex,
org.nd4j.linalg.api.ndarray.INDArray layerParamsView,
boolean initializeParams) |
getOutputType, getPreProcessorForInputType, setNIn
clone, getUpdaterByParam
public Layer instantiate(NeuralNetConfiguration conf, Collection<IterationListener> iterationListeners, int layerIndex, org.nd4j.linalg.api.ndarray.INDArray layerParamsView, boolean initializeParams)
instantiate
in class Layer
public ParamInitializer initializer()
initializer
in class Layer
public double getL1ByParam(String paramName)
Layer
getL1ByParam
in class FeedForwardLayer
paramName
- Parameter namepublic double getL2ByParam(String paramName)
Layer
getL2ByParam
in class FeedForwardLayer
paramName
- Parameter namepublic double getLearningRateByParam(String paramName)
Layer
getLearningRateByParam
in class FeedForwardLayer
paramName
- Parameter nameCopyright © 2016. All Rights Reserved.