Feeds
已回答
Problem while implementing "Gradient Descent Algorithm" in Matlab
temp0 = theta(1)-alpha*((1/m)*(theta(1)+theta(2).*X(k,2)-y(k))); temp1 = theta(2)- alpha*((1/m)*(theta(1)+theta(2).*X(k...
Problem while implementing "Gradient Descent Algorithm" in Matlab
temp0 = theta(1)-alpha*((1/m)*(theta(1)+theta(2).*X(k,2)-y(k))); temp1 = theta(2)- alpha*((1/m)*(theta(1)+theta(2).*X(k...
6 years 前 | 1

