1
I am using rbf,Support Vector machine for large training set=1135x9 matrix and test set{95x9}.
I am using C=20 and gamma=0.0001
'the result are as follows
optimization finished, iter = 3904
nu = 0.187228
obj = -2499.485353, rho = -0.072050
nSV = 852, nBSV = 48
Total nSV = 852
<Accuracy = 63.1579% (60/95) (classification)
我要問什麼應該是最佳的S &伽馬該數據集高斯SVM參數C和伽瑪
像lennon310在他的回答中說,你可以做一個網格搜索來找出好的參數。他們可以爲每個數據集不同,所以你真的需要自己找到它們。 – Sentry