Autoencoder Class |
Namespace: FinMath.MachineLearning.NeuralNetworks
[SerializableAttribute] public class Autoencoder : FFNet
The Autoencoder type exposes the following members.
| Name | Description | |
|---|---|---|
| Autoencoder |
Default constructor
| |
| Autoencoder(SerializationInfo, StreamingContext) |
The object deserialization constructor.
|
| Name | Description | |
|---|---|---|
| Classes |
The list of classes in the model
(Inherited from FFNet.) | |
| Regularisation |
Neural network L-1 regularization parameter.
(Inherited from FFNet.) | |
| TerminationDelegate |
The user's stop criterion function.
(Inherited from FFNet.) | |
| TerminationIterations |
The maximum optimization iterations number. Zero means infinite iterations.
(Inherited from FFNet.) | |
| TerminationObjectiveChange |
Objective function change stop criterion. Null means no objective change termination conditions.
(Inherited from FFNet.) | |
| TerminationTimeout |
The optimization algorithm timeout: the execution will be interrupted on the next step after the timeout expiration.
(Inherited from FFNet.) | |
| Topology |
The neural network model topology
(Inherited from FFNet.) | |
| TrainBestIteration |
Last Train or Update operation best step index.
(Inherited from FFNet.) | |
| TrainBestValue |
Last Train or Update operation best objective value.
(Inherited from FFNet.) | |
| TrainTotalIterations |
Last Train or Update operation total steps number.
(Inherited from FFNet.) |
| Name | Description | |
|---|---|---|
| Clear |
Clear model - free resources
(Inherited from FFNet.) | |
| Dispose |
This code added to correctly implement the disposable pattern.
(Inherited from FFNet.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Evaluate(Matrix) |
Evaluate observation data.
| |
| Evaluate(Vector) |
Evaluate observation data.
| |
| Evaluate(Matrix, Matrix) |
Evaluate observation data.
| |
| Evaluate(Vector, Vector) |
Evaluate observation data.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData |
The object optimized serialization method.
(Inherited from FFNet.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Load |
Load model from file.
(Inherited from FFNet.) | |
| Save |
Save model to file.
(Inherited from FFNet.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Train |
Train autoencoder.
|