what is the matlab code for image classification using svm classifier to classify the skin diseases

9 views (last 30 days)
i am thulasi studing final btech.i am doing my final proect on image processing domain and my topic is skin disease detection models using image processing.till now i didn't get the matlab code for svm classifier for the classification.so plz any one give answer to my question.i hope any one help to my project
  2 Comments
Image Analyst
Image Analyst on 9 Jan 2022
@Divya Dharshini, I suggest you use the "Regression Learner" app on the Apps tab of the tool ribbon. Make a bunch of measurements on your image, as many as you can think of. Then load them into a table called tPredictors. Then make up a ground truth (response) vector called trueResults or something like that. Then start the app, load in the predictor table and the response vector and start a new session. Tell it what model you want and then train it. Then click the Export model button to save the model. Then you can save it to a .mat file and recall it to do predictions on non-training data. If you have trouble, post your measurements and ground truth variables in a .mat file in a new question of your own (not here in @kayala thulasi's 5 year old question).

Sign in to comment.

Answers (1)

Mrutyunjaya Hiremath
Mrutyunjaya Hiremath on 14 Jun 2021
  1 Comment
John D'Errico
John D'Errico on 14 Jun 2021
Note that you are answering a long dead question, one from someone who has never done anything on the site for the last 4 years.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!