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...

거의 5년 전 | 3