AveragedLinearOptions.DecreaseLearningRate 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷是否要減少 LearningRate 。
[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
欄位值
true
表示在 LearningRate 反覆項目進行時減少 ,否則為 false
。
預設為 false
。 學習速率會隨著更新數目的平方根與每個權數更新成正比來減少。
- 屬性