(Choose 1 answer)
A. (IV)
B. (1)
C. (III)
D. (II)
Consider the following training set of m = 4 training examples:
1 0.5
2 1
4 2
0 0
Consider the linear regression model hp(x) = 0 + 0₁x. What are the values of 00 and 01 that you would expect to obtain upon running gradient descent on this model? (Linear regression will be able to fit this data perfectly.)
(1) θα = 0.5.0 = 0
(11) 0 = 0.5.01 = 0.5
(Ⅲ) 0 = 0,01 = 0.5
(IV) 00 = 1,01 = 1
E 14