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