Question 8
Which of the following statements are true w.r.t. AdaDelta Algorithm?
In a surface with steep curvature, both vt and ut decrease which stops learning rate from reducing aggressively.
At low curvature regions vt starts decreasing and learning rate starts increasing.
AdaDelta allows numerator to increase or decrease based on current gradients only.
AdaDelta converges quicker than RMSProp Algorithm.