필터 지우기
필터 지우기

SVM FOR MULTICLASS CLASSIFICATION

조회 수: 4 (최근 30일)
mustafa alnasser
mustafa alnasser 2014년 10월 10일
답변: hendra kurnia febriawan 2018년 10월 3일
Dear All;
How can I use SVM for multi class classification?

답변 (2개)

Aniket Borkar
Aniket Borkar 2017년 1월 6일
Use fitcecoc function in MATLAB

hendra kurnia febriawan
hendra kurnia febriawan 2018년 10월 3일
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