AveragedLinearOptions.DecreaseLearningRate 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.
Determine whether to decrease the LearningRate or not.
[Microsoft.ML.SearchSpace.BooleanChoice]
public bool DecreaseLearningRate;
public bool DecreaseLearningRate;
[<Microsoft.ML.SearchSpace.BooleanChoice>]
val mutable DecreaseLearningRate : bool
val mutable DecreaseLearningRate : bool
Public DecreaseLearningRate As Boolean
Field Value
true
to decrease the LearningRate as iterations progress; otherwise, false
.
Default is false
. The learning rate will be reduced with every weight update proportional to the square root of the number of updates.
- Attributes