Long short-term memory (LSTM) recurrent neural network.
Constructor | Description |
Full Usage:
LSTM(inputSize, hiddenSize, ?numLayers, ?bias, ?batchFirst, ?dropout, ?bidirectional)
Parameters:
int
hiddenSize : int
?numLayers : int
?bias : bool
?batchFirst : bool
?dropout : float
?bidirectional : bool
Returns: LSTM
|
|
Instance member | Description |
Full Usage:
this.hiddenSize
Returns: int
|
|
Full Usage:
this.inputSize
Returns: int
|
|
|
|
© Copyright 2021, DiffSharp Contributors.