Delen via


LbfgsTrainerBase<TOptions,TTransformer,TModel>.OptionsBase.InitialWeightsDiameter Field

Definition

Initial weights scale.

[Microsoft.ML.SearchSpace.Range(0, 1, 0, false)]
public float InitialWeightsDiameter;
public float InitialWeightsDiameter;
[<Microsoft.ML.SearchSpace.Range(0, 1, 0, false)>]
val mutable InitialWeightsDiameter : single
val mutable InitialWeightsDiameter : single
Public InitialWeightsDiameter As Single 

Field Value

This property is only used if the provided value is positive. The weights will be randomly selected from InitialWeights * [-0.5,0.5] interval with uniform distribution.

Attributes

Applies to