Introduction

Introduction

In the previous lecture, we’ve introduced loss function telling us how good is the current predict model performing.

In this lecture, we introduce “Optimization”, which enable us to improve the model after receiving the loss

Goal of Optimization

The goal of optimization is to find which minimize the loss , i.e.,

How can we find ?

If we imagine the loss as the height of the landscape, and weight as the coordinate we are standing. In this case, to minimize , we can follow the path with the steepest slope until we enter a plane (slope = 0)


Gradient Descent

Gradient

D-DL4CV-Lec04a-Gradient

Gradient Descent

D-DL4CV-Lec04b-Gradient_Descent