MatrixFactorizationTrainer.Options.Lambda Field

Definition

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.

Applies to