Question 6
Which of the following statements are TRUE about training neural networks?
Stochastic gradient descent (batch size ) computes the true gradient of the total loss function at each step.
In mini-batch gradient descent with batch size on a dataset of points, one epoch consists of parameter updates.
Momentum-based gradient descent can overshoot a narrow valley because accumulated velocity carries the parameters past the minimum.
In vanilla (batch) gradient descent, each step is guaranteed to decrease the loss for a sufficiently small learning rate on a smooth loss function.