CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 神经网络算法 遗传算法

搜索资源列表

  1. Mouseintothemaze

    0下载:
  2. 在一个随机的迷宫里,小白鼠如何能最快地从起点走到终点。可采用科学的神经网络或遗传算法来实现,也可以采用基本的办法:每条路都试探。-At a random maze, the mouse, how can the fastest from the starting point of an end. Neural network can be scientific or genetic algorithm to achieve, but also the basic approach can be
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.56kb
    • 提供者:冷秋
  1. Artificial_neural_networks_combined_with_genetic_a

    0下载:
  2. 一篇关于人工神经网络与遗传算法的结合书籍,里面的详细说明了如何搭建模型-An article on artificial neural networks and genetic algorithm combination of books, which detailed descr iption of how to build model
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1mb
    • 提供者:andy
  1. gaot

    1下载:
  2. 遗传算法工具箱,可以直接调用该工具箱对各种神经网络进行优化处理,方便快捷-Genetic Algorithm Toolbox, you can directly call the toolbox of various neural network optimization, convenient and quick
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:102.67kb
    • 提供者:wang
  1. aforge_demo

    0下载:
  2.  AForge.NET 是一个专门为开发者和研究者基于C#框架设计的,他包括计算机视觉与人工智能,图像处理,神经网络,遗传算法,机器学习,机器人等领域。-The article describes an open source C# framework for researchers in the areas of Computer Vision and Artificial Intelligence- image processing, neural networks, genetic alg
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1.56mb
    • 提供者:rowe
  1. programs-in-modeling

    0下载:
  2. 用于数学建模的程序,包括神经网络、遗传算法、动态规划等-programs formathematical modeling
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-19
    • 文件大小:799.12kb
    • 提供者:方托
  1. GABPNET

    0下载:
  2. BP神经网络,遗传算法,已经调试过了,我希望你能给我一些建议-BP neural network, genetic algorithm, has been debugging, I hope you can give me some advice
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:990byte
    • 提供者:王琳
  1. 遗传算法优化BP神经网络-非线性函数拟合

    7下载:
  2. 进行非线性函数拟合且用遗传算法对BP神经网络进行优化(The nonlinear function is fitted and the BP neural network is optimized by genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:50kb
    • 提供者:海航
  1. 基于神经网络遗传算法的系统极值寻优

    0下载:
  2. 基于神经网络遗传算法的系统极值寻优 初始化遗传算法参数(Optimization of system extremum based on neural network genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:189kb
    • 提供者:李四3601
  1. chapter4

    0下载:
  2. 神经网络遗传算法函数极值寻优——非线性函数极值寻优(Neural network, genetic algorithm, function extreme value optimization nonlinear function extremum seeking)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:187kb
    • 提供者:nanala
  1. MATLAB_Codes

    0下载:
  2. 里面有各种MATLAB智能算法,比如神经网络、遗传算法、支持向量机等(There are various MATLAB intelligent algorithms)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:2.71mb
    • 提供者:水水陈
  1. 关于用遗传算法改进BP神经网络的MATLAB实现

    0下载:
  2. 在MATLAB中用遗传算法改进BP神经网络(Improvement of BP neural network by genetic algorithm in MATLAB)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1kb
    • 提供者:CAUCHY-G
  1. 神经网络遗传算法极值寻优

    0下载:
  2. 神经网络遗传算法,用于非线性函数的极值寻优,非常好的源码(Neural network genetic algorithm, for nonlinear function extremum seeking, very good source code)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:223kb
    • 提供者:艺宝
  1. 遗传算法优化BP神经网络用于非线性函数拟合

    0下载:
  2. 遗传算法优化的bp神经网络用于非线性函数的拟合。(BP neural network optimized by genetic algorithm for nonlinear function fitting.)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:89kb
    • 提供者:艺宝
  1. 智能优化算法资料

    0下载:
  2. 优化算法有很多,经典算法包括:有线性规划,动态规划等;改进型局部搜索算法包括爬山法,最速下降法等,模拟退火、遗传算法以及禁忌搜索称作指导性搜索法。而神经网络,混沌搜索则属于系统动态演化方法。 梯度为基础的传统优化算法具有较高的计算效率、较强的可靠性、比较成熟等优点,是一类最重要的、应用最广泛的优化算法。但是,传统的最优化方法在应用于复杂、困难的优化问题时有较大的局限性。(There are many optimization algorithms, the classical algori
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1.77mb
    • 提供者:韬文
  1. 案例3

    0下载:
  2. 遗传算法优化BP神经网络,对非线性函数进行拟合。(The genetic algorithm optimizes the BP neural network to fit the nonlinear function.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:51kb
    • 提供者:积灰
  1. 基于遗传算法的BP算法

    0下载:
  2. 基于遗传算法的BP神经网络优化算法的经典实例。(An example of BP neural network algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:5kb
    • 提供者:gakk1
  1. 神经网络遗传算法函数极值寻优-非线性函数极值

    0下载:
  2. 神经网络遗传算法函数极值寻优-非线性函数极值(Neural network genetic algorithm function extremum optimization - nonlinear function extremum)
  3. 所属分类:其他

    • 发布日期:2018-10-28
    • 文件大小:98kb
    • 提供者:acicas
  1. 基于遗传算法优化BP神经网络的非线性预测

    1下载:
  2. 针对BP神经网络的初始权值和阈值是随机选取的弊端,采用遗传算法寻优BP的初始权值和阈值,然后进行BP训练和测试。遗传算法包括编码 选择 交叉 和变异等操作(Aiming at the disadvantage that the initial weights and thresholds of BP neural network are randomly selected, genetic algorithm is used to optimize the initial weights and
  3. 所属分类:其他

    • 发布日期:2019-03-28
    • 文件大小:52kb
    • 提供者:kasino
  1. 遗传算法优化BP网络(用于电力负荷预测预测)

    3下载:
  2. 遗传算法改进的bp神经网络精准预测符合数据(Precision prediction coincidence data of BP neural network improved by genetic algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2019-11-13
    • 文件大小:7kb
    • 提供者:帅一起来
  1. 神经网络入门13课源码

    3下载:
  2. 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part
  3. 所属分类:其他

    • 发布日期:2020-01-29
    • 文件大小:4.17mb
    • 提供者:1234567845432
« 12 3 4 5 6 »
搜珍网 www.dssz.com