selecting c and gamma value

前端 未结 4 2197
旧巷少年郎
旧巷少年郎 2021-02-08 15:33

Hi I am performing SVM classification using SMO, in which my kernel is RBF, now I want to select c and sigma values, using grid search and cros

4条回答
  •  旧时难觅i
    2021-02-08 16:22

    You can also use Uniform Design model selection which reduces the number of tuples you need to check. The paper which explains it is "Model selection for support vector machines via uniform design" by Chien-Ming Huang Some implementation in python are exist in ssvm 0.2

提交回复
热议问题