Click or drag to resize
Accord.NET (logo)

LevenbergMarquardtLearningBeta Property

Gets or sets the importance of the squared sum of network errors in the cost function. Used by the regularization.

Namespace:  Accord.Neuro.Learning
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public double Beta { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks
This is the second Bayesian hyperparameter. The default value is 1.
See Also