統計
MATLAB Answers
2 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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