Bayesian Optimization Hyperparameters .

2 ビュー (過去 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
  1 件のコメント
João Mendes
João Mendes 2021 年 8 月 19 日
Thanks!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeClassification についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by