Groups
Category
Level
Optimization theory studies how to choose variables to minimize or maximize an objective while respecting constraints.
Gradient descent updates parameters by stepping opposite the gradient: x_{t+1} = x_t - \eta \nabla f(x_t).