Bayesian Optimization Hyperparameters .

3 次查看(过去 30 天)
Hi to all,
Can any one help me to understand how bayesian optimization works in the task of finding the best hyperparameters of a SVM?
If you could point me to a paper or video, that would be nice too.
Thank you very much!
J

采纳的回答

Alan Weiss
Alan Weiss 2021-8-19
The bayesopt function performs all Bayesian optimization. The bayesopt algorithm is described here. When finding the best parameters of an SVM using fitcsvm, then according to the documentation of the OptimizeHyperparameters option:
"The optimization attempts to minimize the cross-validation loss (error) for fitcsvm by varying the parameters. For information about cross-validation loss see Classification Loss." In other words, the objective function that bayesopt tries to minimize is the cross-validation loss.
I hope that is enough detail.
Alan Weiss
MATLAB mathematical toolbox documentation

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Model Building and Assessment 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by