필터 지우기
필터 지우기

Parameter ranges for sigmoid and polynomial kernel

조회 수: 2 (최근 30일)
Tom Gerard
Tom Gerard 2016년 5월 6일
댓글: John D'Errico 2016년 5월 6일
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개)

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by