Training dataset using SVM
显示 更早的评论
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
2020-12-5
1 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Object Detection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!