Click or drag to resize
Accord.NET (logo)

LevenbergMarquardtLearning Constructor (ActivationNetwork, Boolean, JacobianMethod)

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,
	bool useRegularization,
	JacobianMethod method
)
Request Example View Source

Parameters

network
Type: Accord.NeuroActivationNetwork
Network to teach.
useRegularization
Type: SystemBoolean
True to use Bayesian regularization, false otherwise.
method
Type: Accord.Neuro.LearningJacobianMethod
The method by which the Jacobian matrix will be calculated.
See Also