A simple SVM example
显示 更早的评论
Hi everyone Can anyone help me to understand the code of one simple linear SVM with binary classification? How i use LibSVM?
5 个评论
Greg Athanasiadis
2016-12-4
Walter Roberson
2016-12-4
Is there a particular reason why you are not using the svm routines for Statistics toolbox?
Greg Athanasiadis
2016-12-4
Walter Roberson
2016-12-4
编辑:Walter Roberson
2016-12-4
libsvm will not help in that case, as libsvm is not written in MATLAB.
Perhaps there is code in the File Exchange
回答(2 个)
hendra kurnia febriawan
2018-10-3
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!