|
GradientDescentLearningRate Property
|
Gets or sets the learning rate. Default is 1e-3.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double LearningRate { get; set; }
Public Property LearningRate As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also