Click or drag to resize
Accord.NET (logo)

DeepNeuralNetworkLearningComputeError Method

Computes the reconstruction error for a given set of input values.

Namespace:  Accord.Neuro.Learning
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public double ComputeError(
	double[][] inputs,
	double[][] outputs
)
Request Example View Source

Parameters

inputs
Type: SystemDouble
The input values.
outputs
Type: SystemDouble
The corresponding output values.

Return Value

Type: Double
The squared reconstruction error.
See Also