Feeds
已回答
Problem while implementing "Gradient Descent Algorithm" in Matlab
error = (X * theta) - y; theta = theta - ((alpha/m) * X'*error); In this equation why we take x'?
Problem while implementing "Gradient Descent Algorithm" in Matlab
error = (X * theta) - y; theta = theta - ((alpha/m) * X'*error); In this equation why we take x'?
5 years 前 | 0
