How to make a Classification using LibSVM

조회 수: 13 (최근 30일)
med djo
med djo 2017년 1월 11일
댓글: Gyaneshwar dubacharla 2018년 5월 28일
Assuming that you have three different classes (1,2,3). The first class contains two samples, the second contain one, the third contain one. From each class, you will extract two values (Average and median) of the color (for example). It will give you that: classe 1: (15, 20) classe 1: (16, 21) classe 2: ( 18, 22) classe 3: (22, 24) . On matlab, we make a matrix (Matrix for learning), which contains two columns, four lines and which contain (15, 20; 16, 21;18, 22; 22, 24). And we made a matrix composed of a single column (label matrix), this matrix (1, 1, 2, 3). We execute learning SVM with SVMtrain from libSVM. The parameters I have given you as an example correspond to the RBF kernel. The gamma value, c (varies between 10 and 100,000). Please, can you help me to execute this scenario in Matlab using LibSVM??

답변 (1개)

med djo
med djo 2017년 1월 17일
This is a forum for matlab ....i'm getting no answer until now , this is weird really
  댓글 수: 1
Gyaneshwar dubacharla
Gyaneshwar dubacharla 2018년 5월 28일
read the content in the link: https://www.csie.ntu.edu.tw/~cjlin/libsvm/faq.html

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

카테고리

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