Learn Before
Concept

Gradient Descent Variants

There are three variants of gradient descent, which differ in how much data we use to compute the gradient of the objective function: Batch Gradient Descent, Stochastic Gradient Descent and Mini-batch Gradient Descent. Depending on the amount of data, we make a trade-off between the accuracy of the parameter update and the time it takes to perform an update.

Reference: https://ruder.io/optimizing-gradient-descent/

0

3

Updated 2021-10-09

Tags

Data Science