Learn Before
Multiple Choice
These plots were generated with gradient descent; with gradient descent with momentum (β = 0.5) and gradient descent with momentum (β = 0.9). Which curve corresponds to which algorithm?

0
1
Updated 2021-01-11
Contributors are:
Who are from:
Tags
Data Science
Related
Intuition behind Gradient Descent with Momentum
These plots were generated with gradient descent; with gradient descent with momentum (β = 0.5) and gradient descent with momentum (β = 0.9). Which curve corresponds to which algorithm?
Gradient Descent with Momentum Pseudocode
Adam (Deep Learning Optimization Algorithm)