搜索资源列表

  1. ANN+GA

    0下载:
  2. 使用遗传算法训练的神经网络VC++源代码,经测试,该算法有效。- The use heredity algorithm training nerve network VC source code, after the test, this algorithm is effective.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:chenming
  1. GA_demo

    0下载:
  2. 一个简单的GA 算法实例,有说明。word格式。用了就知道了。-a simple GA example, is described. Word format. Spent will know.
  3. 所属分类:文档资料

    • 发布日期:2024-05-18
    • 文件大小:134144
    • 提供者:杨敏
  1. GANN_sinF

    0下载:
  2. 遗传算法优化bp神经网络,神经网络为三层网络,遗传算法带有精英保留策略-genetic algorithm optimization bp neural networks, neural networks as a three-tier networks, genetic algorithms with a strategy to retain the elite
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:He Hong
  1. GA_SVM

    0下载:
  2. GA/SVM 程序包含三个文件: 1。MainGA12.m 2。selectGA12.m 3。svmc12.m MainGA12.m是主文件,其余两个是被调用文件。 MainGA12.m里主要设置有关参数。 ===================== MainGA12.m文件有关设置的说明: 12行: host= \gatest\ %在matlab的安装盘,例如c:\下设置的程序运行结果目录。 -
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1673216
    • 提供者:赵阳
  1. GAOTPID

    0下载:
  2. 介绍有关GA遗传算法结合BP神经网络的经典文章及应用-introduced the GA GA BP neural network and application classic article
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:145408
    • 提供者:raul
  1. gabpeval

    0下载:
  2. 转载得有关利用遗传算法优化bp神经网络得源程序中得有关适应度函数编写-reproduced in the use of genetic algorithm optimization bp neural network in the source in the preparation of fitness function
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:166912
    • 提供者:raul
  1. gadecod

    0下载:
  2. 转载得有关利用遗传算法优化bp神经网络得源程序中得有关解码函数编写-reproduced in the use of genetic algorithm optimization bp neural network in the source decoder functions in the preparation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:108544
    • 提供者:raul
  1. GAoptimizeBP

    0下载:
  2. 一个遗传算法优化神经网络权值的实例,包含了GA工具箱,和说明文档。-a genetic algorithm to optimize the weights of the neural network examples include GA toolbox, and documentation.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:398336
    • 提供者:郑立刚
  1. GA_and_bp

    0下载:
  2. 这个是一个用matlab程序编写的,关于遗传算法和BP神经网络结合的程序,比较经典的-using Matlab programming, on genetic algorithms and artificial neural network procedures, the classic comparison
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:袁成序
  1. matlab2

    0下载:
  2. ga优化神经网权值&阈值程序。 优化的基本原理和过程很多论文可以查到-ga optimizing neural network weights
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:潇耳
  1. bpsuanfa

    0下载:
  2. 用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; -GA directly with BP network training algorithm the weights of the mai
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:QAP
  1. GAandBP

    0下载:
  2. 用GA训练BP网络的权值、阈值 。好的东西大家要共享啊。-GA training BP network with the weights, thresholds. U.S. to share the good things in ah.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:张玉
  1. BackPropagation

    0下载:
  2. 以类库的形式实现了BP神经网络算法。可从该类基础上派生新类,实现各类应用-In order to realize a form of class libraries BP neural network algorithm. Can be derived from the basis of such new categories, the realization of a wide range of applications
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:唐述
  1. GAforBP

    0下载:
  2. 用GA训练BP网络,遗传算法与BP结合,希望对大家有用。-GA training with BP network, genetic algorithm combined with the BP, in the hope that useful to everyone.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:张玉
  1. fan_ga

    0下载:
  2. bp 与遗传算法的结合,调试通过,比较通用的程序-bp with a combination of genetic algorithms, debugging through comparison generic procedures
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:87040
    • 提供者:zhoulong
  1. FortranBPprogram

    1下载:
  2. 这是一款 fortran语言编写的bp神经网络预测程序。-This is a fortran language of bp neural network prediction procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:mawenguo
  1. GA

    0下载:
  2. 遗传算法的应用,包含了普通的遗传算法、该进的遗传算法及并行遗传算法-Application of genetic algorithms, including the ordinary genetic algorithm, the Progressive genetic algorithm and parallel genetic algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:665600
    • 提供者:章鱼
  1. Genetic_Algorithm

    0下载:
  2. 人工智能;进化算法;遗传算法(GA);多目标最小生成树-Artificial intelligence evolutionary algorithm genetic algorithm (GA) multi-objective minimum spanning tree
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:22528
    • 提供者:Jiao
  1. NN+GA

    0下载:
  2. 1,改进BP神经网络在股市预测中的应用.2,基于MATLAB工具箱的开采煤层自燃危险性预测.3,基于改进的神经网络的电力系统负荷预报.4,基于神经网络的灌溉用水量预测.5,基于遗传算法改进BP网络的地表沉陷预计.6,利用遗传算法改进BP学习算法.7,模糊神经网络在电力市场短期负荷预测中的应用.8,神经网络学习算法存在的问题及对策.9,遗传神经网络在电力系统短期负荷预测中的应用.10,应用改进BP神经网络进行用水量预测.11,用遗传算法改
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:738304
    • 提供者:军军
  1. GA-TSP

    0下载:
  2. 利用遗传算法求解TSP的源代码程序 可以精确求出50城市-The use of genetic algorithm to solve TSP program source code can be precisely calculated 50 cities
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:zhouye
« 1 2 3 45 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org