Multi Class SVM - File Exchange - MATLAB Central
Multi Class SVM - File Exchange - MATLAB Central
File Exchange
Create Account
File Exchange
Answ ers
New sgroup
Link Exchange
Blogs
Trendy
Cody
Contest
MathWorks.com
by Cody
07 Dec 2012
Log In
Highlights from
Subha
Sir is it possible for us to add w eights for the feature w ith this
code??? if so how to proceed w ith it..?
16 Feb 2013
Subha
Thank you sir.. now trying out w ith best possible combination...
11 Feb 2013
Cody
If you are getting all 1s, you should try using different options for the
svmtrain function. for example:
options = statset('MaxIter',2000000);
models(k) = svmtrain(X_Train,G1vAll,'options',options,...
'kernel_function','rbf','rbf_sigma',16);
02 Feb 2013
Subha
sir,
is it possible to plot confusion matrix for this program... if so how to do
tat.. w e have tried many combinations but does not w orking...
....
else any method to calculate the performance of the overall system
from test data's..
27 Jan 2013
Subha
23 Jan 2013
Cody
22 Jan 2013
Subha
Sir,
I've loaded data and w orked in 2 class problem. its w orks w ell...
this is my code.. i've just loaded the data and didnt change anything
https://www.mathworks.com/matlabcentral/fileexchange/39352-multi-class-svm
1/2
3/22/13
Cody
It sounds like you need to learn how to load .mat files. Simply type
'load xxx.mat' w here xxx is the file name. You w ould then need to
sample your data into training, test, and label sets for use w ith this
function.
Can you show the code you are using?
21 Jan 2013
Subha
Hello Sir,
Thanks for the code.. it w orks w ell w hen w e give data... but i'm
w orking w ith large set of data, w here i need to load it(.mat)..
I cant load data, if i do so then it show ing error message
??? Undefined function or variable 'GroupTrain'.
Error in ==> neuro_multisuport at 40
u=unique(GroupTrain);
w here grouptrain is a column vector(16*1) in .mat format
.. can u please suggest me how to modify the code w hen i load data...
21 Dec 2012
Niyalatul
21 Dec 2012
Niyalatul
21 Dec 2012
Niyalatul
Hello,
Thanks for your program. I am still new to learn this topic. This is very
helpful
Applied By
Date/Time
svm
Cody
multiclass svm
Cody
Cody
multiclass
Cody
multiclass svm
hum
hum
Contact us
Site Help
New Products
https://www.mathworks.com/matlabcentral/fileexchange/39352-multi-class-svm
Patents
Support
Trademarks
Privacy Policy
Documentation
Training
Preventing Piracy
Webinars
Terms of Use
Newsletters
MATLAB Trials
Careers
2/2