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