搜索资源列表
mgatext
- 遗传算法程序——支持向量机——参数优化程序-Genetic algorithm parameter optimization procedure------------
class
- 这个是我自己编写的基于混沌自适应粒子群优化支持向量机用于分类的matlab程序,本程序以心脏病的诊断为例,得出了非常好的效果!主要贡献在于解决了支持向量机参数人为选取随意性大且效果好坏不稳定的难题!-This is what I have written based on adaptive chaotic particle swarm optimization of support vector machine for classification of matlab procedures, t
svm_smo
- 支持向量机(svm)的 序列最小优化算法(sequential minimal optimization) 的大量论文资料!该算法可用来开发svm的并行算法!-Support vector machine (svm) of the sequential minimal optimization algorithm (sequential minimal optimization) information on a large number of papers! The algorithm can
cpslssvm
- 基于混沌粒子群与模拟退火优化算法的最小二乘支持向量机参数自选择方法-Based on Chaotic Particle Swarm Optimization and Simulated Annealing least squares support vector machine parameter self-selection method
PS0-SVR
- :针对发酵过程中生物参数难以实时在线测量的问题,建立了用于生物参数状态预估的 支持向量机软测量模型。考虑到该支持向量回归(SVR)模型的复杂性和冷化特征取决于其三 个参数 ,c, 能否取到最优值,采用粒子群优化(PSO)算法实现对参数 ,c, 的同时寻优。在 此基础上,以饲料用 .甘露聚糖酶为对象,建立了基于PSO—SVR的发酵过程产物浓度状态预估 模型。发酵罐控制结果表明:该模型具有很好的学习精度和泛化能力,可实现对 .甘露聚糖酶 产物浓度的实时在线预估。-In
AutomatedNegotiatioDecisionModelasedonMachineLearn
- 模型利用协商历史中隐含的信息自动对数据进行标注以形成训练样本,用最小二乘支持向量回 归机学习此样本得到对手效用函数的估计,然后结合自己和对手的效用函数构成一个约束优化问题,用遗传算法求 解此优化问题,得到的最优解就是己方的反建议.实验结果表明,在信息保密和没有先验知识的条件下,此模型仍然 表现出较高的效率和效用-The proposed model labels the negotiation history data automatically by making full use
Inertiadevicefaultpredictionbasedonwavelet
- :为了提高最小二乘支持向量回归机的性能,将Morlet小波核函数引入其中,形成了最小二乘小波支 持向量回归机模型。利用待优化的参数重构模型的目标函数和约束条件,并在此基础上通过遗传算法进行参数 选择,从而提高了该模型的泛化能力。将最小二乘小波支持向量回归机应用于导弹陀螺仪的漂移趋势预测,仿真 实验结果表明了该方法的有效性和可行性,因此可以为陀螺仪的故障预报、可靠性辅助决策提供依据。-To improve the ability of least square support vect
AntAlgorithmfortheQuadraticAssignmentProblem
- 国外蚁群优化算法用于二次分配问题(勿用于商业目的)-Foreign ant colony optimization algorithm for quadratic assignment problem (not to be used for commercial purposes)
ApplicationofLeastSquareSupportVectorMachine
- 基于粒子群与模拟退火优化算法的最小二乘支持向量机参数自选择方法预测混沌序列-anessayaboutchaospredictionbyPSOLSSVM
svm
- 一种用遗传算法优化支持向量机参数的简单matlab程序,非常适合初学者学习。-A Method for optimizing parameters of a simple support vector machine matlab program is ideal for beginners to learn.
LS-SVMlab-GA
- 用遗传算法优化的最小二乘支持向量机,简单易用,可移植性强,通用性好,程序特别的全。-Using genetic algorithm least squares support vector machine, easy to use, portability, common good, especially the whole program.
gapetsvr
- 一个用于石油降解率预测的SVR程序,采用遗传算法优化支持向量回归模型的参数。供大家参考!-a SVR model for prediction of oil degradation rate. The parameters of SVR model was optimized by GA.
tunelssvm
- 和声算法优化支持向量机代码,用于建模,可以自己修改参数调整-Harmony search algorithm optimized support vector machine code, used for modeling, you can modify the parameters to adjust their
GSAcgRegression
- 万有引力优化算法优化支持向量机,希望对大家有所帮助-Gravitation optimization algorithm optimization support vector machine, I hope it will help you
chapter_GA
- 利用遗传算法优化支持向量机参数的算法的程序(Optimization of parameters of support vector machines using genetic algorithm)
wine_SVM
- 支持向量机是一种继神经网络之后又一优化的算法推动了机器学习的理论发展。(Support vector machines (SVM) is a kind of optimization algorithm after neural network, which promotes the development of machine learning theory)
smo
- 支持向量机的smo算法实现,包含普通smo和优化后的smo算法(svm impletement with smo, including simple smo and optimitive smo)
SVM-tool
- 支持向量机的里一个工具包,里面的函数我自己改了一下,有所优化(Support vector machine in a toolkit, the function inside I changed it, some optimization)
SVM-w-SMO
- 用序列最小优化算法(SMO)进行训练的支持向量机的简单实现。(simple implementation of a Support Vector Machine using the Sequential Minimal Optimization (SMO) algorithm for training.)
GA_SVM
- 利用GA遗传算法优化参数 并利用支持向量机分类或者回归计算(Use GA genetic algorithm to optimize parameters and use support vector machine for classification or regression calculation)