SVM FOR MULTICLASS CLASSIFICATION

3 vues (au cours des 30 derniers jours)
mustafa alnasser
mustafa alnasser le 10 Oct 2014
Dear All;
How can I use SVM for multi class classification?

Réponses (2)

Aniket Borkar
Aniket Borkar le 6 Jan 2017
Use fitcecoc function in MATLAB

hendra kurnia febriawan
hendra kurnia febriawan le 3 Oct 2018
Hi all;
I read Hsu et al. (2003) 'A Practical Guide to Support Vector Classification' and they proposed procedures in SVM. One of them is conduct simple scaling on the data before applying SVM. The purpose is to avoid attributes in greater numeric ranges dominating those in smaller numeric ranges. I have a question, do the implementation of SVM in Matlab using fitcsvm and fitcecoc already contain scaling for the dataset (ex:for image classification) or we need to do that before running the fitcecoc function? Thank you in advance.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by