SgdBinaryTrainerBase<TModel>.OptionsBase.LearningRate Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The initial learning rate used by SGD.
[Microsoft.ML.SearchSpace.Range(0.001, 1, 0.001, true)]
public double LearningRate;
public double LearningRate;
[<Microsoft.ML.SearchSpace.Range(0.001, 1, 0.001, true)>]
val mutable LearningRate : double
val mutable LearningRate : double
Public LearningRate As Double
Field Value
- Attributes