Optimization with Gradient Descent
This lesson will focus on how to implement gradient descent algorithm in Python.
In the previous lesson, we looked at the intuition behind the gradient descent algorithm and the update equation. In this lesson, we are going to implement it in Python. We are going to predict the tips paid by a customer at a restaurant. We will choose the best model using gradient descent.
Minimization with Gradient Descent
Recall that the gradient descent algorithm is
- Start with a random initial value of .
- Compute
Access this course and 1400+ top-rated courses and projects.