搜索资源列表
svr
- svr(support vector regression),即支持向量回归,是人工神经网络的一种学习算法。可用于数据预测等。
ftp-svr-clt
- 关于一个简单的FTP的服务器和客户机两个演示程序. 让你更容易理解FTP原理和机制 C#-on a simple FTP server and client two demonstration program. Let you be more readily understood FTP principle and mechanism of C#
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
ihlf-svr-rfn
- 这是一个师兄编的程序,用于多类分类和函数回归。-This is a senior allocation procedures, for use in multi-category classification and regression function.
OnlineSVR_C--_Code
- 在网上看到的一个在线SVR(支持向量机回归)的C++代码,希望对大家有帮助-Online to see an on-line SVR (support vector machine regression) of the C++ Code, in the hope that everyone has to help
svr
- svr(support vector regression),即支持向量回归,是人工神经网络的一种学习算法。可用于数据预测等。
UpgradeReport
- 利用回转窑生产氧化铝的工艺中,提出了一种新的基于SVR(支持向量回归)的烧成带温度软测量方法。即首先对从回转窑采集到的烧结图像进行预处理,消除噪声的干扰;然后利用大津方法分割出物料区和火焰区,并提取这些区域的图像特征;其次利用基于SVR方法建立的烧成带温度模型计算温度值;参数计算.-The use of alumina rotary kiln production process, a new-based SVR (support ve
libsvm-2.85-dense
- LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM ) 等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、
svr
- 一维支持向量机回归以及二维支持向量机回归-One-dimensional support vector machine regression, as well as two-dimensional support vector machine regression
lib_gridsearch
- libsvm的参数寻优程序。针对SVR提供full gridsearch方式的参数寻优,主要用于SVM回归预测-libsvm optimization process parameters. Provide full gridsearch for SVR parameter optimization approach, mainly used for SVM regression prediction
libsvm-2.88
- LIBSVM 是台湾大学林智仁 (Chih-Jen Lin) 博士等开发设计的一个操作简单、易于使用、快速有效的通用 SVM 软件包,可以解决分类问题(包括 C- SVC 、n - SVC )、回归问题(包括 e - SVR 、 n - SVR )以及分布估计( one-class-SVM )等问题,提供了线性、多项式、径向基和 S 形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题
57578884a
- svr,非常棒的学习材料,可以帮助大家从事workflow开发应用-svr, great study materials to help everyone involved in the development and application of workflow
PS0-SVR
- :针对发酵过程中生物参数难以实时在线测量的问题,建立了用于生物参数状态预估的 支持向量机软测量模型。考虑到该支持向量回归(SVR)模型的复杂性和冷化特征取决于其三 个参数 ,c, 能否取到最优值,采用粒子群优化(PSO)算法实现对参数 ,c, 的同时寻优。在 此基础上,以饲料用 .甘露聚糖酶为对象,建立了基于PSO—SVR的发酵过程产物浓度状态预估 模型。发酵罐控制结果表明:该模型具有很好的学习精度和泛化能力,可实现对
SVR
- 有关SVR SVM 的基础知识,和相关的期刊文章-The basics of the SVR SVM, and related journal articles
SVR
- A matlab implementation on SVR
SVR
- SVR 支持向量回归机,这是SVM的一种拓展类型,可以有效的完成非线性拟合-SVR support vector regression, which is an expanding type of SVM, can effectively complete the nonlinear fitting
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 compr
online-svr
- 实现在线的SVR算法,python版本。(online svr, python version.)
SVR
- 训练SVR模型做预测,可调整训练集和测试集比例及SVR参数,预测性能用MAP反映(The training SVR model can be used for prediction. The proportion of training set and test set and the parameters of SVR can be adjusted. The prediction performance can be reflect
PSO-optimized-SVR-master
- POS-SVR开源代码 里面有举例 可以跟着小例子试着做 且有部分注释(POS-SVR Open Source contains examples that can be tried with small examples and some comments)