C# Класс numl.Supervised.NeuralNetwork.Recurrent.GatedRecurrentModel

Gated Recurrent Neural Network model.
Наследование: Model, ISequenceModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Predict() публичный Метод

Predicts the next label for the given input.
public Predict ( Vector x ) : double
x numl.Math.LinearAlgebra.Vector State.
Результат double

PredictSequence() публичный Метод

Predicts the next sequence label for the given input.
public PredictSequence ( Vector x ) : Vector
x numl.Math.LinearAlgebra.Vector State.
Результат numl.Math.LinearAlgebra.Vector