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

搜索资源列表

  1. 用C++编写的BP神经网络开发包

    0下载:
  2. 开发环境:C++ 简要说明:这是一个神经网络开发包。目录ann下是专门针对神经网络的代码,外部目录是一些公用的代码,与神经网络无关,但是神经网络的代码用到了它们。 ann目录下有一个目录demo,里面存放了一些示例程序,请参照它们进行编程。(不好意思,刚才上面那个类别没选好就点上传了) -development environments : C Brief Descr iption : This is a neural network development kit. Ann direc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:76.08kb
    • 提供者:刘华
  1. anndemo

    0下载:
  2. 这是一个神经网络开发包。目录ann下是专门针对神经网络的代码,外部目录是一些公用的代码,与神经网络无关,但是神经网络的代码用到了它们。 ann目录下有一个目录demo,里面存放了一些示例程序,请参照它们进行编程。 ann/prj/vs7下是编译整个库的Visual Stdudio 2003工程文件 该开发包为http://www.aiport.net分发,详细帮助和最新资料请登陆该网站查看。-This is a neural network development ki
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:97.07kb
    • 提供者:忍者
  1. c_ann

    0下载:
  2. c language_ann.c语言编写的神经网络程序。目录ann下是专门针对神经网络的代码,外部目录是一些公用的代码,与神经网络无关,但是神经网络的代码用到了它们。 ann目录下有一个目录demo,里面存放了一些示例程序,请参照它们进行编程。-c language_ann.c language prepared by the neural network programming. Ann directory under specific neural network code, exte
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:81.23kb
    • 提供者:李健
  1. algorithm_GP

    0下载:
  2. 演化算法的示例代码,包括演化算法的全部实现过程,主要操作包括选择,交叉,变异-evolutionary algorithm code examples, including the evolution of the algorithm to achieve full process, including the operation of the main selection, crossover, Variation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12.37kb
    • 提供者:cai
  1. kmlocal-1.7.1.tar

    0下载:
  2. 高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All codes are imple
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:885.95kb
    • 提供者:陈明
  1. SampleAISolution

    0下载:
  2. 人工智能最简单问题的示例代码,有助于对人工智能的理解
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4.1kb
    • 提供者:chenjia
  1. 111

    1下载:
  2. 数据挖掘中的新方法---支持向量机》示例代码,请
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6.62kb
    • 提供者:刘颖
  1. 人脸检测定位的示例代码

    1下载:
  2. 人脸检测定位的示例代码.rar VC++源码,具有一定参考价值,我也是从别处下载下来的。-Face Detection positioning the sample code. Rar VC source, which have a certain value, I also downloaded from the elsewhere.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:65.54kb
    • 提供者:朱信忠
  1. 人脸检测代码示例系统

    0下载:
  2. 人脸检测代码示例系统.rar 希望对大家有所启发。-Face Detection System code examples. Rar we hope to inspire.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:177.08kb
    • 提供者:朱信忠
  1. Neural-Networks01 很好的神经网络程序代码

    0下载:
  2. 一份很好的神经网络程序代码,包括bp\som\hopfield\bolziman\ART神经网络的示例代码。是学习神经网络很好的资料,可举一反三、一举多得。-A good neural network code, including bp \ som \ hopfield \ bolziman \ ART neural network sample code. Learning neural network is very good information, can learn by analo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-09
    • 文件大小:1.17mb
    • 提供者:高原
  1. yuanma

    0下载:
  2. 压缩包包含四种聚类算法源代码及示例代码,供大家学习使用-Compressed packet contains four clustering algorithm source code and sample code for using the U.S. study
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:1.98mb
    • 提供者:黄路遥
  1. FindPath

    0下载:
  2. A*算法原理、详细步骤及示例代码.可将寻路结果打印在控制台窗口-A* algorithm, the detailed steps and sample code. Can find its way in the console window to print the results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:55.22kb
    • 提供者:haochaoqing
  1. GA

    0下载:
  2. 用简单的遗传算法解决TSP问题的示例代码。-Solving TSP problem with Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:8.64kb
    • 提供者:Liyiwei
  1. SA

    0下载:
  2. 用简单的模拟退火算法解决TSP问题的示例代码-Solving TSP problem with Simulated Annealing Algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:9.7kb
    • 提供者:Liyiwei
  1. WindowsFormsApplication1

    1下载:
  2. 二代证读卡器和指纹识别示例代码,快速运行SDK的Demo演示程序。您必须拥有一个亚略特的指纹采集设备。-Second generation ID card reader and fingerprint sample code, run fast the SDK Demo demo program. You must have a sub Elliott fingerprint capture device.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:78.17kb
    • 提供者:不说
  1. handson-ml-master

    1下载:
  2. 这个项目的目的是教你机器学习的基本原理。它包含了Hands-on Machine Learning with Scikit-Learn and TensorFlow这本书的示例代码和解决方案。非常好的一本书!(This project aims at teaching you the fundamentals of Machine Learning in python. It contains the example code and solutions to the exercises in
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-02
    • 文件大小:11.23mb
    • 提供者:LoveJ
  1. keras-master (1)

    5下载:
  2. Keras 示例代码,包括CNN,LSTM,CNN-LSTM等,非常全面。(Keras sample code, including CNN, LSTM, CNN-LSTM, and so on, is very comprehensive.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2018-01-09
    • 文件大小:557kb
    • 提供者:urmysummer
  1. ACO程序 含数据示例

    0下载:
  2. 蚁群算法,内含详细的代码和数据。亲测可用(Ant colony algorithm with detailed code and data)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:251kb
    • 提供者:王小凡
  1. Tensorflow_manual_cn

    1下载:
  2. tensorflow示例代码,人工智能,机器学习(tensorflow machine learning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-10-28
    • 文件大小:9.92mb
    • 提供者:ITzhidian
  1. Python深度学习.pdf+代码

    3下载:
  2. 本书由Keras之父、现任Google人工智能研究员的弗朗索瓦?肖莱(Franc?ois Chollet)执笔,详尽介绍了用Python和Keras进行深度学习的探索实践,包括计算机视觉、自然语言处理、产生式模型等应用。书中包含30多个代码示例,步骤讲解详细透彻。由于本书立足于人工智能的可达性和大众化,读者无须具备机器学习相关背景知识即可展开阅读。在学习完本书后,读者将具备搭建自己的深度学习环境、建立图像识别模型、生成图像和文字等能力。(This book is written by Franc
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-05-22
    • 文件大小:23.96mb
    • 提供者:wangjindian00
« 12 »
搜珍网 www.dssz.com