CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bp 遗传算法

搜索资源列表

  1. gamyexam

    0下载:
  2. 基于遗传算法的BP神经网络(可以预测、可以分类)-Genetic Algorithm Based on BP neural network
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1890
    • 提供者:背背
  1. chapter3

    0下载:
  2. 遗传算法优化BP神经网络——非线性函数拟合-Genetic algorithm to optimize BP neural network- non-linear function fitting
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:54331
    • 提供者:张伟
  1. GP-optimization

    0下载:
  2. 整个算法分成三部分,第一个部分是神经网络整体结构的确定,然后是遗传算法对参数的优化,然后便是利用已经优化好的参数,利用神经网络进行预测。我们根据需要优化的权值以及阈值的数量确定算法个体的长度。个体通过适应度函数计算他们的适应度,根据适应度的大小,我们使用轮盘算法,确定他们的遗传,交叉还有变异等过程,优化以后的BP神经网络可以更好地收敛。-The whole algorithm is divided into three parts, the first part is to determine
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:52480
    • 提供者:周江鸿
  1. GA_BP

    0下载:
  2. 遗传算法对BP神经网络的优化,帮助其优化参数,在进行训练-Genetic algorithm (ga) optimization of BP neural network, help the optimization parameters, in the training
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5097
    • 提供者:tangmx
  1. feixianxingnihe

    0下载:
  2. 在matlab软件中编程实现基于遗传算法优化BP神经网络非线性系统拟合算法-In the matlab software programming based on genetic algorithm to optimize the BP neural network nonlinear system fitting method
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:47955
    • 提供者:feiyang_lzk
  1. GAandBP

    0下载:
  2. 用matlab实现的遗传算法与BP神经网络的优化算法。-Matlab genetic algorithm with BP neural network to achieve optimization algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:376371
    • 提供者:Sam
  1. 2013bmtjb

    0下载:
  2. 针对图像分割的复杂性,利用遗传算法对BP神经网络的权值和阈值进行优化,设计出误差最小的神经网络,然后再对图像的像素进行分类识别,实现并提高了图像分割性能。仿真实验表明,与传统的图像分割方法相比,取得了比传统方法更好的图像分割效果。-image segment
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5986
    • 提供者:lijian
  1. application

    0下载:
  2. matlab 遗传算法优化BP神经网络完成代码 调试通过-matlab genetic algorithm to optimize BP neural network to complete the code debugging through
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:259652
    • 提供者:zhangzhengyi
  1. GA-BP

    0下载:
  2. 一个带数据的遗传优化神经网络算法,运行前在matlab输入A=load(D:\数据.txt) -A data genetic optimization of neural network algorithm, before running in MATLAB input A=load (D:\ data.Txt)
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:12258
    • 提供者:gym
  1. BPpp

    0下载:
  2. 遗传算法优化 B P 神经网络非线性函数拟合 根据遗传算法和 B P 神经网络理论-Genetic algorithm optimization BP neural network - non-linear function fitting B P based on genetic algorithms and neural network theory
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1566
    • 提供者:牛牛
  1. chap10

    0下载:
  2. 关于用遗传算法改进BP神经网络的matlab实现(转引) ga优化神经网权值&阈值程序。 优化的基本原理和过程很多论文可以查到,在此不必赘述我就把用gaot5的小程序贴在下面吧,也是y=1/x(为看的方便,比较繁杂的也有) -About matlab improved BP neural network using genetic algorithm implementation (quoted) ga optimizing neural network weights & T
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:15033
    • 提供者:张晓
  1. shenjingwanglouzhongheyingyong

    0下载:
  2. 神经网络综合应用 主要有BP神经网络的应用、PID神经网络的控制、遗传算法优化神经网络、模糊神经网络、概率神经网络-Neural network integrated applications are mainly controlled BP neural network applications, PID neural networks, genetic algorithm optimization of neural networks, fuzzy neural network, proba
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:49579
    • 提供者:
  1. BPnetwork-genetic-optimization

    0下载:
  2. 采用matlab软件进行实现的遗传算法优化的BP神经网络。-Using genetic algorithm to optimize BP neural network to realize matlab software.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:72127
    • 提供者:李培志
  1. GA_BP

    0下载:
  2. 用遗传算法优化BP神经网络进行非线性函数拟合,程序中还编写出了单纯BP的预测函数,以及BP和GA_BP的预测误差输出程序。-using genetic algorithms optimizated BP neural network,he program has also prepared a simple BP s prediction function, as well as BP and GA_BP prediction error output of the program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:54083
    • 提供者:严浩
  1. neural-network-analysis-of-30-cases

    0下载:
  2. MATLAB神经网络30个案例分析,遗传算法优化BP神经网络-非线性函数拟合等30种代码-MATLAB neural network 30 case studies, genetic algorithm optimization BP neural network- a nonlinear function fitting and other 30 kinds of code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:7136968
    • 提供者:李想
  1. genetic

    0下载:
  2. 遗传算法用于神经网络BP和支持向量机SVM参数的优化-GA was used to optimize BP and SVM( support vector machine) parameters.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:235181
    • 提供者:qiulijuan
  1. GeneticAlgorithms

    0下载:
  2. 遗传算法优化BP神经网络————非线性函数拟合-Genetic algorithm optimization BP neural network nonlinear function fitting
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:52649
    • 提供者:weiyulu
  1. Improved_GAaBP_algorithm

    0下载:
  2. 利用交叉率和变异率自适应的遗传算法来优化BP算法的初始权重,已到达快速收敛的目的-Improved GA optimized BP network algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2592
    • 提供者:李虎
  1. chapter3

    0下载:
  2. BP神经网络算法 基于遗传算法的BP神经网络算法实现对结果的优化-Based on BP neural network algorithm to optimize the BP neural network algorithm genetic algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:5254
    • 提供者:peng
  1. GA_BP

    0下载:
  2. 这是一个使用遗传算法来优化BP神经网络的程序。This is an optimized BP neural network program that uses genetic algorithms.-This is an optimized BP neural network program that uses genetic algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4796
    • 提供者:Aries_zh
« 1 2 ... 17 18 19 20 21 2223 24 25 26 »
搜珍网 www.dssz.com