Uses of Class
org.deeplearning4j.nn.conf.layers.GravesBidirectionalLSTM.Builder
-
Packages that use GravesBidirectionalLSTM.Builder Package Description org.deeplearning4j.nn.conf.layers -
-
Uses of GravesBidirectionalLSTM.Builder in org.deeplearning4j.nn.conf.layers
Methods in org.deeplearning4j.nn.conf.layers that return GravesBidirectionalLSTM.Builder Modifier and Type Method Description GravesBidirectionalLSTM.Builder
GravesBidirectionalLSTM.Builder. forgetGateBiasInit(double biasInit)
Set forget gate bias initalizations.GravesBidirectionalLSTM.Builder
GravesBidirectionalLSTM.Builder. gateActivationFunction(String gateActivationFn)
Activation function for the LSTM gates.GravesBidirectionalLSTM.Builder
GravesBidirectionalLSTM.Builder. gateActivationFunction(Activation gateActivationFn)
Activation function for the LSTM gates.GravesBidirectionalLSTM.Builder
GravesBidirectionalLSTM.Builder. gateActivationFunction(IActivation gateActivationFn)
Activation function for the LSTM gates.GravesBidirectionalLSTM.Builder
GravesBidirectionalLSTM.Builder. helperAllowFallback(boolean allowFallback)
When using a helper (CuDNN or MKLDNN in some cases) and an error is encountered, should fallback to the non-helper implementation be allowed? If set to false, an exception in the helper will be propagated back to the user.
-