C# 클래스 numl.Supervised.NeuralNetwork.Encoders.AutoencoderModel

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

공개 메소드들

메소드 설명
Predict ( Vector x ) : double

Predicts the given o.

PredictSequence ( Vector x ) : Vector

Autoencodes the given example.

메소드 상세

Predict() 공개 메소드

Predicts the given o.
public Predict ( Vector x ) : double
x numl.Math.LinearAlgebra.Vector The Vector to process.
리턴 double

PredictSequence() 공개 메소드

Autoencodes the given example.
public PredictSequence ( Vector x ) : Vector
x numl.Math.LinearAlgebra.Vector
리턴 numl.Math.LinearAlgebra.Vector