LbfgsTrainerBase<TOptions,TTransformer,TModel>.OptionsBase.InitialWeightsDiameter 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.
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