Click or drag to resize
Accord.NET (logo)

ParallelResilientBackpropagationLearningReset Method

Resets the current update steps using the given learning rate.

Namespace:  Accord.Neuro.Learning
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public void Reset(
	double rate
)
Request Example View Source

Parameters

rate
Type: SystemDouble
See Also