Unit cell of a long short-term memory (LSTM) recurrent neural network. Prefer using the RNN class instead, which can combine RNNCells in multiple layers.
Constructor | Description |
Full Usage:
LSTMCell(inputSize, hiddenSize, ?bias, ?checkShapes)
Parameters:
int
hiddenSize : int
?bias : bool
?checkShapes : bool
Returns: LSTMCell
|
|
© Copyright 2021, DiffSharp Contributors.