photo

Rajeswari G


Last seen: más de 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

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

más de 3 años hace | 0