搜索资源列表
libsvm-2.89
- 跟類神經網路有點像的東西, 不過現今最常拿來就是做分類也就是說,如果我有一堆已經分好類的東西 (可是分類的依據是未知的!) ,那當收到新的東西時, SVM 可以預測 (predict) 新的資料要分到哪一堆去。-is something that has similar roots with neural networks. But recently it has been widely used in Classification. That means, if I have some set
SVMyuce
- matlab支持向量机预测,有原始数据,有案例分析,有详细源代码(作者附录的源程序,经过本人亲自调试成功)运行之前请先安装libsvm工具箱!(案例为预测短期电力功率预测)-matlab support vector machine, there are raw data, there are case studies, a detailed source code (the author s source code appendix, after personally Debugging
LibSVM
- libsvm的demo的源码实现,通过训练集训练模型,用模型去预测-libsvm source implementation of the demo, through training set model, using the model to predict
SVM-MT
- 基于libSVM-v310的完全多线程化libSVM,仅读写文件在框架内无法优化。svm-predict不需要openmp支持,svm-train需要打开openmp支持。VS2008编译。修改MAX_THREAD可以调整svm-predict线程数。-A fully multi-thread optimized libSVM based on libsvm-3.10. svm-predict won t need openmp however svm-train requires. The p