Feeds
답변 있음
Problem while implementing "Gradient Descent Algorithm" in Matlab
In this line X = [ones(m, 1), data(:,1)]; You add bias to your X, but in the formula of your picture (Ng's slid...
Problem while implementing "Gradient Descent Algorithm" in Matlab
In this line X = [ones(m, 1), data(:,1)]; You add bias to your X, but in the formula of your picture (Ng's slid...
9년 초과 전 | 0
