Error using Multiclass support vector machines
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am operating with two data files for a project. My training set and testing set are of size 451315 X 304 respectively. I am aiming to classify eight different classes. I have tried using the Multi Class Support Vector Machine by Anand Mishra (Thanks to you, sir!) provided in MATLAB answers forum. However, this is the error that occurs in the function m-file. It works for a smaller dataset, but at this high amount data, it is giving away this error. Please clarify.
The error shown is as follows.
Error using seqminopt>seqminoptImpl (line 198)
No convergence achieved within maximum number of iterations.
Error in seqminopt (line 81)
[alphas offset] = seqminoptImpl(data, targetLabels, ...
Error in svmtrain (line 499)
[alpha, bias] = seqminopt(training, groupIndex, ...
1 Kommentar
Antworten (0)
Siehe auch
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!