/notes/

Recent

  • Human Visual System

    Mar 12, 2026

    • amath449
  • Restricted Boltzmann Machines

    Mar 08, 2026

    • amath449
    • dl
  • Hopfield Networks

    Feb 28, 2026

    • amath449

See 1649 more →

Home

❯

ML

❯

Optimizing Neural Networks

Optimizing Neural Networks

Jan 28, 20241 min read

  • ml

An optimizer takes in a gradient and decides how to update the parameters based on the gradients. The simplest form is Stochastic Gradient Descent.

  • Adaptive step-size
    • Running Averages
    • Momentum (ML)
  • Adadelta
  • Adaptive moment estimation

Graph View

Created with Quartz v4.4.0 © 2026

  • Main Website
  • GitHub
  • LinkedIn