https://github.com/benoitvallon/coursera-machine-learning/blob/74ec09a5072eb5f3fec942fee45076e4f05b35af/machine-learning-ex3/ex3/predictOneVsAll.m#L34 Hey just wondering since this is logistic regression as opposed to liner, shouldn't the hypothesis be sigmoid:- [~,p]=max(sigmoid(X*all_theta'),[],2);
coursera-machine-learning/machine-learning-ex3/ex3/predictOneVsAll.m
Line 34 in 74ec09a
Hey just wondering since this is logistic regression as opposed to liner, shouldn't the hypothesis be sigmoid:-
[~,p]=max(sigmoid(X*all_theta'),[],2);