Property BackpropMomentumScale
- Namespace
- OpenCvSharp.ML
- Assembly
- OpenCvSharp.dll
BackpropMomentumScale
Strength of the momentum term (the difference between weights on the 2 previous iterations). This parameter provides some inertia to smooth the random fluctuations of the weights. It can vary from 0 (the feature is disabled) to 1 and beyond. The value 0.1 or so is good enough. Default value is 0.1.
public double BackpropMomentumScale { get; set; }