Click or drag to resize
Accord.NET (logo)

LevenbergMarquardtLearningAlpha Property

Gets or sets the importance of the squared sum of network weights 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 Alpha { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks
This is the first Bayesian hyperparameter. The default value is 0.
See Also