Problem 15 (5 points, non-coding task)
To learn \mathbf{\beta}, we do whole-batch iteration with the gradient descent algorithm and the Netwon’s method.
In this part, denote by \eta > 0 the learning rate.
Do the following tasks in this part (reasoning is not required).
-
Write down the gradient descent algorithm in the following form:
\mathbf{\beta} \leftarrow \mathbf{\beta} - \eta \cdot \boxed{???} . -
Write down the Newton’s method in the following form:
\mathbf{\beta} \leftarrow \mathbf{\beta} - \eta \cdot \boxed{???} .