基于遗传算法优化BP神经网络的非线性预测我要分享

Nonlinear prediction based on BP neural network optimized by genetic algorithm

遗传算法 BP神经网络 非线性预测

关注次数: 319

下载次数: 4

文件大小: 0

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

针对BP神经网络的初始权值和阈值是随机选取的弊端,采用遗传算法寻优BP的初始权值和阈值,然后进行BP训练和测试。遗传算法包括编码 选择 交叉 和变异等操作。


English Description:

In view of the disadvantage that the initial weight and threshold of BP neural network are randomly selected, genetic algorithm is used to optimize the initial weight and threshold of BP, and then BP is trained and tested. Genetic algorithm includes coding selection, crossover and mutation


代码预览

基于遗传算法优化BP神经网络的非线性预测

基于遗传算法优化BP神经网络的非线性预测\BP.m

基于遗传算法优化BP神经网络的非线性预测\Code.m

基于遗传算法优化BP神经网络的非线性预测\Cross.m

基于遗传算法优化BP神经网络的非线性预测\Decode.m

基于遗传算法优化BP神经网络的非线性预测\Mutation.m

基于遗传算法优化BP神经网络的非线性预测\Select.m

基于遗传算法优化BP神经网络的非线性预测\data.mat

基于遗传算法优化BP神经网络的非线性预测\fun.m

基于遗传算法优化BP神经网络的非线性预测\main_function.m

基于遗传算法优化BP神经网络的非线性预测\test.m