MultiLayerRNN
01 Syntax
Microsoft.VisualBasic.MachineLearning.RNN.MultiLayerRNN
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 2 | Creates a net with default parameters. |
| sampleIndices | 2 | |
| initialize | 1 | |
| forwardBackward | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Initialized | 1 | Returns true if the net was initialized. |
| VocabularySize | 1 | Returns the vocabulary size - max index + 1. |
| HiddenSize | 1 | |
| LearningRate | 1 |
04 Members
#ctor
Creates a net with default parameters.
#ctor(
Int32)Creates a net with default parameters and initializes immediately.
Parameters
| Name | Type | Description |
|---|---|---|
vocabularySize | Int32 | - |
sampleIndices(
Int32, Int32(), Double)- Sample **
Initialized
Returns true if the net was initialized.
VocabularySize
Returns the vocabulary size - max index + 1.
HiddenSize
LearningRate
initialize(
Int32)forwardBackward(
Int32(), Int32())sampleIndices(
Int32, Int32(), Double, Boolean)