Question 1
Suppose that a neural network has millions of parameters (weights and biases). A team decides to use an optimization algorithm with a learning rate scheme that is local to each individual parameters in the network. Moreover, the learning rate changes in each iteration based on the magnitude of gradients pertaining to a parameter in the past. Which of the following optimization algorithms satisfy the team’s requirements?
GD with an exponentially decaying learning rate scheduler
AdaGrad
AdaM
NADAM
RMSProp
SGD with line search
