搜索资源列表
lib_gridsearch
- libsvm的参数寻优程序。针对SVR提供full gridsearch方式的参数寻优,主要用于SVM回归预测
SVM_Short-term-Load-Forecasting
- 优秀论文及配套源码。首先阐述了负荷预测的应用研究现状,概括了负荷预测的特点及其影响因素,归纳了短期负荷预测的常用方法,并分析了各种方法的优劣;接着介绍了作为支持向量机(SVM)理论基础的统计学习理论和SVM的原理,推导了SVM回归模型;本文采用最小二乘支持向量机(LSSVM)模型,根据浙江台州某地区的历史负荷数据和气象数据,分析影响预测的各种因素,总结了负荷变化的规律性,对历史负荷数据中的“异常数据”进行修正,对负荷预测中要考虑的相关因素进行了归一化处理。LSSVM中的两个参数对模型有很大影响,
SVM-REGRESSION
- SVM回归预测,有关于CG参数的寻优,网格方法,最后减少误差到指定要求-SVM regression
psoSVMcgForClass
- 关于粒子群算法对已SVM分类问题的参数寻优方法,可以参考-Particle swarm algorithm about the parameters of the classification problem has SVM optimization method, can reference
SVM
- 首先将变压器故障的样本分成训练集和测试集两部分,然后对它们进行归一化,再用网格参数寻优得到c和g,最后进行变压器故障的预测。-SVM transformer fault diagnosis
GA-SVM
- matlab版本的 SVM,利用了遗传算子对C,G两个参数进行了寻优。-matlab version of the SVM, using the genetic operator on C, G two parameters of the optimization.
SVMcgForClass
- 利用网格搜索法对支持向量机的参数寻优的过程,通过matlab实现-Grid search method to use SVM parameter optimization process to achieve through matlab
gaSVMcgForRegress
- Matlab使用pso进行svm参数优化寻优-Matlab were svm parameter optimization using pso optimization
psoSVMcgForRegress
- Matlab使用pso进行svm参数优化寻优-Matlab were svm parameter optimization using pso optimization
SVMcgForClass
- 用于支持向量机的惩罚参数和G的参数寻优问题,利用网格算法的搜索方式,并进行了可视化-we try to find the most optimal c and g to get the highest accuracy base SVM
SVM2_GA
- 基于遗传算法的支持向量机算法,程序内可实现遗传算法参数寻优,并对输入数据分类输出-SVM based on genetic algorithms, genetic algorithms can be realized within the program parameter optimization, output and input data classification
SVM_GUI_3.1[mcode]
- faruto编写的基于libsvm3.1的SVM_GUI,可用于SVM分类及相关回归分析,已经集成了GA及PSO参数寻优算法及PCA算法,提供的是GUI版本及与之对应的源码版本-SVM_GUI and the program of SVM_Code,base on the version of the Libsvm 3.1,using the GA and PSO algorithm to improve
SVM_Code_GUI
- faruto编写的基于libsvm3.1的SVM_GUI,可用于SVM分类及相关回归分析,已经集成了GA及PSO参数寻优算法及PCA算法,提供的是GUI版本及与之对应的源码版本-SVM_GUI and the program of SVM_Code,base on the version of the Libsvm 3.1,using the GA and PSO algorithm to improve
pso-optimization
- 基于粒子群(pso)的参数寻优,可以做BP和svm的参数寻优。-Based on Particle Swarm (pso) parameter optimization, BP and svm you can do the parameter optimization.
模拟退火算法计算函数最小值以及SVM参数寻优
- 利用模拟退火算法求解已知函数的最小值,即模拟退火算法寻优问题,可以广泛推广。(Using simulated annealing algorithm to solve the minimum of the known function, that is, the simulated annealing algorithm optimization problem, can be widely promoted.)
SA
- 模拟退火算法的代码以及使用模拟退火法寻优SVM中的参数c和g(The code of simulated annealing algorithm and the use of simulated annealing to optimize the parameters c and G in SVM)
psoSVMcgForClass
- 用粒子群寻优SVM,从而实现对分类器的参数实现寻优(pso svmcg for class,abcpso)
GASVM
- 遗传算法优化支持向量机程序,用于参数寻优,提高分类率(Genetic algorithm optimization support vector machine program)
PSO-SVM
- 将改进的粒子群算法和GA与SVM相结合,通过参数寻优构建新模型完成对空气质量指数的预测(The improved particle swarm optimization and genetic algorithm are combined with SVM. The prediction of air quality index (AQI) is completed by constructing a new model by parameter optimization.)
一些优化算法论文附其程序
- 针对例如SVM等智能算法的参数寻优采用自适应的参数优化(Parameter optimization for intelligent algorithm)