Click or drag to resize
Accord.NET (logo)

DeepBeliefNetworkLearningRunEpoch Method (Double)

Runs a single learning epoch using multiple mini-batches to improve speed.

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

Parameters

batches
Type: SystemDouble
Array of input batches.

Return Value

Type: Double
Returns sum of learning errors.
See Also