Feeds
질문
I 'm trying to find the optimal solution for a logistic regression problem but I got that error 'fminunc stopped because the final change in function value relative to its initial value is less than the default value of the function tolerance.'
function [jval,gradient]= costFunction(Theta) x= load('data.txt'); X=[ones(length(x(:,1)),1),x(:,1),x(:,2)]; y= x(:,3); h = ...
거의 7년 전 | 답변 수: 0 | 0
0
답변질문
Undefined function 'plus' for input arguments of type 'cell'.
Helllo I'm running the following code, when I don't enter values it works fine and returns the default values. but when I ente...
대략 7년 전 | 답변 수: 1 | 0