hyperparameter tuning in SVM
Show older comments
How to find the value of C and gamma parameter in SVM, the dataset we used is wokload dataset for prediction purpose. how to evaluate the affect of different value of parameters.
Answers (1)
Shreeya
on 2 May 2024
0 votes
Hello
Hyperparameter tuning can be implemented using bayesian optimization technique. You can refer to the link below which implements bayesian optimization for SVMs.
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!