Definition

Momentum optimizer remembers the update at each iteration, and determines the next update as a linear combination of the gradient and the previous update
where is the momentum coefficient.

Momentum optimizer remembers the update at each iteration, and determines the next update as a linear combination of the gradient and the previous update
where is the momentum coefficient.