RNN that uses integer indices as inputs and outputs.
BasicRNN
01 Syntax
Microsoft.VisualBasic.MachineLearning.RNN.BasicRNN
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| initialize | 1 | Initializes the network for the given vocabulary size. |
03 Members
initialize(
Int32)Initializes the network for the given vocabulary size.
Parameters
| Name | Type | Description |
|---|---|---|
vocabularySize | Int32 | The vocabulary size; it must be greater than zero. |