Question 11
Which of the following statements are false?
Momentum in optimization can cause oscillations around minima when encountering flat regions or saddle points due to the dominance of the momentum term over the small gradient.
Stochastic Gradient Descent (SGD) with its inherent noise can be beneficial in escaping local minima and saddle points, provided that there is enough gradient information in the neighborhood.
Adagrad is an optimization algorithm introduced to overcome the diminishing learning rate problem in techniques like RMSProp.
ADAM is introduced to solve problems in RMSProp by combining RMSProp and Adagrad techniques.