photo

Rajeswari G


Last seen: meer dan 3 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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'?

meer dan 3 jaar ago | 0