问题标签 [forward-testing]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
machine-learning - LibSVM 预测精度
我目前正在尝试运行LibSVM
位于此处:https ://www.csie.ntu.edu.tw/~cjlin/libsvm
我只能访问 MATLAB 2011b。当我尝试LibSVM
使用不同的值运行包中C
包含的示例数据文件(heartscale)时,gamma
我得到了相同的精度结果。
这也发生在其他数据集上。
我建立了一个for
循环并循环通过不同的C
值gamma
和精度%的不改变。
我这样做是为了找到最好的C
,并gamma
按照上述网站上的文档“支持向量分类的实用指南”中的建议用于数据集(交叉验证)。
当我查看accuracy_mat
我在下面构建的时,这些值都是相同的。甚至来自的输出svmpredict
也是相同的。
我已多次阅读文档并查看网站上的常见问题解答,并希望 SVM 从业者对此提供意见。