Gradient descent is an iterative optimization algorithm used to find a local minimum/maximum of any given function.
The goal of this technique is to minimize cost/loss functions in machine learning and deep learning.
Gradient descent is often used for solving linear regressions, but can also be used to find minimums and maximums on graphs – this is what we will explore in this presentation.