55. Mini-Batch Gradient Descent

  • An optimization algorithm that updates model parameters using a small, random subset of the training data, balancing efficiency and convergence speed. ​

Last updated