|
LevenbergMarquardtLearningEffectiveParameters Property
|
Gets the number of effective parameters being used
by the network as determined by the Bayesian regularization.
Namespace:
Accord.Neuro.Learning
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public double EffectiveParameters { get; }
Public ReadOnly Property EffectiveParameters As Double
Get
Request Example
View SourceProperty Value
Type:
DoubleRemarks
If no regularization is being used, the value will be 0.
See Also