搜索资源列表
svmmatlabSORCE
- 支撑矢量机 class CvSVM : public CvStatModel //继承自基类CvStatModel { public: // SVM type enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 } //SVC是SVM分类器,SVR是SVM回归 // SVM kernel type -class Support Vector Machine CvSVM
SVM-KM
- 一种很容易理解的svm matlab工具箱,可用于分类,回归,并附很多示例。
SVM-KMExample
- 一种很容易理解的svm matlab工具箱,可用于分类,回归,并附有很多示例。
SVM-KM
- svm详细例子(包括分类,回归)等。需要的人,下载试试。多交流.我需要svm-smo的matlab源码。谁有?-SVM detailed examples (including classification, regression) and so on. Those who need it, download a try. More exchanges. Svm-smo I need the matlab source code. Who?
gp425win32
- 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM -Easy to use, fast and effective generic SVM software package can solve the classification problems (including the C-SVC, n- SVC), regression (inclu
libsvm_src_2.6NOTE
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
libsvm-mat-2[1].9-11
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
MySVMSourceCode
- 这个是用QT编写的一个SVM程序,改写了台湾林智仁的libsvm程序,可以用来分类,线性回归等等人工智能,并且是有界面的-This is a SVM program written in QT, rewritten libsvm Taiwan Lin Zhiren the program can be used for classification, regression, and so on Artificial Intelligence, and is the interface
SVM_regression-
- SVM 回归,给出一个简单的函数,利用svm对其进行拟合及回归预测。-The SVM regression gives a simple function using svm, it is fitting and regression forecast.
SVM-Matlab-toolbox
- 支持向量机(SVM)的matlab工具箱。支持分类和回归。-Support Vector Machine (SVM) matlab toolbox. Support classification and regression.
HUIGUI-svm
- 回归性支持向量机Regression support vector machine-Regression support vector machine
SVM
- MATLAB中的SVM源码,用于回归预测,需要的可以下载下-The SVM MATLAB source code for regression forecasting, need can be downloaded below to see the exhibitions
MATLAB-svm
- 支持向量机在分类和回归中的应用(MATLAB)-Application for svm in classification and regression
svm-regression
- 本程序是实现遗传支持向量机(SVM)的回归拟合,以混凝土的抗压测试为例,具有很好的学习价值。-This program is a genetic support vector machine (SVM) regression fit to the concrete compression test, for example, having a great learning value.
SVMcgForRegress
- SVM回归参数寻优函数,SVMCGFORREGSRE-SVM u56DE u5F52 u53C2 u6570 u5BFB u4F18 u51FD u6570 uFF0CSVMCGFORREGSRESS
svm
- SVM本身是针对经典的二分类问题提出的,支持向量回归机(Support Vector Regression,SVR)是支持向量在函数回归领域的应用(SVM itself is proposed for the classical two classification problem. Support Vector Regression (SVR) is the application of support vector in the field of function regression)
svmcx调试成功
- SVM安装包 安装之后可以进行 分类或者回归预测(SVM installation package can be classified or regression prediction after installation)
Classification
- svm 回归分析 matlab 带有例子(SVM regression MATLAB has an example)
ga_aco_opt_on_anfis_svm-master
- 利用遗传算法、蚁群算法、PSO等对SVM模型进行优化,实现高效分类和回归预测(The SVM model is optimized by genetic algorithm, ant colony algorithm and PSO to achieve efficient classification and regression prediction.)
逻辑回归
- 根据标签,完成SVM下的多分类数据识别,数据可以是字符或者信号,可以达到较高的识别精度(The multi-classification data recognition under SVM was completed)