A model is trained with an exponentially decaying learning rate
where the epoch is treated as a continuous variable. Over the same run the gradient magnitude happens to grow linearly:
The effective step size — how far the weights actually move at epoch — is the product of the two:
At which epoch is largest, and what is that largest value (to 3 decimal places)?
Select all that apply.