搜索资源列表
SVR
- 本算法利用matlab及libsvm软件包中提供的函数实现了SVR回归模型的仿真测试,并应用于混凝土抗压强度预测中。-The algorithm uses the libsvm matlab and functions provided in the package to achieve a SVR regression model simulation testing, and applied to predict the compressive strength of concrete.
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
libsvm-2.89
- SVM, Support Vector Machine , 簡而言之它是個起源跟類神經網路有點像的東西, 不過現今最常拿來就是做分類 (classification)。 也就是說,如果我有一堆已經分好類的東西 (可是分類的依據是未知的!) ,那當收到新的東西時, SVM 可以預測 (predict) 新的資料要分到哪一堆去。 -SVM, Support Vector Machine , is something that has similar roots with neural network
svm_predict
- LIBSVM支持向量机预测程序JAVA版-failed to translate
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
yuce
- 对libsvm产生的model进行转换,从原先matlab的mat格式,转换为c语言的文本格式,然后进行预测预测-Allow phonetic typing Libsvm the model converted from the original Matlab mat format, converted to text format c language, and then to predict the forecast
libsvm
- it is a library for SVM(support vector machines) to be used in matlab. It includes a readme file for details. It can be used to train SVM on some dataset and use it to predict values(Machine Learning).
svmpredict
- 支持向量机源代码,svm预测,使用libsvm进行分类,优化libsvm的各种参数-svm predict
LIBSVM-to-do-regression-prediction
- LIBSVM做回归预测 怎么用libsvm来做预测-The LIBSVM doing regression forecast predict how libsvm do
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
BRISQUE_release
- This a demonstration of the Blind/Referenceless Image Spatial Quality Evaluator (BRISQUE) index. The algorithm is described in: A. Mittal, A. K. Moorthy and A. C. Bovik, No Reference Image Quality Assessment in the Spatial Domain Binaries:
libsvm-predict-vc6
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)教授所写。本程序稍微改动了libsvm的predict部分。-LIBSVM was written by Lin Chihjen. this program changed a little bit the predict part of libsvm.
libsvm-predict
- 一个预测程序,用于SVM预测的,大家可以学习-it is a predict
My_example1_predict
- SVM做分类回归程序已经调试完成 使用的是libsvm matlab -SVM method for regression and predict
libsvm-java
- 支持向量回归机的Java代码 可以进行预测(It is the Java code of the support vector regression machine .It can predict unknown data.)
libSVM
- 利用LibSVM以及SVM模型进行文本数据分类。训练数据与测试数据都有。(Using LibSVM and SVM model to classify text data. Both the training data and the test data are available.)