-
ID3 Decision Tree Algorithm in C language implementation
ID3决策树算法的C语言实现-ID3 Decision Tree Algorithm in C language implementation
- 2022-01-26 00:21:58下载
- 积分:1
-
程序用C语言实现了贝叶斯在数据挖掘中分类和预测中的应用,通过程序可以很好的进行分类和预测。...
程序用C语言实现了贝叶斯在数据挖掘中分类和预测中的应用,通过程序可以很好的进行分类和预测。-This program use C language to realize the application of bayes in data mining and forecasting,you can use this program to make a good classification and forecasting
- 2022-03-12 15:16:54下载
- 积分:1
-
4×4矩阵式键盘识别技术
* 注:为了有更多实用的实验程序供大家学习,部分程序参考网上的资源,
* 在此谢谢这些无私奉献的朋友...
4×4矩阵式键盘识别技术
* 注:为了有更多实用的实验程序供大家学习,部分程序参考网上的资源,
* 在此谢谢这些无私奉献的朋友-4 × 4 matrix keyboard recognition technology* Note: in order to have more practical experimental procedures for everyone to learn some of the procedures refer to online resources,* thank these selfless dedication Friend
- 2022-08-19 20:50:09下载
- 积分:1
-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该...
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为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-08-06 14:22:02下载
- 积分:1
-
模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值...
模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值-simulated annealing algorithm procedures, the most widely used optimization, operations research, artificial intelligence, genetic algorithms and other areas of learning is very good value
- 2022-02-13 16:29:07下载
- 积分:1
-
传算法伪代码实例,遗传算法中最重要的过程就是选择和交叉。...
传算法伪代码实例,遗传算法中最重要的过程就是选择和交叉。 -Examples of pseudo-code algorithm, genetic algorithm is the most important process of selection and crossover.
- 2022-01-31 08:32:52下载
- 积分:1
-
模式识别中的感知机算法实现,在matlab下实现
模式识别中的感知机算法实现,在matlab下实现-Pattern Recognition Perceptron algorithm in matlab to achieve
- 2022-02-21 20:01:55下载
- 积分:1
-
Neural network tutorial relatively simple primary comprehensive program design
神经网络 教程初级 比较简单 全面 程序设计-Neural network tutorial relatively simple primary comprehensive program design
- 2023-02-22 02:25:04下载
- 积分:1
-
data mining algorithm will often encounter this algorithm is algorithm java vers...
数据挖掘中常常会遇到apriori算法
这是apriori算法的java版-data mining algorithm will often encounter this algorithm is algorithm java version of the algorithm
- 2022-08-05 10:59:27下载
- 积分:1
-
标准遗传算法源码
C语言编程
求解函数优化问题。
标准遗传算法源码
C语言编程
求解函数优化问题。-Standard genetic algorithm
C language programming for Function Optimization.
- 2022-03-01 18:58:28下载
- 积分:1