(Choose 1 answer)
A. (IV)
B. (III)
C. (II)
D. (I)
Consider the training set below with only m=3 training examples:
2 2 3
Recall the gradient descent algorithm used to update and A θα καθοτα Σ(x))θθια (0) - Now let's assume we choose \theta_{01}=0 and \theta_{1}=0.5 as our starting point, and we choose a to be 0.1. After you perform one iteration of gradient descent, what will be the new values for 6 and
(1) \theta_{0}=0 and \theta_{1}=1
(II) \theta_{0}=0.1 and \theta_{1}=0.718
(III) \theta_{0}=0.15. and \theta_{1}=0.632
(IV) \theta_{0}=0.1 and \theta_{1}=0.733
E25