AveragedLinearOptions.DecreaseLearningRate Field

Definition

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

Applies to