-
数据挖掘中的ID3算法源码
决策树的经典算法之一。
数据挖掘中的ID3算法源码
决策树的经典算法之一。
-Data Mining Source ID3 decision tree algorithm, one of the classic algorithm.
- 2022-07-07 09:47:33下载
- 积分:1
-
好不容易找到的外国博士论文,关于Text
好不容易找到的外国博士论文,关于Text-independent speaker recognition-Hard to find foreign doctoral thesis on the Text-independent speaker recognition
- 2022-06-01 18:18:08下载
- 积分:1
-
遗传算法强制交叉算法
遗传算法强制交叉算法-GA mandatory cross-Algorithm
- 2022-04-27 14:46:42下载
- 积分:1
-
很好用的一个适用程序,由Visual C++编程,有收藏价值
很好用的一个适用程序,由Visual C++编程,有收藏价值
- 2022-07-05 11:45:21下载
- 积分:1
-
4. "Evolutionary process
4。《演化程序――遗传算法和数据编码的结合》,[英]米凯利维兹着 科学出版社 2000年第一版
本书分三个部分共16章分别介绍了:1.遗传算法的概念、数学原理及方法步骤 2.遗传算法和数据编码联系起来所构成的演化程序 3.演化程序面向一些实际问题的应用。
本书语言生动,结构合理,较少使用专业性术语和深涩词汇,适合面临优化问题的研究生、程序员、设计师、工程师及科研工作人员参考。-4. "Evolutionary process-- genetic coding algorithm and data integration," [E] Mikhail Liweici a 520-531 2000 version of the first book in three parts a total of 16 chapters were introduced : 1. Genetic Algorithm concept mathematical principles and methods of Step 2. genetic algorithms and data coding linked posed by the evolution of procedures 3. Evolution-oriented procedures some of the practical problems of application. The book vivid language, reasonable structure, and less use of professional terminology and vocabulary deep acerbic suitable for optimization problems facing graduate students, programmers, designers, engineers and research personnel.
- 2022-03-21 23:18:24下载
- 积分:1
-
是个定时期,不是太有用的东西,
是个定时期,不是太有用的东西,-GOOD
- 2022-03-13 14:23:45下载
- 积分:1
-
Kohonen the SOFM (self
Kohonen的SOFM(自组织特征映射):这种算法部分收到生物特征影响,在网络输出层内按几何中心或特征进行聚类。-Kohonen the SOFM (self-organizing feature map) : This algorithm received some biological features, the output layer to the network within the geometric center or cluster features.
- 2022-07-13 21:00:17下载
- 积分:1
-
这是一个细胞识别系统及其开放的源代码,希望大家能够用的上,...
这是一个细胞识别系统及其开放的源代码,希望大家能够用的上,-This is a cell recognition system and its open source code, we hope to use, thank you
- 2022-05-07 03:43:15下载
- 积分:1
-
这是一个数据挖掘中的关联规则挖掘的经典算法:Apriori算法的程序...
这是一个数据挖掘中的关联规则挖掘的经典算法:Apriori算法的程序-This is the code of Apriori-the classical algorithm used in Association Rules of Data Mining
- 2022-01-27 17:52:28下载
- 积分:1
-
us solve eight digital, BFS may lead to insufficient memory, using heuristic sea...
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient memory, using heuristic search, heuristic function f (x) = g (x) h (x) g (x) for the target node is different from the number of nodes, h (x) for the nodes of depth, the choice between f (x) nodes that the smallest node expansion. the introduction of an "expanded array [4]" (because the expansion of the nodes at most four), The array maintains a node of 0:00 a.m. to expand in all directions in the target node, and then expanded array analysis, use heuristic function during recursive expansion ...
- 2022-02-04 07:43:49下载
- 积分:1