Training uses a step decay schedule. The learning rate starts at and is halved every 8 epochs:
At epoch 25, one parameter currently sits at , and the loss gradient at that parameter is
Gradient descent updates it with
What is after this single update?
Select all that apply.