ForBo7 // Salman Naqvi
  • Home
  • ForBlog
  • Bits and Bobs
  • Dictionary
  • About

Learning Rate

A numerical value which controls how much the gradients update the parameters of a model.

The learning rate controls how much the gradients adjust the parameters by multiplying the learning rate and gradients together.

Note

A learning rate that is too high can cause the training system to either get stuck in a loop or diverge from the optimal weights.

A learning rate that is too low can cause the training system to take a very long time to reach the optimal weights.

Back to top

ForBo7 // Salman Naqvi © 2022–2025 to ∞ and ForBlog™ by Salman Naqvi

Version 2.2.2.0 | Feedback | Website made with Quarto, by me!