필터 지우기
필터 지우기

A simple SVM example

조회 수: 3 (최근 30일)
Greg Athanasiadis
Greg Athanasiadis 2016년 12월 4일
답변: hendra kurnia febriawan 2018년 10월 3일
Hi everyone Can anyone help me to understand the code of one simple linear SVM with binary classification? How i use LibSVM?
  댓글 수: 5
Walter Roberson
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
mizuki
mizuki 2016년 12월 4일
If you want to know steps to run SVM on MATLAB, use fitcsvm (binary classification) or fitcecoc (multiclass classification).

댓글을 달려면 로그인하십시오.

답변 (2개)

Walter Roberson
Walter Roberson 2016년 12월 5일

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.

카테고리

Help CenterFile 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!

Translated by