CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 人工神经网络 c

搜索资源列表

  1. BP

    0下载:
  2. 人工神经元BP网络的C语言实现,BP网络在神经网络制中应用较为广泛
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10219
    • 提供者:吕刚
  1. AI_Source

    1下载:
  2. C#遗传算法和人工神经算法实例代码,一个简单的人工神经网络和遗传算法例子,界面语言为英文-C# genetic algorithms and artificial neural algorithm code examples, a simple artificial neural networks and genetic algorithms example, interface language is English.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:615966
    • 提供者:Wang
  1. AI-Life

    0下载:
  2. C#遗传算法和人工神经算法实例代码,一个简单的人工神经网络和遗传算法例子,界面语言为英文,是从老外那里搞到的,功能不只是人工神经和遗传算法,想学习的可以起到很好的借鉴作用,值得看看。-C# genetic algorithms and artificial neural algorithm example code, the example of a simple artificial neural networks and genetic algorithms, interface langu
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:614828
    • 提供者:hpudn99
  1. FANN-2.2.0-Source

    1下载:
  2. FANN 2.20 Source code.Fast Artificial Neural Network Library是一个免费开源的神经网络库,它用C实现了支持全连接及稀连接的多层人工神经网络,并且支持定点和浮点数的跨平台运行。库中包含有易于处理训练数据的框架。它易于使用、通用、文档完备并且快速。目前已有PHP, C++, .NET, Ada, Python, Delphi, Octave, Ruby, Prolog Pure Data 和 Mathematica的绑定。库中还附有一本带例子
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-21
    • 文件大小:2353152
    • 提供者:兰虹丞
  1. BP

    0下载:
  2. BP人工神经网络基本算法C语言实现,主要参考《人工神经网络导论》(蒋宗礼著)。-The BP artificial neural network basic algorithm C language implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:5050
    • 提供者:林泽伦
  1. AI-Life

    0下载:
  2. C#遗传算法和人工神经算法实例源码下载,一个简单的人工神经网络和遗传算法例子,界面语言为英文,是从老外那里搞到的,功能不只是人工神经和遗传算法,想学习的可以起到很好的借鉴作用,值得看看。 ,作者拥有版权,仅供学习与参考。-C# genetic algorithm and artificial neural algorithm example source code download, examples of a simple artificial neural network and gen
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:645430
    • 提供者:smartroc
  1. ann_c

    0下载:
  2. 简单的人工神经网络实现,用C语言,训练算法是BP。-C Language applied simple artificial neural network,training method is back propogation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2223
    • 提供者:吴荣泉
  1. ANN_EXAMPLE

    0下载:
  2. 人工神经网络ANN进行预测的实例,用C语言编写,适合新手对人工神经网络进行学习和探究-ANN artificial neural network to predict instance, using C language, suitable for novices on artificial neural networks to learn and explore
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:765
    • 提供者:silvery
  1. BP

    0下载:
  2. bp 算法 人工神经网络中的经典算法用c语言实现的呃-bp artificial neural network algorithm classic algorithm c language uh
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1840
    • 提供者:孙伟
  1. annnework

    0下载:
  2. 人工神经网络的c++代码 对研究神经网络很有帮助-Artificial neural networks c++ code helpful for study of neural networks
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3347
    • 提供者:段松雨
  1. recognise

    0下载:
  2. 识别手写数字的人工神经网络的发展神经网络概念,如神经元,层,重量和反向传播等概念及c++实现在文中给出-This article chronicles the development of an artificial neural network designed to recognize handwritten digits. Although some theory of neural networks is given here, it would be better if you alr
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:317259
    • 提供者:忠于理想
  1. self

    1下载:
  2. 实现0-9的自联想以及A-J异联想的人工神经网络,c#代码编写-neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:137538
    • 提供者:symphere
  1. ART2

    0下载:
  2. 该文件为C++实现的自适应谐振神经网络算法(ART2)。ART2是一种自组织人工神经网络算法。文件包括源码和注释,为完整的工程包,VS2013可直接运行该工程。-ART2,the project contains the source code (including comments) and operating results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:590466
    • 提供者:欧阳
  1. FastArtificialNeuralNetwork2.2

    0下载:
  2. Fast Artificial Neural Network Library是一个免费开源的神经网络库,它用C实现了支持全连接及稀连接的多层人工神经网络,并且支持定点和浮点数的跨平台运行。库中包含有易于处理训练数据的框架。-Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2276860
    • 提供者:calosy
  1. BP_XOR

    0下载:
  2. 人工神经网络实现异或问题,VS 2015,C++,注释说明详尽-XOR problem based on Artificial neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2561556
    • 提供者:武文汉
  1. BP_ANN

    1下载:
  2. 一个用于数值预测的单层BP人工神经网络的c++源程序,可以直接使用,没有使用任何第三方库,开发环境为VS2015专业版。-a simple bp ann with c++,it s a source file you can add it in your project without do other thing,IDE is VS2015PRO.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1975
    • 提供者:黄津
  1. BP

    0下载:
  2. C#人工神经网络编程,实现神经网络的训练,测试和泛化-C# artificial neural network programming, neural network training, testing and generalization
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:292615
    • 提供者:汤凤娜
  1. ann-classifacation

    0下载:
  2. 人工神经网络 实现图像分类 模式识别 C语言代码-Artificial Neural Network for Image Classification Pattern Recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-04
    • 文件大小:10383
    • 提供者:ggx
  1. 遗传算法和BP人工神经网络算法C++实现代码

    0下载:
  2. 遗传算法实现代码,帮助各位学习人工智能学习。(Genetic algorithm to achieve code, to help you learn Artificial Intelligence learning.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:513024
    • 提供者:鼎折覆餗
  1. ELM_PSO-master

    3下载:
  2. 为了提升配网供电可靠性的预测精度!提出了基于主成分分析和粒子群优化极限学习机的配网供电可靠 性预测模型$ 从多方面分析影响供电可靠性的指标!利用主成分分析得到综合变量!实现对数据的降维$ 在此基 础上!构建人工神经网络并利用粒子群算法优化极限学习机的输入权值和阈值!完成对训练供电可靠性预测模型 的训练$ 以某大型电网的 ?L 个供电局样本 !% 种影响供电可靠性因素为例进行仿真分析!并将 E S R C E FQ C 4 G D算 法与 ! 种回归拟合算法对比!验证了该方法的有效性(It i
  3. 所属分类:其他

    • 发布日期:2020-07-08
    • 文件大小:23552
    • 提供者:我要面包23
« 1 2 3 4 56 »
搜珍网 www.dssz.com