Community Profile

photo

Shekhar Raj


自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

  • First Answer

查看徽章

Feeds

排序方式:

已回答
Problem while implementing "Gradient Descent Algorithm" in Matlab
Below Code works for me - Prediction = X * theta; temp1 = alpha/m * sum((Prediction - y)); temp...

4 years 前 | 3