Formula
Nesterov Algorithm Formula
The formula for the Nesterov algorithm is:
Where:
- is the gradient calculated for the new point where is the cost function.
- is the step at time stamp .
- are the parameters for the layer at the time stamp .
- is the learning rate.
- is another hyperparameter (mostly people use 0.9).
Also the same process is done for bias parameters.
0
1
Updated 2026-06-21
Contributors are:
Who are from:
Tags
Deep Learning (in Machine learning)
Data Science
Computing Sciences