LSTMLayer¶
A long short-term memory (LSTM) layer.
Parent type: Layer
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
neuronCount |
Int |
The number of neurons in this layer | - |
Stub code in LSTMLayer.sdsstub
inputSize¶
Get the input_size of this layer.
Type: Int
outputSize¶
Get the output_size of this layer.
Type: Int