training svm in matlab with multiple data set
Mostra commenti meno recenti
I have multiple data set which is x y data and each data set represent same class, also i have multiple data set for other 2 classes.
Do I need to train on merged x y data or do i need to call training function for each data set, note that each data set is same class? And there are multiple data set for each class type.
I have like 150 x y data set for class 1, and I have like 68 for class 2 and like 55 for class 3. How do i train support vector machince (SVM) in matlab?
Risposte (1)
Stephan
il 27 Ago 2018
0 voti
Hi,
merge your data, so that all data sets are in one table. You can not train a model successively. You need to use the whole training information in one set.
If you have low expierience doing this i suggest to use the Classification Learner App and i also suggest to read here and the related links given at the bottom of the site . This should help you to understand and you can try the given examples.
Best regards
Stephan
Categorie
Scopri di più su Classification Learner App in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!