3 writes to LearningRate
Microsoft.ML.Samples (1)
Dynamic\Trainers\Recommendation\MatrixFactorizationWithOptions.cs (1)
56LearningRate = 0.3
Microsoft.ML.Tests (2)
TrainerEstimators\MatrixFactorizationTests.cs (2)
337LearningRate = 0.5, 784LearningRate = 0.5,
6 references to LearningRate
Microsoft.ML.AutoML (1)
TrainerExtensions\SweepableParams.cs (1)
125new 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;