|
LevenbergMarquardtLearning Constructor (ActivationNetwork, Boolean, JacobianMethod)
|
Namespace:
Accord.Neuro.Learning
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public LevenbergMarquardtLearning(
ActivationNetwork network,
bool useRegularization,
JacobianMethod method
)
Public Sub New (
network As ActivationNetwork,
useRegularization As Boolean,
method As JacobianMethod
)
Request Example
View SourceParameters
- 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