Method | Description | |
---|---|---|
GatedRecurrentGenerator ( ) : System |
Initializes a new instance of a Gated Recurrent Network generator.
|
|
Generate ( Matrix X, |
Generates a GRU neural network from the training set.
|
|
Generate ( Matrix X, Matrix Y ) : ISequenceModel |
Generates a GRU neural network model for predicting sequences.
|
public Generate ( Matrix X, |
||
X | Matrix | The Matrix of example data. |
y | The vector of example labels. | |
return | IModel |
public Generate ( Matrix X, Matrix Y ) : ISequenceModel | ||
X | Matrix | Matrix of training data. |
Y | Matrix | Matrix of matching sequence labels. |
return | ISequenceModel |