How to train SVM
Show older comments
Hi, Is there anyone who will help me in SVM for classification in Matlab code. i have completed my work until feature extraction and after feature extraction, I have created mxn size of the matrix where n is the number of samples and mx1 is the array of each image/character.
Please guide that, how I have to arrange the training dataset that I can train SVM.
Accepted Answer
More Answers (2)
Ameer Hamza
on 8 May 2018
The easiest way to get started and visualize is to use Classification Learner App. Start it using this command
classificationLearner
Then you can start a new session. Import your data. In the model type choose SVM. Several SVM models are available. Choose advanced and choose advanced training options. Then press train to start training. When Training is complete, it will visualize result using several graphs. You can also export the model to the workspace for further processing.
Sindhu
on 5 Sep 2023
0 votes
How to train SVM in satellite images?
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!