Optimization Gradient Descent Method
Optimization Gradient Descent Method
• Machine Learning: Training models by minimizing loss functions (e.g., stochastic gradient descent).
• The gradient is the vector of partial derivatives of the function, pointing in the direction of the
steepest ascent. By taking steps in the negative gradient direction, the algorithm ensures the
function value decreases at each step.
Concept
Concept
One Dimensional Gradient Descent
In one-dimensional gradient descent, the
value of 𝑥.
maximize) the function by iteratively updating the
Multi Dimensional Gradient Descent