How are the automatic values of hyper-parameters in Matlab Regression Learner determined?

3 ビュー (過去 30 日間)
Georgios Etsias
Georgios Etsias 2018 年 7 月 26 日
回答済み: Ilya 2018 年 8 月 6 日
Using Matlab regression learner one can choose the auto option for the values of the various hyper-parameters such as epsilon and Kernel scale mode in SVM's. In this case is stated that if auto is chosen the app uses a heuristic procedure to select the kernel scale. Also the same applies in the Gaussian Processes. When Kernel scale mode is set to Auto, it is stated that the app uses a heuristic procedure to select the initial kernel parameters. -What is the heuristic procedure followed? -Are the values given optimised? -If they are why the "tips" encourage the user to give values manualy?
  2 件のコメント
Bernhard Suhm
Bernhard Suhm 2018 年 8 月 4 日
Are you just trying to understand what's going on, or do you have evidence it's not working as designed?
Georgios Etsias
Georgios Etsias 2018 年 8 月 5 日
It is important to know if the selected parameters are the optimal ones or I should do an optimization of my own!

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

回答 (1 件)

Ilya
Ilya 2018 年 8 月 6 日
If you type
edit classreg.learning.svmutils.optimalKernelScale
in your MATLAB session and hit Return, the editor will bring up the code for that heuristic procedure.
You won't know if these parameters are optimal or not without doing optimization. These are based on a guess. The guess is often good but it can fail from time to time.

カテゴリ

Help Center および File ExchangeSupport Vector Machine Regression についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by