搜索资源列表
RBF1
- 粒子群算法、遗传算法优化的RBF神经网络程序-Particle swarm optimization, genetic algorithm optimization on RBF neural network program
GASARBF
- 遗传算法+RBF神经网络源程序! -Genetic algorithm+RBF neural network source code! Genetic algorithm+RBF neural network source code!
GImpprovedSVVe
- 将遗传算法(GA)与传统SVM算法结合,构造出一种参数最优的进化SVM(GA2SVM),SVM 模型使用径向基函数(RBF))作为核函数,运用格雷码编码方式对SVM算法的模型参数进行遗传编码与优化搜索,,将搜索到的优化结果作为SVM 的最终模型参数。 -Genetic algorithm (GA) combined with the traditional SVM algorithm to construct a parameter of the evolution of the optim
PPSO_GA_RRBFa
- 粒子群算法、遗传算法优化RBBF径向基神经网络。可直接使用。 -Particle swarm optimization, genetic algorithm optimization the RBBF RBF neural network. Can be used directly.
GA-RBF
- 用遗传算法优化RBF神经网络,我自己用matlab写的,希望对大家有用。-Using genetic algorithms to optimize the RBF neural network, using matlab to write my own, I hope useful.
GA0
- 这是一段遗传算法训练RBF网络的matlab程序,大家可以下载参考。-This is a genetic algorithm for training RBF network program, you can download the reference.
PSO_GA_RBF
- 粒子群算法、遗传算法优化RBF径向基神经网络-Particle swarm optimization, genetic algorithm optimization RBF RBF neural network
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part