Recurrent Layers
DL4J equivalents and API reference for Keras recurrent layers — SimpleRNN, LSTM, and associated utilities.
Keras Recurrent Layer Import
Support Summary
Keras Layer
DL4J Equivalent
Supported
KerasSimpleRnn
Constructor
public KerasSimpleRnn(Integer kerasVersion) throws UnsupportedKerasConfigurationExceptiongetSimpleRnnLayer
public Layer getSimpleRnnLayer()getOutputType
getNumParams
getInputPreprocessor
getUnroll
setWeights
KerasLSTM
Constructor
getLSTMLayer
getOutputType
getNumParams
getInputPreprocessor
setWeights
getUnroll
getGateActivationFromConfig
getForgetBiasInitFromConfig
KerasRnnUtils
getUnrollRecurrentLayer
getRecurrentDropout
Input Shape Convention
Unsupported Layers
See Also
Last updated
Was this helpful?