Click or drag to resize

AutoencoderEvaluate Method (Matrix, Matrix)

Evaluate observation data.

Namespace:  FinMath.MachineLearning.NeuralNetworks
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public void Evaluate(
	Matrix observations,
	Matrix outputs
)

Parameters

observations
Type: FinMath.LinearAlgebraMatrix
The observation matrix (N*M size). Columns corresponds to factors, rows to observation.
outputs
Type: FinMath.LinearAlgebraMatrix
The neurons outputs matrix (N*K size). Columns corresponds to factors, rows to each neuron output.
See Also