CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - GA-BP

搜索资源列表

  1. GA(matlab)

    0下载:
  2. 遗传算法(GA)训练BP网络权值、阈值的matlab源码[matlab]-genetic algorithm (GA) BP training network value, the threshold value of the Matlab source [Matlab]
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3978
    • 提供者:才华
  1. GA-BP-neural

    0下载:
  2. 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。程序需要调用gaot工具箱.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4399
    • 提供者:孙洁娣
  1. GA-BP

    0下载:
  2. 利用遗传算法来训练BP神经网络的权值和阈值
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1499
    • 提供者:shui
  1. ga-bp

    0下载:
  2. 程序名:ga_bp_predict.cpp 描述: 采用GA优化的BP神经网络程序,用于单因素时间 序列的预测,采用了单步与多步相结合预测 说明: 采用GA(浮点编码)优化NN的初始权值W[j][i],V[k][j],然后再采用BP算法 优化权值
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6708
    • 提供者:fk774
  1. ga优化-bp

    1下载:
  2. matlab实现GA-BP还有例证
  3. 所属分类:数学计算/工程计算

  1. GA-SVM

    3下载:
  2. 遗传算法+支持向量机,非常的实用,希望对大家有用。-Genetic algorithms+ support vector machine, very useful, we want to be useful.
  3. 所属分类:Other systems

    • 发布日期:2016-04-27
    • 文件大小:1673304
    • 提供者:慧莹
  1. GA_NN

    1下载:
  2. 使用遗传算法(GA)优化神经网络(NN)结构的C语言源程序-The use of genetic algorithms (GA) optimization of neural networks (NN) structure of C language source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:44229
    • 提供者:ann
  1. GA

    1下载:
  2. 这是一个遗传神经网络,用遗传算法优化神经网络的权值-This is a genetic neural networks, genetic algorithm with neural network weights
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1061
    • 提供者:jinjing
  1. GA

    0下载:
  2. 基于佳点集的遗传算法求解tsp问题 用java开发,-Based on good point set genetic algorithm tsp problem with java development,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:3356
    • 提供者:张晓
  1. GA

    0下载:
  2. 遗传算法优化BP神经网络程序,很不错的,值得学习-GA for BP neural network training
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:28441
    • 提供者:scs
  1. ga_bp

    1下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1266
    • 提供者:chengwei
  1. GA

    0下载:
  2. 遗传算法原理及应用的课件,详细介绍了遗传算法-Principle and Application of genetic algorithm courseware
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:102752
    • 提供者:静轩
  1. GA

    0下载:
  2. 一个遗传算法求解函数的最大值的程序,挺好用的-A genetic algorithm procedure for maximum function, very good use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3719
    • 提供者:赵本
  1. GAbp

    0下载:
  2. 一、用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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:50209
    • 提供者:峒晓
  1. GA-RBF

    3下载:
  2. 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.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:7122
    • 提供者:天天
  1. GA----BP

    0下载:
  2. 遗传算法优化BP神经网络,关于y=x1平方+x2平方的-BP neural network genetic algorithm, y = x1square+ x2 square
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5611
    • 提供者:lvziling
  1. GA-bp(CPP)

    0下载:
  2. GA Algorithm optimize the bp neural network
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:302420
    • 提供者:yuxiangyu
  1. GA-a-PSOPBP

    13下载:
  2. 遗传算法及粒子群算法优化的BP神经网络,用于多输入多输出的神经网络预测模型-GA and PSO optimized BP neural network. Can be used for ANN prediction models with multiple inputs and outputs
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-03-17
    • 文件大小:14336
    • 提供者:Huang Lei
  1. 基于GA优化的BP算法

    1下载:
  2. 通过遗传算法优化BP神经网络,提高其收敛速度和预测准确度。(BP neural network is optimized by genetic algorithm to improve its convergence speed and prediction accuracy.)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-10
    • 文件大小:5120
    • 提供者:SDXV%255F89937
  1. GA-BP; BP神经网络各种案例,BSO天牛群,CEEMD分解,EMD工具箱,PSO优化,rBAS,LSTM各种实际案例

    0下载:
  2. GA-BP; BP神经网络各种案例,BSO天牛群,CEEMD分解,EMD工具箱,PSO优化,rBAS,LSTM各种实际案例,代码基于matlab和python
  3. 所属分类:数据挖掘

« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com