MatrixFactorizationTrainer.Options.LearningRate Field

Definition

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.

Applies to