Bayesian Optimization Hyperparameters .

조회 수: 1 (최근 30일)
João Mendes
João Mendes 2021년 8월 19일
댓글: João Mendes 2021년 8월 19일
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에서 Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by