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

搜索资源列表

  1. HopfieldNN0-9Recognise

    0下载:
  2. This code in this directory implements the binary hopfield network. Source code may be found in HOPNET.CPP. A sample training file is H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST, H5x8D7.TST and H5x8D9.TST, Output of the pr
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:19926
    • 提供者:czyujian
  1. HOPFIELDc++

    0下载:
  2. This code in this directory implements the binary hopfield network.Source code may be found in HOPNET.CPP. A sample training file is H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST,H5x8D7.TST and H5x8D9.TST, Output of the program go
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:30715
    • 提供者:wanghuali
  1. bashuma.cpp

    0下载:
  2. C++实现的八数码问题,采用A*算法,利用STL提供的priority_q-C to achieve the eight digital issues, the use of A* algorithm, the use of STL provided priority_q
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2089
    • 提供者:maxwell
  1. Pathfinder

    0下载:
  2. 人工智能中的路径搜索问题,一个可以自动搜索路径的虚拟人,用遗传算法解决-The artificial intelligence, a search path can be automatically search path of virtual person, with the genetic algorithm to solve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2875463
    • 提供者:杨腾蛟
  1. GA.cpp

    0下载:
  2. 选择:根据遗传算法的收敛定理,赌轮法(蒙特卡罗法) ,进行个体选择。交叉:交叉互换的重要特征是它能产生不同于父体的子体。交叉概率越大,交叉操作的可能性也越大 如果交叉率太低,收敛速度可能降低。单阈值分割由于只有一个参数,所以采用一点交叉,在此设置交叉概率为0.65。变异:变异概率为0.01 。-This is a simple genetic algorithm implementation where the evaluation function takes positive values
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4158734
    • 提供者:wangwang
  1. classical-GA-cPP

    0下载:
  2. 这是遗传算法的一个典型源程序,非常好用,在交叉和变异方面有创新。-This is a typical source of genetic algorithms, very easy to use, in terms of innovative crossover and mutation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:85874
    • 提供者:jingjing
  1. Genetic-Algorithm-CPP-class

    0下载:
  2. 遗传算法的一个C++类,可以在该类内定义遗传算法个操作算子和数据-A genetic algorithm C++ classes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:7709
    • 提供者:李超
  1. GA-CPP

    0下载:
  2. 基本遗传算法(Simple Genetic Algorithms,简称SGA,又称简单遗传算法或标准遗传算法),是由Goldberg总结出的一种最基本的遗传算法,其遗传进化操作过程简单,容易理解,是其它一些遗传算法的雏形和基础。 -Basic genetic algorithm (Simple Genetic Algorithms, referred to as the SGA, also known as simple genetic algorithm or standard genetic
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1502056
    • 提供者:于少沛
  1. soft1000-mls

    1下载:
  2. FIRA机器人足球比赛,功能齐全,尤其是进攻方面比较好,参加比赛的选手可以-FIRA robot soccer, the function is all ready, especially the offensive is better, participate in the competition of player can have a look
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2196020
    • 提供者:
  1. simulated-annealing-algorithm--cPP

    0下载:
  2.  模拟退火算法是通过赋予搜索过程一种时变且最终趋于零的概率突跳性,从而可有效避免陷入局部极小并最终趋于全局最优的串行结构的优化算法-Simulated annealing algorithm is the search process by giving a time-change and ultimately tends to zero the probability of jumps, and thus can effectively avoid falling into local min
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:3355
    • 提供者:shitou
  1. SVM(CPP)

    0下载:
  2. 目前比较流行的数据挖掘中的用于分类的算法,能达到较高的分类准确率-classifing algorithm for dating ,have a more clsaaifing accuracy
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:10698
    • 提供者:dailihua
  1. The-BP-neural-network-with-CPP

    0下载:
  2. 详细描述了关于BP神经网络在VC++环境下的实现。-A detailed descr iption of the BP neural network to achieve under the VC++ environment.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:390333
    • 提供者:zhouym
  1. Data-Mining-ID3(cPP)

    0下载:
  2. 在这篇文章中,很好的实现了这个数据挖掘中的ID3算法-In this paper,it is a good decrible of the Data Mining Id3 alogithem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:16794
    • 提供者:史伟
  1. SVM(CPP)

    0下载:
  2. SVM算法用C++方法实现,非常适合初学者学习 代码易读易懂 是份很好的学习资料-SVM algorithm with C++ method and ideal for beginners to learn the code easy to read parts of a good learning materials
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:330745
    • 提供者:elvis
  1. CPP(BackwardReasoning)

    0下载:
  2. 动物识别系统实验 1.基于规则产生式系统结构: 基于规则的产生式系统一般由规则库(知识库)、综合数据库和推理引擎(推理机)三部分组成,规则库中它的基本组成框架如下图1所示。 知识库由谓词演算事实和有关讨论主题的规则构成,综合库又称为上下文,用来暂时存储推理过程中的结论和数据。推理机是用规则进行推理的过程和行为。知识采集系统是领域专家把相关领域的知识表示成一定的形式,并输入到知识库中。解释系统通过用户输入的条件来分析被系统执行的推理结构,并将专家知识以易理解的方式并把知识解释给用户。 2. 简单动
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:975516
    • 提供者:六沦
  1. TSP-CPP

    0下载:
  2. 典型的人工智能问题-旅行商问题的最优路径问题的解决方案-A typical problem of artificial intelligence- the traveling salesman problem of the optimal path solution to the problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:806443
    • 提供者:雪儿
  1. K-means-algorithm-by-CPP

    0下载:
  2. K均值算法,聚类分析,C++实现,附代码以及示例程序-K-means algorithm, cluster analysis, C++ realize, with a code and sample programs
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:56294
    • 提供者:周国乔
  1. GA-TSP-CPP

    0下载:
  2. 遗传算法解决tsp问题的C++程序,确定可以运行。-A C++ program for solving TSP problem with GA,and it can run correctly.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:8663
    • 提供者:刘增全
  1. parser-cPP

    0下载:
  2. 这是网络爬虫的实现算法,网络爬虫是搜索引擎的核心部件,Google,baidu都要自己的爬虫算法,一个好的爬虫技术,是实现功能的效率提高指点。-This is the implementation algorithm of web crawler, web crawler is the core component of search engine, Google, baidu will own the crawler algorithm, a good crawler technology,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4954
    • 提供者:张明
  1. the-binary-hopfield-network

    2下载:
  2. 此目录中的此代码实现二进制hopfield网络。 源代码可能在HOPNET.CPP中找到。示例培训文件是H7x8N4.trn。示例测试模式文件是:H7x8D4.TST,H5x8D7.TST,H5x8D7.TST和H5x8D9.TST,程序的输出转到屏幕和文件ARCHIVE.LST-This code in this directory implements the binary hopfield network. Source code may be found in HOPNET.CP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:30490
    • 提供者:李闯
« 12 »
搜珍网 www.dssz.com