|   | LevenbergMarquardtLearning Constructor (ActivationNetwork, Boolean) | 
        
          
    Namespace: 
   Accord.Neuro.Learning
    Assembly:
   Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
 Syntax
Syntaxpublic LevenbergMarquardtLearning(
	ActivationNetwork network,
	bool useRegularization
)
Public Sub New ( 
	network As ActivationNetwork,
	useRegularization As Boolean
)
Parameters
- network
- Type: Accord.NeuroActivationNetwork
 Network to teach.
- useRegularization
- Type: SystemBoolean
 True to use Bayesian regularization, false otherwise.
 See Also
See Also