Parameter ranges for sigmoid and polynomial kernel

Hello
I would like to use a SVM classifier with a sigmoid and polynomial kernel.
The sigmoid kernel has the following form: tanh(gamma * u'*v + coef0)
The polynomial kernel has the following form: (gamma * u'*v + coef0)^degree
Which parameter ranges are resonable to try for gamma and coef0?

1 件のコメント

John D'Errico
John D'Errico 2016 年 5 月 6 日
You don't think that depends entirely upon your data? Let me rephrase that - it depends entirely upon your data. Knowing nothing at all about your specific problem & data, [-inf,inf] is virtually as much as one can say.

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

質問済み:

2016 年 5 月 6 日

コメント済み:

2016 年 5 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by