reducing-loss-ml

Search IconIcon to open search

Source: google-ml-course

Reducing loss in ML

Aim: compute model parameters (weights) such that loss is minimal

Gradient: derivative of the loss function with respect to the model parameters $$ \begin{align} \dfrac{\partial L}{\partial \mathbf{w}} \end{align} $$