A simple SVM example
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Greg Athanasiadis
el 4 de Dic. de 2016
Respondida: hendra kurnia febriawan
el 3 de Oct. de 2018
Hi everyone Can anyone help me to understand the code of one simple linear SVM with binary classification? How i use LibSVM?
5 comentarios
Walter Roberson
el 4 de Dic. de 2016
Editada: Walter Roberson
el 4 de Dic. de 2016
libsvm will not help in that case, as libsvm is not written in MATLAB.
Perhaps there is code in the File Exchange
Respuestas (2)
hendra kurnia febriawan
el 3 de Oct. de 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.
0 comentarios
Ver también
Categorías
Más información sobre Classification Ensembles en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!