Rank: 301 based on 244 downloads (last 30 days) and 1 file submitted
photo

Anand Mishra

E-mail
Company/University
Devi Ahilya University, Indore

Personal Profile:
Professional Interests:
Programming

 

Watch this Author's files

 

Files Posted by Anand
Updated   File Tags Downloads
(last 30 days)
Comments Rating
04 Apr 2012 Screenshot Multi Class Support Vector Machine This function removes out the limitation of MATLAB SVM function of two class and uses more classes. Author: Anand Mishra multiclass svm, multiclass, support vector machin..., svm 244 27
  • 3.5
3.5 | 9 ratings
Comments and Ratings by Anand View all
Updated File Comments Rating
04 Apr 2012 Multi Class Support Vector Machine This function removes out the limitation of MATLAB SVM function of two class and uses more classes. Author: Anand Mishra

Download Version 3.0 of this function and give suggestions for improving it. Version 3.0 includes the usage of multiple row testing matrix input.

04 Apr 2012 Multi Class Support Vector Machine This function removes out the limitation of MATLAB SVM function of two class and uses more classes. Author: Anand Mishra

@pallavi
Sorry for late reply, but I was little bit busy.
You can use '|' instead of '||' or '&' instead of '&&' in function,hope this will work for your application. You can refer Operators and Flow Control in Matlab for more information.
Thank You for taking help.

04 Apr 2012 Multi Class Support Vector Machine This function removes out the limitation of MATLAB SVM function of two class and uses more classes. Author: Anand Mishra

@Gomathi C,
Sorry for late reply, but I was little bit busy.
By the way you don't have to worry about using this function for two class SVM. You can not use this function for two classes, because their is an inbuilt MATLAB function for two classes classification present in MATLAB IDE. I created this function to extend the facilities of inbuilt MATLAB function.
I am not able to understand your output of GLCM but you can look image associated with my file in MATLAB file exchange for example of using my SVM function.
If you still find any problem in using your inputs for your program then please clarify me whole parameters you are using for GLCM like autoc, contr etc. So that I am able to tell you more clearly.
Hope this will help you.
Thanks for using my function.

14 Oct 2011 Multi Class Support Vector Machine This function removes out the limitation of MATLAB SVM function of two class and uses more classes. Author: Anand Mishra

@guo,
Hi, you correctly spotted the algorithm behind this file.
Now take an example,
Suppose
T=[1 2 3 4;2 3 4 5;3 4 5 6;4 5 6 7]
C=[1 2 3 4]
tst=[3 4 5 6]
then run the function and then debug it step by step to understand algorithm.
It becomes clearer how the class is calculated.
Thanks for your interest.

11 Oct 2011 Multi Class Support Vector Machine This function removes out the limitation of MATLAB SVM function of two class and uses more classes. Author: Anand Mishra

@Aziz,
Dear Aziz, svmclassify never makes 'classes' variable as a row vector of 0 and 1. The 'classes' can used only for checking loop condition i.e.,whether loop is to be terminate or not (check in while condition).
Variables 'newClass' and 'c1' can takes form of vector(0 and 1) and changing their sizes in each iteration.

I am using operands || and && because I am working on C Programming also so I am habitual of using this instead of logical scalar values.

May this solve out your confusions. Read Comments on file thoroughly. Thanks for taking help.
Regards...Anand Mishra.

Comments and Ratings on Anand's Files View all
Updated File Comment by Comments Rating
12 May 2013 Multi Class Support Vector Machine This function removes out the limitation of MATLAB SVM function of two class and uses more classes. Author: Anand Mishra madridi, billel

hey ; why i can't see the file could you send it to me to( billelnet009@gmail.com )
please i really need it it's emergency

24 Apr 2013 Multi Class Support Vector Machine This function removes out the limitation of MATLAB SVM function of two class and uses more classes. Author: Anand Mishra Aya

please i need to know it's one vs all or one vs one relation??

13 Apr 2013 Multi Class Support Vector Machine This function removes out the limitation of MATLAB SVM function of two class and uses more classes. Author: Anand Mishra jamila

Hi
thank you for this code, it great ; but i have an error when i try to change the kernel function. The error is " Error using ==> seqminopt>seqminoptImpl at 203
No convergence achieved within maximum number of iterations.

Error in ==> seqminopt at 84
[alphas offset] = seqminoptImpl(data, targetLabels, ...

Error in ==> svmtrain at 541
[alpha bias] = seqminopt(training, groupIndex, ...

Error in ==> multisvm at 49
svmStruct = svmtrain(T,newClass,'kernel_function','linear' ); %
I am using rbf kernel function, you must change it also

Error in ==> teststa at 61
[itrfin] = multisvm( data,classa,test )"

can you help me please?

06 Feb 2013 Multi Class Support Vector Machine This function removes out the limitation of MATLAB SVM function of two class and uses more classes. Author: Anand Mishra Subha

sir,
is it possible to plot confusion matrix for this program... if so how to do tat.. we have tried many combinations but does not working...
....
else any method to calculate the performance of the overall system from test data's..

11 Jan 2013 Multi Class Support Vector Machine This function removes out the limitation of MATLAB SVM function of two class and uses more classes. Author: Anand Mishra Azh, Mehrdad

Hi

Could you please upload a test case for us to see how to use it?

Thnx.

Top Tags Applied by Anand
multiclass, multiclass svm, support vector machine, svm
Files Tagged by Anand
Updated   File Tags Downloads
(last 30 days)
Comments Rating
04 Apr 2012 Screenshot Multi Class Support Vector Machine This function removes out the limitation of MATLAB SVM function of two class and uses more classes. Author: Anand Mishra multiclass svm, multiclass, support vector machin..., svm 244 27
  • 3.5
3.5 | 9 ratings

Contact us