MatrixFactorizationTrainer.Options.Lambda 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.
Regularization parameter.
public double Lambda;
val mutable Lambda : double
Public Lambda As Double
Field Value
Remarks
It's the weight of factor matrices Frobenius norms in the objective function minimized by matrix factorization's algorithm. A small value could cause over-fitting.