C# Class numl.Supervised.NeuralNetwork.Recurrent.GatedRecurrentModel

Gated Recurrent Neural Network model.
Inheritance: Model, ISequenceModel
Afficher le fichier Open project: sethjuarez/numl Class Usage Examples

Méthodes publiques

Méthode Description
Predict ( Vector x ) : double

Predicts the next label for the given input.

PredictSequence ( Vector x ) : Vector

Predicts the next sequence label for the given input.

Method Details

Predict() public méthode

Predicts the next label for the given input.
public Predict ( Vector x ) : double
x numl.Math.LinearAlgebra.Vector State.
Résultat double

PredictSequence() public méthode

Predicts the next sequence label for the given input.
public PredictSequence ( Vector x ) : Vector
x numl.Math.LinearAlgebra.Vector State.
Résultat numl.Math.LinearAlgebra.Vector