Click or drag to resize
Accord.NET (logo)

ResilientBackpropagationReset Method

Resets the current update steps using the given learning rate.

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

Parameters

rate
Type: SystemDouble
See Also