0 votes
in Deep Learning by
What are the main benefits of Mini-batch Gradient Descent?

1 Answer

0 votes
by

Below are the main benefits of mini batch gradient descent :

  1. It is computationally efficient compared to stochastic gradient descent.
  2. It improves generalization by finding flat minima.
  3. It improves convergence by using mini-batches. We can approximate the gradient of the entire training set, which might help to avoid local minima.

Related questions

0 votes
asked Dec 12, 2022 in Deep Learning by Robin
+1 vote
asked May 29, 2019 in Machine Learning by param1987
...