简体   繁体   English

RBF和SVM多项式内核的参数选择-两个内核的最佳“ c”(成本参数)是否相同?

[英]Parameter selection for RBF and polynomial kernel of SVM - Is the best 'c' (Cost parameter) same for both kernels?

I have read that Cost parameter is independent of kernel used and depends on training data. 我已经读过Cost参数与所使用的内核无关,并且取决于训练数据。 After performing parameter selection for RBF, I get the best combination of 'c' and Gamma 'g'. 在为RBF执行参数选择之后,我得到了'c'和Gamma'g'的最佳组合。 So can I use the same 'c' for Polynomial kernel and identify a good degree 'd' ? 那么我可以对多项式内核使用相同的'c'并确定良好的'd'吗? Or can I do better if I start a fresh grid search for 'c' and 'd' ? 或者,如果我重新开始搜索“ c”和“ d”,是否可以做得更好?

You can do better. 你可以做得更好。 Changing the kernel is changing the type of solution and SVM can find and how well it might overfit your data, so you need a new C. Though keeping the old C might be an acceptable guess if you use a high degree polynomial. 更改内核正在改变解决方案的类型,SVM可以找到它,以及它可能过度适合您的数据,因此您需要一个新的C。尽管如果使用高阶多项式,保留旧的C可能是可以接受的猜测。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM