photo

Tshering Lhamo


Last seen: 4年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


why computeCost function shows incorrect dimension error in second call?
h = X * theta; sq_error = (h - y) .^ 2; J = 1/(2*m) * sum(sq_error); correcting the code with error message shows error in ...

4年弱 前 | 1 件の回答 | 0

1

回答