My (Chiffon) Nguyen

Home

❯

Resources

❯

AI

❯

Supervised Learning

❯

mini batch gradient descent

mini-batch gradient descent

Feb 11, 20251 min read

Instead of scanning over all training data to compute the average for gradient descent, mini-batch gradient descent looks at a subset of 1000 examples

Each step will be less computationally expensive, but also less reliable to reach a local minimum or local maximum like the original gradient descent


Graph View

Backlinks

  • Machine Learning Specialization
  • mini-batch gradient descent
  • gradient descent

Created with Quartz v4.5.0 © 2025

  • GitHub
  • Mail
  • Home