Click or drag to resize
Accord.NET (logo)

DeepNeuralNetworkLearningRun Method

Runs a single learning iteration.

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

Parameters

input
Type: SystemDouble
A single input vector.
output
Type: SystemDouble
The corresponding output vector.

Return Value

Type: Double
Returns the learning error after the iteration.

Implements

ISupervisedLearningRun(Double, Double)
See Also