Partial Derivatives
Explore the concept of partial derivatives and how they enable gradient descent on functions with multiple variables. Understand how to calculate gradients with respect to each parameter and apply these to optimize loss in machine learning models.
We'll cover the following...
We'll cover the following...
Review loss function
Take a look at the loss function in math notation again:
So far, we treated all the values in this function as constants, except for . In particular, we fixed at a value of 0. If we change ...