I am trying to implement gradient descent for multiple linear regression y=m0+m1*x1+m2*x2. Based on my understanding, i got the following equations:
y=m0+m1*x1+m2*x2