搜索资源列表
Main_SVR_Epsilon
- Main_SVR_Epsilon Epsilon回归法解支持向量机,程序直接可以运行,有构造的模拟数据
libsvm3
- 台湾林智仁编写的支持向量机开源程序,可用于分类(C-SVC,nu-SVC,one-class SVM)和回归(epsilon-SVR,nu-SVR)。这是最新版本3.0。-Libsvm3.0 is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-cla
OnlineSVR-CPP-Code
- 支持向量机在线学习训练算法C++源码,可以用来做数据分类、模式识别、回归估计、概率密度函数估计等方面。-Support vector machine online learning training algorithm C++ source code, can be used for data classification, pattern recognition, regression estimation, probability density function estimation an
支持向量机的相关简介
- 支持向量机主要解决了分类问题和回归问题两大类
SVM_Regression
- 支持向量机的非线性回归,得到非线性函数y=f(x1,x2,…,xn)的支持向量解析式-SVM nonlinear regression, nonlinear function y = f (x1, x2, ..., xn) analytical support vector
niejeng_v56
- matlab开发工具箱中的支持向量机,可以实现模式识别领域的数据的分类及回归,相控阵天线的方向图(切比雪夫加权)。- matlab development toolbox support vector machine, You can achieve data classification and regression pattern recognition, Phased array antenna pattern (Chebyshev weights).
RR
- 进行支持向量机的非线性回归分析。支持多元的非线性回归分析。-Nonlinear regression analysis of support vector machines. Supports multivariate nonlinear regression analysis.
SVM
- 回归分析,该支持向量机算法可用于预测,电力负荷、风力发电预测等(Regression analysis, the support vector machine algorithm can be used to forecast the power load, wind power prediction)
Classifiers
- 我们需要成百上千的分类器来解决现实世界的分类吗 我们评估179分类17种分类器(判别分析,贝叶斯,神经网络,支持向量机,决策树,基于规则的分类器,升压、装袋、堆放、随机森林和其他合奏,广义线性模型,线性,偏最小二乘法和主成分回归,logistic回归、多项式回归、多元自适应回归样条等方法),实现在WEKA,R(有或没有插入包),C和Matlab,包括所有目前可用的相关分类。(Do-we-Need-Hundreds-of-Classifiers-to-Solve-Real-World-Class
SVMcgForRegress
- 支持向量机中的支持向量回归函数对数据进行预测(Support Vector Regression Function in Support Vector Machine to Predict Data)