Feeds
질문
Why does size(X, 100) return 1?
Here is a code snippet X = data(:, 1:2); % X is a 2 x 3 matrix for example disp(size(X, 1)); % displays 2 disp(size(X, 2)); ...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
How does [theta, cost] = fminunc(@(t)(costFunction(t, X, y, lambda)), startingTheta, options) work?
I have inserted a snippet of my code. I'm trying to understand exactly how this function works. I'm a beginner in machine learni...
거의 6년 전 | 답변 수: 1 | 0

