OnlineLinearOptions.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 and bias 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 and Microsoft.ML.Trainers.OnlineLinearOptions.InitialWeights is not specified. The weights and bias will be randomly selected from InitialWeights * [-0.5,0.5] interval with uniform distribution.
- Attributes