Community Profile

photo

Chong Lu


Last seen: fast 2 Jahre vor Aktiv seit 2021

Statistiken

  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
Problem while implementing "Gradient Descent Algorithm" in Matlab
temp1 = theta(1) - alpha*(sum(X*theta - y)/m); temp2 = theta(2) - alpha*(sum((X*theta - y).*X(:,2))/m); theta(1) = temp1; the...

mehr als 2 Jahre vor | 0