C# Class numl.Supervised.NeuralNetwork.Encoders.AutoencoderModel

An Autoencoder 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 given o.

PredictSequence ( Vector x ) : Vector

Autoencodes the given example.

Method Details

Predict() public méthode

Predicts the given o.
public Predict ( Vector x ) : double
x numl.Math.LinearAlgebra.Vector The Vector to process.
Résultat double

PredictSequence() public méthode

Autoencodes the given example.
public PredictSequence ( Vector x ) : Vector
x numl.Math.LinearAlgebra.Vector
Résultat numl.Math.LinearAlgebra.Vector