C# 클래스 numl.Supervised.NeuralNetwork.Recurrent.GatedRecurrentModel

Gated Recurrent Neural Network model.
상속: Model, ISequenceModel
파일 보기 프로젝트 열기: sethjuarez/numl 1 사용 예제들

공개 메소드들

메소드 설명
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