photo

Chong Lu


Last seen: 대략 2년 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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...

2년 초과 전 | 0