|
BaseAveragedStochasticGradientDescentTModel, TKernel, TInput, TLossLearningRate Property
|
Gets or sets the learning rate for the SGD algorithm.
Namespace:
Accord.MachineLearning.VectorMachines.Learning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.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