/notes/

Recent

  • Discretized Plant

    Nov 13, 2025

    • mte484
  • Stability of CT-DT Approximation

    Nov 13, 2025

    • mte484
  • Emulation Control Design

    Nov 11, 2025

    • mte484

See 1529 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 © 2025

  • Main Website
  • GitHub
  • LinkedIn