3 writes to LearningRate
Microsoft.ML.Samples (1)
Dynamic\Trainers\Recommendation\MatrixFactorizationWithOptions.cs (1)
56
LearningRate
= 0.3
Microsoft.ML.Tests (2)
TrainerEstimators\MatrixFactorizationTests.cs (2)
337
LearningRate
= 0.5,
784
LearningRate
= 0.5,
6 references to LearningRate
Microsoft.ML.AutoML (1)
TrainerExtensions\SweepableParams.cs (1)
125
new SweepableDiscreteParam(nameof(MatrixFactorizationTrainer.Options.
LearningRate
), new object[] { 0.001f, 0.01f, 0.1f }),
Microsoft.ML.CodeGenerator.Tests (2)
ApprovalTests\ConsoleCodeGeneratorTests.cs (1)
551
{nameof(MatrixFactorizationTrainer.Options.
LearningRate
), 0.01f },
TrainerGeneratorTests.cs (1)
306
{nameof(MatrixFactorizationTrainer.Options.
LearningRate
), 0.01f },
Microsoft.ML.Recommender (3)
MatrixFactorizationTrainer.cs (3)
356
_host.CheckUserArg(options.
LearningRate
> 0, nameof(options.
LearningRate
), posError);
363
_eta = options.
LearningRate
;