"lr" in Chinese (Simplified)
lr(不翻译)- “学习率”(learning rate)的缩写
Definition
“lr”是“learning rate”(学习率)的缩写,它是机器学习中控制模型在训练期间权重更新速度的参数。
Usage Notes (Chinese (Simplified))
“lr”常出现在技术尤其是机器学习领域,几乎总是指模型训练阶段。一般小写,很少口头表达,常见于代码和论文中。
Examples
The lr is set to 0.01 in this model.
这个模型的**lr**设置为0.01。
Adjusting the lr can affect training speed.
调整**lr**会影响训练速度。
If the lr is too high, the model may not learn well.
如果**lr**太高,模型可能学不好。
Try lowering the lr if the loss isn't going down.
如果损失没有下降,可以尝试降低**lr**。
What's a good lr value for this algorithm?
这个算法的**lr**值设多少比较合适?
People often experiment with the lr until they get the best results.
人们常常不断尝试不同的**lr**,直到获得最佳结果。