AveragedLinearOptions.DecreaseLearningRate Field

Definition

Determine whether to decrease the LearningRate or not.

public bool DecreaseLearningRate;
val mutable DecreaseLearningRate : bool
Public DecreaseLearningRate As Boolean 

Field Value

Boolean

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.

Applies to