Ex01 Linear Regression
Ex01 Linear Regression
b) Gradient descent
Previously, you implemented gradient descent on a univariate regression problem. The only different now
is that there is one more feature in the matrix X. The hypothesis function and the batch gradient descent
update rule remain unchanged.