搜索资源列表
遗传算法c++程序
- 首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞争机制选择个体,使用各种遗传操作算子产生下一代如此进化下去,直到满足期望的终止条件。-begin using some form of coding mapping to the solution space coding space, each encoding a corresponding solution to the probl
支持向量机神经网络C++
- C++实现的支持向量机神经网络代码,欢迎各位使用-C realized SVM neural network code, welcome you use
ID3算法源程序(C语言)
- ID3算法源程序。使用的方法是编写一个*.dat文件保存样本数据,还有一个*.tag文件保存属性列名,且最后一个属性是标号属性。运行是输入id3 文件名。输出格式是一个二叉判定树。-ID3 algorithm source. The method used was to prepare a document preservation *. dat sample data, a document preservation *. tag attributes listed, and the fina
C实现矢量量化
- 使用C语言实现矢量量化,用到人工智能算法-use C language vector quantization, uses artificial intelligence algorithms
c4.5r8
- 决策树分类算法源代码,非常优秀的数据挖掘工具包,全部使用C语言完成的-decision tree classification algorithm source code, excellent data mining tool kits, all use the C language completed
PSO-C
- 在C语言环境下使用的粒子群优化算法,需要给出最大速度、迭代次数、作为中断条件的最小误差等初始条件。-in the C-language environment to the use of the PSO algorithm, the greatest need is speed, the number of iteration, as the smallest disruption error conditions such as initial conditions.
windtree
- 决策树算法 用于文本分类实现 使用C语言开发-Decision Tree Algorithm to achieve for text classification C-language development
ga_basic
- 遗传算法基本算法,使用C语言编写,有一定的参考价值。-GA basic algorithm, the use of C language, a certain reference value.
shenjingwangluosuanfa
- 神经网络算法源程序,使用C编写,需要的同志们赶快下吧,会对你用的-neural network algorithm source, the use of C, the need to quickly comrades are you would you use the
Apriori_STL
- 使用C++STL实现的关联规则挖掘Apriori算法,代码简洁易懂。-use C STL realized Apriori association rule mining algorithm, code easy to read.
road_realize
- 属于智能规划里面的一个简单的机器人道路识别问题,代码使用c++语言实现-smart planning inside a simple robot road recognition, the use of code language c
FFT_2
- 使用C语言详细实现了两种不同的快速傅立叶变换算法,可以清楚地理解算法原理。-use of C language in detail to achieve two different fast Fourier transform algorithm, we can clearly understand algorithm principle.
XCS1.2.tar
- 一个遗传算法的分类算法实现,使用C语言实现
C
- BP神经网络 学习 毕业设计用源代码 使用C编程,使用bp神经网络matlab工具箱-BP neural network learning graduate design program with source code using C, use of bp neural network toolbox matlab
8number
- 使用 人工智能里面的 A算法 解决八数码问题 使用C语言进行编写的-A method using artificial intelligence inside the eight-puzzle problem solving using the C language written in
Robot-Programming-in-C
- 虚拟机器人-C语言机器人编程指南 C语言机器人编程指南,介绍了如何使用C语言进行机器人编程-Virtual robot-C Language C Language Programming Guide Robot Robot Programming Guide, describes how to use C language to program robots
SOM3.0
- 使用C语言写了一个SOM网络示例,并提供界面展示结果(SOM network example to provide interface display results)
c均值算法 杨帆 2015223030075
- 模式识别的c均值算法,可直接使用,matlab源代码(C mean algorithm of pattern recognition, can be used directly)
BP网络c++
- 神经网络可移植头文件程序,不用修改可直接使用,网络大小可通过参数任意调节(Neural network portable head file program, without modification, can be used directly, network size can be adjusted arbitrarily by parameter)
nsga2多目标遗传算法C语言
- 程序功能:实现nsga2算法,测试函数为ZDT1,ZDT2,ZDT3,ZDT4,ZDT6,DTLZ1,DTLZ2 说明:遗传算子为二进制竞赛选择,模拟二进制交叉和多项式变异,使用C语言