photo

Shekhar Raj


Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

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

5 years ago | 3