Question 3
A dataset is given by
The rows of represent samples and the columns represent features, with the first column corresponds the bias term. We use a linear regression neuron where the prediction for a sample is given by the linear combination .
The weights are updated using Stochastic Gradient Descent (SGD) for one epoch (i.e., once for each of the 4 samples). The loss function is the Mean Squared Error, . If all weights are initialized to , which of the following weights is updated the fewest number of times?