搜索资源列表
yichuanbp
- 已调试好的遗传算法优化BP神经网络-非线性函数拟合的程序源代码-Genetic algorithm has been debugged BP neural network- non-linear function fitting the source code
GABP3
- 遗传算法 优化 BP神经网络 非线性函数 拟合-Genetic algorithm BP neural network nonlinear function approximation
pos
- 标准粒子群算法程序,并举例优化函数拟合,对初学者有用-Standard particle swarm optimization process and optimal function fitting example, be useful for beginners
4
- 遗传算法优化BP神经网络-非线性函数拟合
case3
- 遗传算法优化BP神经网络-非线性函数拟合-BP neural network genetic algorithm- linear function fitting
nonlinear-function-fitting
- 遗传算法优化BP神经网络-非线性函数拟合-BP neural network genetic algorithm- nonlinear function fitting
Genetic-algorithm
- 本程序使用遗传算法优化BP神经网络来进行非线性函数拟合-This program uses genetic algorithms to optimize the BP neural network for nonlinear function fitting
bpycsf
- 遗传算法优化BP神经网络-非线性函数拟合-Genetic algorithm optimization BP neural network nonlinear function approximation to ensure availability
GABP
- 采用遗传算法来优化BP神经网络参数,并实现非线性函数的拟合-Using genetic algorithms to optimize the BP neural network parameters, and nonlinear function fitting
chapter3
- 运用遗传算法优化BP神经网络,应用于非线性函数拟合-Optimize the BP neural network, the use of genetic algorithms applied to nonlinear function fitting
Genetic-algorithm-to-optimize-BP
- 遗传算法优化BP神经网络-非线性函数拟合-Genetic algorithm to optimize BP neural network- non-linear function fitting
GABP
- 遗传算法优化BP神经网络-非线性函数拟合-Genetic algorithm to optimize BP neural network- non-linear function fitting
eg3-yichuan-feixianxinghanshunihe
- 《MATLAB神经网络30个案例分析》中的第3个例子,案例3 遗传算法优化BP神经网络-非线性函数拟合。希望对大家有用! -The MATLAB neural network analysis of 30 cases of the third example, case 3 genetic algorithm to optimize the BP neural network to nonlinear function fitting. Hope that useful to everyb
sinc
- 粒子群算法优化极限学习机的参数,实现SINC函数拟合-The particle swarm algorithm to optimize the parameters of the extreme learning machine, realizes the SINC function fitting
chapter3
- 遗传算法优化BP神经网络——非线性函数拟合-Genetic algorithm to optimize BP neural network- non-linear function fitting
遗传算法优化BP神经网络——非线性函数拟合
- 遗传算法优化 BP 神经网络分为 BP 神经网络结构确定、遗传算法优化和 BP 神经网络预 测 3 个部分。 BP 神经网络预测用遗传算法得到最优个体对网络初始权值和阔值赋值,网络经训练后预测函数输出。(Genetic algorithm optimization BP neural network is divided into 3 parts: BP neural network structure determination, genetic algorithm optimization
案例3 遗传算法优化BP神经网络-非线性函数拟合
- 遗传算法优化BP神经网络-对非线性函数拟合.(Genetic algorithm optimization BP neural network - nonlinear function fitting)
思维进化算法优化BP神经网络——非线性函数拟合
- 思维进化算法优化BP神经网络——非线性函数拟合,有源程序和数据(BP Neural Network Optimized by Mind Evolutionary Algorithm - Nonlinear Function Fitting)
遗传算法优化BP神经网络-非线性函数拟合
- 遗传算法优化BP神经网络-非线性函数拟合(Genetic algorithm optimizes BP neural network nonlinear function fitting)
鲸鱼群智能优化神经网络(WOA-NN)
- 利用鲸鱼群智能优化算法实现对神经网络的优化,实验结果能够有效避免传统神经网络过拟合的问题,有效提高模型识别精度。内容包含:woa主函数,woa-nn优化主函数;以及三个分类原始数据可供优化模型验证。