photo

Chong Lu


Last seen: 約2年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Problem while implementing "Gradient Descent Algorithm" in Matlab
temp1 = theta(1) - alpha*(sum(X*theta - y)/m); temp2 = theta(2) - alpha*(sum((X*theta - y).*X(:,2))/m); theta(1) = temp1; the...

2年以上 前 | 0