基于遗传算法优化的神经网络算法我要分享

Neural network algorithm based on genetic algorithm optimization

优化 GA-BP神经网络 基于GA-BP神经网络

关注次数: 244

下载次数: 1

文件大小: 4KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

基于遗传算法优化的神经网络算法,对比传统神经网络加强了初始权值与阙值的优化。


English Description:

Compared with the traditional neural network, the neural network algorithm based on genetic algorithm strengthens the optimization of initial weights and thresholds.


代码预览

GA-BP

GA-BP\Code.m

GA-BP\Cross.m

GA-BP\fun.m

GA-BP\GA_BP.m

GA-BP\Mutation.m

GA-BP\Select.m

GA-BP\test.m