-
关于apriori算法的一个小程序,用于数据挖掘关联规则,呵呵....
关于apriori算法的一个小程序,用于数据挖掘关联规则,呵呵.-apriori algorithm on a small procedures for data mining association rules, Ha ha.
- 2022-03-25 14:16:21下载
- 积分:1
-
遗传算法原程序,并行算法,原代码,随机搜索算法
遗传算法原程序,并行算法,原代码,随机搜索算法-GA original program, parallel algorithm, the original code, random search algorithm
- 2022-04-27 14:20:09下载
- 积分:1
-
clementine8.1中文手册经典的数据挖掘软件说明
clementine8.1中文手册经典的数据挖掘软件说明-clementine8.1 Chinese classic manual data mining software Note
- 2022-08-18 12:18:10下载
- 积分:1
-
刚开始学习的人的神经网络学习教程…
关于神经网络入门学习的教程,适用于刚开始学习的人-Getting Started on the neural network learning tutorial for people who just started learning
- 2022-03-10 01:45:21下载
- 积分:1
-
3 Ant Colony Optimization Algorithm for master
三篇蚁群优化算法的硕士论文,介绍详细,解释清楚,是初学者的入门指导。-3 Ant Colony Optimization Algorithm for master
- 2022-01-25 19:44:07下载
- 积分:1
-
这种进化过程是人工生命floy的能力,你会看到模型。
本程序是具有进化能力的人工生命floy,你会看到越来越具有智能的floy会自发的产生。 -this evolutionary process is the ability of artificial life floy, you will see more intelligent the floy will spontaneously emerge.
- 2022-02-03 23:14:29下载
- 积分:1
-
bp神经网络变形预测源程序(有待改进),很短的一段代码,所有直接写在TXT文件中。...
bp神经网络变形预测源程序(有待改进),很短的一段代码,所有直接写在TXT文件中。-bp neural network prediction deformation source (room for improvement), a very short piece of code, all directly in the TXT file.
- 2022-01-21 05:21:22下载
- 积分:1
-
贝叶斯算法是基于贝叶斯定理 P(H|X) = P(X|H)P(H) / P(X).。对于多属性的数据集,计算 P(X|Ci) 的开销非常大,为减低计算复杂度,我...
贝叶斯算法是基于贝叶斯定理 P(H|X) = P(X|H)P(H) / P(X).。对于多属性的数据集,计算 P(X|Ci) 的开销非常大,为减低计算复杂度,我们做条件独立的假设,即给定元组的类标号,假定属性值有条件地相互独立,即在属性间不存在依赖关系。此程序仅为算法的一个实现,根据训练数据训练分类器-Bayesian algorithm is based on the Bayes theorem P (H | X) = P (X | H) P (H)/P (X).. For multi-attribute data sets, computing P (X | Ci) of the overhead is very large, in order to reduce the computational complexity, we do conditional independence assumption that a given tuple class label, it is assumed that property values conditionally independent of each other, that does not exist in the inter-attribute dependencies. This procedure is only an implementation of algorithm, according to training data classifier training
- 2023-08-27 07:10:03下载
- 积分:1
-
VC实现CYK语法判断检测,CYK是经典的人工智能判断法之一
VC实现CYK语法判断检测,CYK是经典的人工智能判断法之一-VC detection to determine the realization of CYK grammar, CYK is a classic method to determine one of artificial intelligence
- 2022-01-25 22:43:32下载
- 积分:1
-
mcrgsa
MCRGSA------组播路由问题遗传模拟退火算法
%M-----------遗传算法进化代数
%N-----------种群规模,取偶数
%Pm----------变异概率调节参数
%K-----------同一温度下状态跳转次数
%t0----------初始温度
%alpha-------降温系数
%beta--------浓度均衡系数
%ROUTES------备选路径集
%Num---------到各节点的备选路径数目
%Cost--------费用邻接矩阵
%Source------源节点标号
%End---------目的节点标号组成的向量
%MBR---------各代最优路径编码-MCRGSA------ Multicast Routing genetic simulated annealing% M----------- genetic algorithm algebra% N----------- population size, even take Pm----------% probability parameter variation%----------- same temperature K Jump under a number of state----------% t0 initial temperature cooling% alpha------- beta coefficient%-------- balanced concentration coefficient% ROUTES------ Alternative Path Set% Enable--------- nodes to the number of alternative paths%-------- Cost adjacent costs Matrix% Source------ source node labeling% End--------- destination node labeling Group Vector%% of the MBR--------- generations optimal path coding
- 2022-05-21 09:41:26下载
- 积分:1