-
implement C_Means and ISODATA algorith. Taking 2
关于 模式识别 中 C均值 和ISODATA 算法的C++实现 程序以一个二维的数据为例 真实的展现出两类算法的效果-implement C_Means and ISODATA algorith. Taking 2-D data foe example, show the effect of the two algoriths.
- 2022-08-23 17:58:42下载
- 积分:1
-
在国外网站上下的关于神经网络的原理理解原码
在国外网站上下的关于神经网络的原理理解原码-abroad on the site across the neural network theory to understand the original code
- 2022-02-06 02:10:48下载
- 积分:1
-
蚂蚁算法在服务质量方面的代码,主要是服务质量方面的东西...
蚂蚁算法在服务质量方面的代码,主要是服务质量方面的东西-Ant Algorithm in the service quality of the code, mainly the quality of services of things
- 2022-05-12 16:24:10下载
- 积分:1
-
bayes network classifier toolbox
贝叶斯网络分类工具箱
bayes network classifier toolbox
贝叶斯网络分类工具箱-bayes network toolbox Bayesian classifier network classifier Toolbox
- 2022-04-01 05:30:40下载
- 积分:1
-
Through artificial neural network algorithm for rapid identification, have a mor...
通过人工智能算法快速实现神经网络识别,具有更加高效和快速的特点-Through artificial neural network algorithm for rapid identification, have a more efficient and rapid characteristics of
- 2022-03-06 11:04:00下载
- 积分:1
-
本算法为自适应遗传算法,采用基于排序的选择策略,编码方案为实数编码。能够解决很多优化问题!...
本算法为自适应遗传算法,采用基于排序的选择策略,编码方案为实数编码。能够解决很多优化问题!-The algorithm for the adaptive genetic algorithm, based on the sort of choice strategy, coding schemes for real-coded. Many optimization problems can be solved!
- 2023-01-02 11:50:11下载
- 积分:1
-
This is a pattern recognition algorithm of the K
这是一个模式识别中的K均值算法的一个简单仿真分类实例,其中female.txt和male.txt是训练样本,test.txt是测试样本,分类效果非常好,对于模式学习的初学者将会有很大帮助。-This is a pattern recognition algorithm of the K-means classification of a simple simulation example is one of female.txt and male.txt training samples, test.txt is the measurement, classification effect is very good for beginners will be learning model has great help to me.
- 2023-02-13 05:25:03下载
- 积分:1
-
实数编码 遗传算法 C++用matlab实现实数编码 遗传算法 C++用matlab实现...
实数编码 遗传算法 C++用matlab实现实数编码 遗传算法 C++用matlab实现-Real-coded genetic algorithm C++ Using matlab realize real-coded genetic algorithm C++ Realize using matlab
- 2022-03-21 09:46:50下载
- 积分:1
-
网上一直没有Harris算法的VC程序
无奈
自己写一个吧
用了两个小时就写好了 非常简陋 大家凑合着看
2005年11月15日...
网上一直没有Harris算法的VC程序
无奈
自己写一个吧
用了两个小时就写好了 非常简陋 大家凑合着看
2005年11月15日-Harris algorithm VC procedures helpless himself wrote it with a two hour written a very simple you can make do with a November 15, 2005
- 2022-04-11 17:24:10下载
- 积分:1
-
Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm
2008年05月21日...
Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm
2008年05月21日
C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design
基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代表了基因遗传算法的结果。每次迭代,算法生成一个染色体,这些子孙染色体又会产生新的迭代……关键内容
这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。
如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中-err
- 2022-05-29 02:10:25下载
- 积分:1