Training dataset using SVM

조회 수: 10 (최근 30일)
Aya Fathi
Aya Fathi 2020년 11월 30일
답변: Raunak Gupta 2020년 12월 5일
Hi everyone,
i have a training set that i want to train it using SVM, i have already extracted the features using HOG, but i don't know how to proceed with the training, what should i do next and what function to use (i found out that there's more than 1 function :fitcecoc / fitcsvm / ... )
Also, i would like to know , if i changed HOG to LBP, can i use the same steps and same function ?
Thank you in advance.

답변 (1개)

Raunak Gupta
Raunak Gupta 2020년 12월 5일
Hi,
From the dataset, while extracting the features you must be knowing that if this is a binary class problem or a multi-class problem. If it’s a binary class problem, you can use fitcsvm otherwise, you can use fitecoc which fits a multiclass model for SVM classifiers. You can use any features to fit a SVM model whether HOG or LBP but the performance for both the feature sets will be different. You may find this example useful to get started.

카테고리

Help CenterFile Exchange에서 Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by