SdcaTrainerBase<TOptions,TTransformer,TModel>.OptionsBase.L2Regularization 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 L2 regularization hyperparameter.
[Microsoft.ML.SearchSpace.Range(1E-07, 32768, 1E-07, true)]
public float? L2Regularization;
public float? L2Regularization;
[<Microsoft.ML.SearchSpace.Range(1E-07, 32768, 1E-07, true)>]
val mutable L2Regularization : Nullable<single>
val mutable L2Regularization : Nullable<single>
Public L2Regularization As Nullable(Of Single)
Field Value
- Attributes