MatrixFactorizationTrainer.Options.LearningRate 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 learning rate. It specifies the speed of the training algorithm.
public double LearningRate;
val mutable LearningRate : double
Public LearningRate As Double
Field Value
Remarks
Small value may increase the number of iterations needed to achieve a reasonable result. Large value may lead to numerical difficulty such as a infinity value.