Click or drag to resize
Accord.NET (logo)

LevenbergMarquardtLearning Constructor (ActivationNetwork)

Initializes a new instance of the LevenbergMarquardtLearning class.

Namespace:  Accord.Neuro.Learning
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public LevenbergMarquardtLearning(
	ActivationNetwork network
)
Request Example View Source

Parameters

network
Type: Accord.NeuroActivationNetwork
Network to teach.
See Also