Gradient descent is an optimization algorithm used to minimize some function by iteratively moving in the direction of steepest descent.
The Math
Given a cost function , the update rule is:
where is the learning rate.
Gradient descent is an optimization algorithm used to minimize some function by iteratively moving in the direction of steepest descent.
Given a cost function , the update rule is:
where is the learning rate.