Question 3
Given a quadratic loss function , where represents the model parameter, you are using the AdaGrad optimizer with Stochastic Gradient Descent to minimize this loss. The learning rate is set to 1, and at the initial iteration (), the parameter has a starting value of .
AdaGrad Update Rule:
Based on the above data, answer the given subquestions.