搜索资源列表
HopfieldNN0-9Recognise
- 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
HOPFIELDc++
- 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
bashuma.cpp
- C++实现的八数码问题,采用A*算法,利用STL提供的priority_q-C to achieve the eight digital issues, the use of A* algorithm, the use of STL provided priority_q
Pathfinder
- 人工智能中的路径搜索问题,一个可以自动搜索路径的虚拟人,用遗传算法解决-The artificial intelligence, a search path can be automatically search path of virtual person, with the genetic algorithm to solve
GA.cpp
- 选择:根据遗传算法的收敛定理,赌轮法(蒙特卡罗法) ,进行个体选择。交叉:交叉互换的重要特征是它能产生不同于父体的子体。交叉概率越大,交叉操作的可能性也越大 如果交叉率太低,收敛速度可能降低。单阈值分割由于只有一个参数,所以采用一点交叉,在此设置交叉概率为0.65。变异:变异概率为0.01 。-This is a simple genetic algorithm implementation where the evaluation function takes positive values
classical-GA-cPP
- 这是遗传算法的一个典型源程序,非常好用,在交叉和变异方面有创新。-This is a typical source of genetic algorithms, very easy to use, in terms of innovative crossover and mutation.
Genetic-Algorithm-CPP-class
- 遗传算法的一个C++类,可以在该类内定义遗传算法个操作算子和数据-A genetic algorithm C++ classes
GA-CPP
- 基本遗传算法(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
soft1000-mls
- FIRA机器人足球比赛,功能齐全,尤其是进攻方面比较好,参加比赛的选手可以-FIRA robot soccer, the function is all ready, especially the offensive is better, participate in the competition of player can have a look
simulated-annealing-algorithm--cPP
- 模拟退火算法是通过赋予搜索过程一种时变且最终趋于零的概率突跳性,从而可有效避免陷入局部极小并最终趋于全局最优的串行结构的优化算法-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
SVM(CPP)
- 目前比较流行的数据挖掘中的用于分类的算法,能达到较高的分类准确率-classifing algorithm for dating ,have a more clsaaifing accuracy
The-BP-neural-network-with-CPP
- 详细描述了关于BP神经网络在VC++环境下的实现。-A detailed descr iption of the BP neural network to achieve under the VC++ environment.
Data-Mining-ID3(cPP)
- 在这篇文章中,很好的实现了这个数据挖掘中的ID3算法-In this paper,it is a good decrible of the Data Mining Id3 alogithem
SVM(CPP)
- SVM算法用C++方法实现,非常适合初学者学习 代码易读易懂 是份很好的学习资料-SVM algorithm with C++ method and ideal for beginners to learn the code easy to read parts of a good learning materials
CPP(BackwardReasoning)
- 动物识别系统实验 1.基于规则产生式系统结构: 基于规则的产生式系统一般由规则库(知识库)、综合数据库和推理引擎(推理机)三部分组成,规则库中它的基本组成框架如下图1所示。 知识库由谓词演算事实和有关讨论主题的规则构成,综合库又称为上下文,用来暂时存储推理过程中的结论和数据。推理机是用规则进行推理的过程和行为。知识采集系统是领域专家把相关领域的知识表示成一定的形式,并输入到知识库中。解释系统通过用户输入的条件来分析被系统执行的推理结构,并将专家知识以易理解的方式并把知识解释给用户。 2. 简单动
TSP-CPP
- 典型的人工智能问题-旅行商问题的最优路径问题的解决方案-A typical problem of artificial intelligence- the traveling salesman problem of the optimal path solution to the problem
K-means-algorithm-by-CPP
- K均值算法,聚类分析,C++实现,附代码以及示例程序-K-means algorithm, cluster analysis, C++ realize, with a code and sample programs
GA-TSP-CPP
- 遗传算法解决tsp问题的C++程序,确定可以运行。-A C++ program for solving TSP problem with GA,and it can run correctly.
parser-cPP
- 这是网络爬虫的实现算法,网络爬虫是搜索引擎的核心部件,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,
the-binary-hopfield-network
- 此目录中的此代码实现二进制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