Azzera filtri
Azzera filtri

How to use libsvm for multi-class classification

2 visualizzazioni (ultimi 30 giorni)
B mohan
B mohan il 19 Mag 2012
Commentato: med djo il 11 Gen 2017
I am doing project on face recognition using SVM with MATLAB tool. I want to know how to use libsvm for multiclass classification. Please anyone help me out . How it is classified on images by multi-class classification.
  1 Commento
med djo
med djo il 11 Gen 2017
Hello Sir, 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?? Thanks

Accedi per commentare.

Risposte (1)

Walter Roberson
Walter Roberson il 19 Mag 2012
Summary: doing that is not a good idea in practice.

Categorie

Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by