-
遗传算法源程序,供研究设计使用,希望对你有帮助
遗传算法源程序,供研究设计使用,希望对你有帮助-Genetic algorithm source code for the study design to use, want to help you
- 2022-03-17 15:09:46下载
- 积分:1
-
经典的BPN人工神经网络例子源码,可用于函数逼近,预测等方面...
经典的BPN人工神经网络例子源码,可用于函数逼近,预测等方面-classic example of artificial neural network source, function approximation can be used to forecast etc.
- 2022-08-10 11:32:56下载
- 积分:1
-
FastICA算法,使用matlab语言,是非常好的独立成分分析工具.
FastICA算法,使用matlab语言,是非常好的独立成分分析工具.-Fast algorithm, using Matlab language, is a very good independent component analysis tools.
- 2022-08-10 20:13:46下载
- 积分:1
-
改进的量子搜索算法的论文,用于模式识别等方面
改进的量子搜索算法的论文,用于模式识别等方面-Quantum search algorithm to improve the paper for pattern recognition, etc.
- 2022-06-20 03:55:43下载
- 积分:1
-
Propositional logic in the inference rule can be used to prove that a propositio...
命题逻辑中的推理规则可以用来证明一个已经表示成命题公式的定理,但它还不便于机械化实施。因为其中的各条规则都未指明在推导的什麽步骤上应该引入什麽前提或中间结论,这些还有赖于人的经验技巧和才能。1960年王浩提出的算法,可以完全脱离人的经验和技巧,机械地构造每一步推导,证明一个命题逻辑定理的成立。
-Propositional logic in the inference rule can be used to prove that a propositional formula has been expressed as the theorem, but it is not easy to implement mechanization. Because the rules did not specify what steps in the derivation of what should be the introduction of the premise or intermediate conclusions, which also depends on the person s experience of the skills and talent. Wang Hao in 1960 proposed algorithm can be completely divorced from the person s experience and skills, a mechanical structure is derived for each step to prove that a propositional logic theorem establishment.
- 2022-03-07 22:04:02下载
- 积分:1
-
此代码是用c语言编写的决策树的c4.5代码,它是数据挖掘分类算法中的一种,可以对给定数据集进行分类,挖掘出规则...
此代码是用c语言编写的决策树的c4.5代码,它是数据挖掘分类算法中的一种,可以对给定数据集进行分类,挖掘出规则-this code is c language of the decision tree Bank code, which is data mining classification algorithm of a can of a given data set for classification, tapping rules
- 2023-01-18 06:55:04下载
- 积分:1
-
这是一种模式识别算法的休假
这是一个模式识别中的留一法算法的一个简单仿真分类实例,其中female.txt和male.txt是训练样本,test.txt是测试样本,分类效果非常好,对于模式学习的初学者将会有很大帮助。-This is a pattern recognition algorithm for leave-one simulation of a simple classification 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 there is a great help.
- 2022-02-25 14:08:00下载
- 积分:1
-
artificial intelligence fundamental problem
人工智能领域最基本的问题-artificial intelligence fundamental problem
- 2022-12-23 17:10:03下载
- 积分: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
-
本程序实现了一个人工神经网络的算法,相关领域的人可以参考。...
本程序实现了一个人工神经网络的算法,相关领域的人可以参考。-This procedure implements a neural network algorithm, in related fields who can refer to.
- 2022-06-28 21:47:09下载
- 积分:1