photo

Rajeswari G


Last seen: 3年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

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'?

3年以上 前 | 0