photo

Jayan Joshi


2019 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Problem while implementing "Gradient Descent Algorithm" in Matlab
predictions =X*theta; theta=theta-(alpha/m*sum((predictions-y).*X))';

5年弱 前 | 9