登录
首页 » AI-NN-PR » 关联规则中的频繁项集生成算法TreeMiner,可在linux和windows下编译运行。...

关联规则中的频繁项集生成算法TreeMiner,可在linux和windows下编译运行。...

于 2022-06-26 发布 文件大小:248.16 kB
0 157
下载积分: 2 下载次数: 1

代码说明:

关联规则中的频繁项集生成算法TreeMiner,可在linux和windows下编译运行。-Frequent one of related rule collect and produce algorithm TreeMiner , can compile running under linux and windows

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 良好的自我
    不错的自组织神经网络算法,程序有注释。能运行,效果还行。-good self-organizing neural network algorithm, the procedure Notes. Can run, the results were OK.
    2022-10-30 21:30:03下载
    积分:1
  • classical apriori algorithm and an improved algorithm for the procedure, there a...
    apriori经典算法及一个改进算法的程序,里面有具体的解析与操作-classical apriori algorithm and an improved algorithm for the procedure, there are specific analytical and operational
    2022-02-20 23:32:53下载
    积分:1
  • 模式识别在珠宝鉴定中的应用,该文是基于模式识别应用领域的文档类文献。...
    模式识别在珠宝鉴定中的应用,该文是基于模式识别应用领域的文档类文献。-Pattern Recognition in jewelry appraisal application, the article is based on pattern recognition applications of the document class literature.
    2023-08-07 12:55:03下载
    积分:1
  • portal门户开发,jetspeed的应用及理论讲解
    portal门户开发,jetspeed的应用及理论讲解-portal development portal, jetspeed application and theory to explain
    2022-12-21 20:55:03下载
    积分:1
  • 这是一个关于遗传算法的程序,包括了算法的各个过程,其实我对遗传算法也不很懂,也是刚刚开始学习阶段,希望一起进步...
    这是一个关于遗传算法的程序,包括了算法的各个过程,其实我对遗传算法也不很懂,也是刚刚开始学习阶段,希望一起进步-This is a genetic algorithm on the procedures, including all the process of the algorithm, in fact, I do not很懂of genetic algorithm, is just the beginning stages of learning, hope and progress together
    2022-03-23 03:31:16下载
    积分:1
  • 遗传算法背包问题是南京大学的航空和…
    用遗传算法求解背包问题是南京航空航天大学信息与计算科学专业编写的.本程序利用遗传算法来求解背包问题.采用二进制字符串编码,1表示选择物体,0则不选择. 背包问题描述:在M件物品取出若干件放在空间为W的背包里,每件物品的重量为W1,W・2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。注意:在本题中,所有的重量值均为整数。-genetic algorithm knapsack problem is the Nanjing University of Aeronautics and Astronautics, Information and Computing Science prepared. The procedure the use of genetic algorithms to solve knapsack problem. binary string encoding, an option objects, 0 no choice. Knapsack Problem Description : M items removed several pieces on the space-W backpack, Each of the weight W1, W 2 ... Wn, the corresponding value of P1, P2 ... Pn. Sought to gain maximum value of the program. NOTE : In this issue, all the weight values are integers.
    2023-01-02 17:15:16下载
    积分:1
  • 利用人工智能原理中BP神经网络算法,建立的彩票预测程序,当然不可能都预测中,但是要学习神经网络的人值得一看...
    利用人工智能原理中BP神经网络算法,建立的彩票预测程序,当然不可能都预测中,但是要学习神经网络的人值得一看-BP neural network algorithm, the establishment of the lottery forecasting process, of course, not all forecasts, but neural networks to study the eye-catcher
    2022-07-01 21:33:12下载
    积分:1
  • based on artificial neural network Hopfield indoor entire domain path optimizati...
    基于Hopfield人工神经网路的室内全域路径优化。主要是利用Hopfield求解TSP的方法。用于课程设计。-based on artificial neural network Hopfield indoor entire domain path optimization. Hopfield is mainly used for TSP method. For course design.
    2022-07-24 06:43:35下载
    积分:1
  • 神经网络机器人避障matlan仿真程序可以模拟技术。
    神经网络机器人避障matlan仿真程序 可模拟机器人在空间的避障动作-Neural Network Robot Obstacle Avoidance matlan simulation program can simulate the robot moves in space, obstacle avoidance
    2022-03-05 19:28:56下载
    积分:1
  • Hopfield 网――擅长于联想记忆与解迷路 实现H网联想记忆的关键,是使被记忆的模式样本对应网络能量函数的极小值。 设有M个N维记忆模式,通过对网络N个神经
    Hopfield 网――擅长于联想记忆与解迷路 实现H网联想记忆的关键,是使被记忆的模式样本对应网络能量函数的极小值。 设有M个N维记忆模式,通过对网络N个神经元之间连接权 wij 和N个输出阈值θj的设计,使得: 这M个记忆模式所对应的网络状态正好是网络能量函数的M个极小值。 比较困难,目前还没有一个适应任意形式的记忆模式的有效、通用的设计方法。 H网的算法 1)学习模式――决定权重 想要记忆的模式,用-1和1的2值表示 模式:-1,-1,1,-1,1,1,... 一般表示: 则任意两个神经元j、i间的权重: wij=∑ap(i)ap(j),p=1…p; P:模式的总数 ap(s):第p个模式的第s个要素(-1或1) wij:第j个神经元与第i个神经元间的权重 i = j时,wij=0,即各神经元的输出不直接返回自身。 2)想起模式: 神经元输出值的初始化 想起时,一般是未知的输入。设xi(0)为未知模式的第i个要素(-1或1) 将xi(0)作为相对应的神经元的初始值,其中,0意味t=0。 反复部分:对各神经元,计算: xi (t+1) = f (∑wijxj(t)-θi), j=1…n, j≠i n―神经元总数 f()--Sgn() θi―神经元i发火阈值 反复进行,直到各个神经元的输出不再变化。-Hopfield network-- good at associative memory solution with the realization of lost H associative memory networks, are key to bringing the memory model samples corresponding network energy function of the minimum. With M-N-dimensional memory model, the network N neurons connect between right wij and N output threshold j design makes : M-mode memory corresponding to the network is a state network energy function is the M-000 minimum. Mor
    2023-03-24 10:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载