Harris Quach
  • Home
  • About
  • Updates
  • Research
  • Software
  • Extended Posts

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

Harris Quach © 2024

  • Github

  • LinkedIn

  • Google Scholar

Version 2.2.1.5 | Feedback | Website made with Quarto