-
是实现关系型贝叶斯网络一中机器学习算法,从国外相关研究人员的主页上下载收集。...
是实现关系型贝叶斯网络一中机器学习算法,从国外相关研究人员的主页上下载收集。
- 2022-03-20 02:35:12下载
- 积分:1
-
HopfieldnetC++source,Hopfield网络的原代码。C++代码
HopfieldnetC++source,Hopfield网络的原代码。C++代码-HopfieldnetC++ Source, Hopfield networks, the original code. C++ Code
- 2023-03-06 16:55:04下载
- 积分:1
-
Cycle Association
bell 实验室周期性关联规则挖掘算法。-Cycle Association
- 2023-03-06 22:05:03下载
- 积分:1
-
模糊算法,实现了求交法计算模糊蕴含关系、最大最小法进行合成运算、求并法计算输出量的模糊集合、加权平均法计算实际的清晰控制量等部分的详细代码。...
模糊算法,实现了求交法计算模糊蕴含关系、最大最小法进行合成运算、求并法计算输出量的模糊集合、加权平均法计算实际的清晰控制量等部分的详细代码。-Fuzzy algorithm, the realization of the intersection method to calculate fuzzy implication relations, max-min method for synthesis of computing, and method for output fuzzy sets, the weighted average method to calculate the actual volume of clear control of part of the detailed code.
- 2022-01-31 13:43:18下载
- 积分:1
-
basic framework BP neural network, suitable for beginners to grasp the compositi...
基本的BP神经网络框架,比较适用于初学者快速掌握神经网络的构成。-basic framework BP neural network, suitable for beginners to grasp the composition of neural networks.
- 2022-01-26 07:28:38下载
- 积分:1
-
遗传算法GAlib库的英文使用说明文档。
遗传算法GAlib库的英文使用说明文档。- Heredity algorithm GAlib storehouse English operating
instructions documents.
- 2023-07-26 22:35:03下载
- 积分:1
-
条码技术
条码技术-barcode technology
- 2022-04-20 06:38:02下载
- 积分:1
-
汉语分词系统,对中文语句进行识别,然后分词,是很好的自然语言理解的例子...
汉语分词系统,对中文语句进行识别,然后分词,是很好的自然语言理解的例子-Chinese word segmentation system, the Chinese phrase for identification, then Word, is a very good natural language understanding examples
- 2022-07-25 08:51:26下载
- 积分:1
-
遗传算法的VS2003工程,调试通过,An Introduction to Genetic Algorithms for Scientists and Engi...
遗传算法的VS2003工程,调试通过,An Introduction to Genetic Algorithms for Scientists and Engineers 书中的算法源程序-Genetic algorithm works VS2003, debugging through, An Introduction to Genetic Algorithms for Scientists and Engineers book algorithm source code
- 2023-03-06 00:30:04下载
- 积分: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