搜索资源列表
multi-ga
- 自己编的遗传算法同BP神经网络结合的代码!并且在神经网络模型上进行多目标寻优,结果有doc文档详细说明!实现BP-GA多目标优化应用实例!
GA.rar
- 遗传算法初学者教程:包括GA的基本步骤,流程及应用中的一些基本问题 ,Genetic algorithm tutorial for beginners: the basic steps, including GA, process and application of some basic issues
BPN-GA.rar
- 用于神经网络训练的混合遗传算法,与快速BP算法结合。,For neural network training, hybrid genetic algorithm, combined with the rapid BP algorithm.
GA-SVM
- 遗传算法+支持向量机,非常的实用,希望对大家有用。-Genetic algorithms+ support vector machine, very useful, we want to be useful.
GA-BP
- GA-BPmatlab程序,有需要的可以下。-GA-BPmatlab procedures need to make.
99273904GA-bP
- 基于GA的BP改进算法,用遗传算法对BP 神经网络算法进行改进试用过 里面有数据是可以使用的-GA-based improvement of BP algorithm, genetic algorithm with BP neural network algorithm tried there are data that can be used
GAbp
- 遗传算法程序包,包括用GA直接训练BP网络的权重算法,用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法,以及纯BP算法-Genetic Algorithm package, including direct training GA weight of BP network algorithm, first used GA for the weight of BP network, and then trained BP net BP mixed directly GA-BP
GA
- 这是一个遗传神经网络,用遗传算法优化神经网络的权值-This is a genetic neural networks, genetic algorithm with neural network weights
GA
- 遗传算法优化BP神经网络程序,很不错的,值得学习-GA for BP neural network training
ga_bp
- ga优化神经网权值&阈值程序。为了方便,我把几个matlab的程序都放在txt文件里,使用时,对照把txt内容复制进matlab即可-ga optimization neural network weights & threshold procedures. For convenience, I have several matlab programs on the txt file, use, control the content of the txt you copied into
GA-BPNN
- 传统遗传算法优化BP网络的权值和阀值,获得较好的收敛性-GA,BP
src
- JAVA开发的BP算法,GA算法,以及PSO算法源程序-BP GA PSO
GAbp
- 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 三、纯BP 主程序:(1)bpfault.m 在MATLAB5.2上 (2)bpfault.m 在MATLAB6.5上 为后来所加 -1, with GA directly trained BP network algorithm for the weight of the main program: gafa
work
- GA+BP遗传算法与神经网络结合,与单纯的Bp算法作为比较-GA+BP
GA-bp
- 基于遗传算法的bp神经网络优化程序,经测试好用,有很好的应用价值-Bp based on genetic algorithm neural network optimization program, tested easy to use, there is a good value
GA-RBF
- 1.利用GA算法优化RBFNN的各种权值; 2.利用RBFNN进行函数跟踪; 3.比较测试未用GA优化的和使用GA优化的RBFNN的结果。-1.Use GA algorithm to optimize a variety of weights in RBFNN 2. Use RBFNN to realize tracking function 3. Compare and test the results of using GA and not using GA.
GA-BP
- 这是一个采用遗传算法优化bp神经网络权值阈值的MATLAB程序-This is a genetic algorithm to optimize neural network weights bp threshold MATLAB program
bp-ga
- 改进bp-ga算法,确定权值和阈值,组合导航系统故障诊断bp-ga算法-Improved algorithm for bp-ga
bp-ga-method
- 基于遗传算法的BP神经网络算法(以下简称BP—GA)就是在BP神经网络的学习过程中,将权重和阀值描述为染色体,并选取适宜的适应函数,然后进行GA迭代,直到某种意义上的收敛.-GA BP neural network algorithm (hereinafter referred to as BP-GA) is in the learning process BP neural network, the weights and thresholds described as chromosomes
PSO-BP和GA-BP
- 分别使用PSO和GA优化BP神经网络的参数,用于非线性函数拟合(PSO and GA are used to optimize the parameters of the BP neural network for nonlinear function fitting)