CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - example based

搜索资源列表

  1. 演化计算(实例-多峰函数最值)

    0下载:
  2. 演化计算是基于随即搜索的新算法;它的技术模型源于自然的演化。下面是一个例子,该函数是典型的多峰(震动剧烈)的函数。用的算法是郭涛算法。-evolutionary computation is based on the then new search algorithm; It stems from the technical model of the natural evolution. Below is an example of this function is a typical mult
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2420
    • 提供者:龚文引
  1. 遗传算法vc

    0下载:
  2. 遗传算法是基于生物学的一种新型算法,本例题中采用vc来实现该算法-genetic algorithm is based on the biology of a new algorithm, using the example vc to the algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:17868
    • 提供者:张红亮
  1. expertsystem1111

    0下载:
  2. 一个专家系统,是学习人工智能的一个很好示范例子,一个基于产生式的专家系统-an expert system, the study of artificial intelligence is a good example and a production based on the expert system
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:26553
    • 提供者:林林
  1. DBSCANCode

    0下载:
  2. DBSCAN源代码,是一种典型的基于密度的聚类算法-DBSCAN source code, is a typical example of the density-based clustering algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9464
    • 提供者:龙卑鄙
  1. GameOfLife_java

    0下载:
  2. 生命游戏的java源代码。基于元胞自动机的生命游戏,是学习和深入CA方法的很好例子。-life game of java source code. Based on Cellular Automata game of life, and in-depth study of CA good example.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4022
    • 提供者:颜建军
  1. elman6

    0下载:
  2. 基于ELMAN神经网络对阶跃响应动态进行补偿也可以举一反三的运用于ELMAN网络的其他应用-Elman neural network based on the step response of the dynamic compensation can be applied to an example of the Elman network other applications
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1030
    • 提供者:陈俊宏
  1. 一个简单但很全面的遗传算法例子.rar

    0下载:
  2. 用c编写的一个基于遗传算法的工程调度的实例。,prepared using a genetic algorithm based on the example of project scheduling.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:83967
    • 提供者:
  1. mattjj-matlab-hsmm-40a597a

    1下载:
  2. Bayesian-HSMM it is very useful. in fact, it extended tranditional HSMM. it contains a example, if you want to used it, please run demo.-a matalab code based on Bayesian-HSMM. it is very useful. in fact, it extended tranditional HSMM. it contains
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-07-26
    • 文件大小:15360
    • 提供者:肖邦
  1. bp

    1下载:
  2. 基于神经网络的故障诊断 以变压器为例 BP神经网络 我的论文-Neural network based fault diagnosis in transformers, for example my paper BP neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2124417
    • 提供者:宋凯琪
  1. cTSP

    0下载:
  2. c++语言实现基于遗传算法的TSP问题,是学习遗传编程的很好的例子-c++ language implementation of the TSP problem based on genetic algorithms, genetic programming to learn a good example of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:57170
    • 提供者:王洋
  1. class

    4下载:
  2. 这个是我自己编写的基于混沌自适应粒子群优化支持向量机用于分类的matlab程序,本程序以心脏病的诊断为例,得出了非常好的效果!主要贡献在于解决了支持向量机参数人为选取随意性大且效果好坏不稳定的难题!-This is what I have written based on adaptive chaotic particle swarm optimization of support vector machine for classification of matlab procedures, t
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-06-05
    • 文件大小:6263
    • 提供者:张建
  1. 1

    0下载:
  2. CPN人工神经网络例子源码,这个源码是基于C语言环境开发的,希望能对大家有所帮助。-CPN-source example of artificial neural network, the source is based on the C language environment for the development of the hope that it can be helpful to everyone.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6364
    • 提供者:王平
  1. MGA

    0下载:
  2. 这是一个基于多智能体的遗传算法,算法中以一个30维Rastrigin的函数(该函数有无数个局部积小点一个最小点)为例进行了演示——连续独立运行五十次,每次的解小于1e-4,使用了matcom45和C++的混合编程,请先下载后使用程序-This is a Multi-agent-based genetic algorithm with a 30-dimensional Rastrigin function (the function has numerous local small plot po
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5423
    • 提供者:huwentao
  1. MATLAByichuansunfa

    1下载:
  2. MATLAB遗传算法工具箱函数及应用实例,:基于Matlab语言的遗传算法工具箱支持二进制和浮点数编码方式,并且提供了多种选择、交叉、变异的方法。 通过具体实例对Matlab的遗传算法工具箱的用法进行了说明介绍。 -MATLAB genetic algorithm toolbox function and application example: Based on the Matlab language genetic algorithm toolbox and floating p
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-23
    • 文件大小:199251
    • 提供者:李扬宇
  1. gabpfault

    0下载:
  2. 基于遗传算法优化的Bp算法,很好的例子,给大家一个参考-Based on genetic algorithm optimization Bp algorithm, a good example, a reference to all
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2810
    • 提供者:hejizhu
  1. system-identical-based-on-GA

    0下载:
  2. 一阶离散系统基于遗传算法的系统辨识算例,采取轮盘赌法。-First-order discrete systems System identification based on genetic algorithm example, take roulette method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2993
    • 提供者:刘迪岚
  1. example-of-neural-network-design

    0下载:
  2. 基于模糊控制实例的神经网络设计,其中应用了matlab中的神经网络工具箱-Based on the fuzzy control example of neural network design, The application of neural network toolbox of matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:1841
    • 提供者:dangxiwang
  1. MATLAB-based-BP-network-design

    0下载:
  2. 利用Matlab6.5神经网络工具箱,以一组动态冲击实验数据为例建立网络模型。实验数据共有13组,将其中对曲线形状有关键性影响的10组数据作为网络的训练数据,另外3组作为测试数据用以验证网络的预测性能。- Use Matlab6.5 Neural Network Toolbox, a dynamic impact test data, for example the establishment of the network model. Experimental data, a total
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:16703
    • 提供者:陈花
  1. test

    0下载:
  2. 基于禁忌搜索算法的配电网无功补偿优化规划8点算例-Optimal Planning 8:00 example based on Tabu Search Algorithm for Reactive Power Compensation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:696
    • 提供者:余涛
  1. An-example-of--SVM

    0下载:
  2. 基于SVM的数据分类预测 -意大利葡萄酒种类识别-SVM-based data classification and prediction - Italian wines Recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:38507
    • 提供者:youmengweima
« 12 3 4 5 »
搜珍网 www.dssz.com