Click or drag to resize
Accord.NET (logo)

DeepNeuralNetworkLearningRunEpoch Method (Double, Double)

Runs a single batch epoch of the learning algorithm.

Namespace:  Accord.Neuro.Learning
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public double RunEpoch(
	double[][] input,
	double[][] output
)
Request Example View Source

Parameters

input
Type: SystemDouble
Array of input vectors.
output
Type: SystemDouble
Array of corresponding output vectors.

Return Value

Type: Double
Returns sum of learning errors.

Implements

ISupervisedLearningRunEpoch(Double, Double)
See Also