登录
首页 » AI-NN-PR » Principles of Data Mining is a data mining inside another in this classic textbo...

Principles of Data Mining is a data mining inside another in this classic textbo...

于 2022-08-10 发布 文件大小:3.18 MB
0 118
下载积分: 2 下载次数: 1

代码说明:

Principles of Data Mining是数据挖掘领域里面又一本经典的教材,呵呵,希望对大家有帮助-Principles of Data Mining is a data mining inside another in this classic textbook, Oh, you want to help

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

发表评论

0 个回复

  • HTK系列的,0.98参考资料,应该挺有用的,大家自己看看吧!
    HTK系列的,0.98参考资料,应该挺有用的,大家自己看看吧!-HTK Series, 0.98 Reference should be quite useless, we all see!
    2022-02-10 15:21:07下载
    积分:1
  • 遗传算法遗传算法(遗传算法),在专家系统中…
    遗传算法 遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm genetic algorithm GA (Genetic Algorithm), in essence is a kind of do not rely on specific issues of direct search method. Genetic algorithm in pattern recognition, neural networks, image processing, machine learning, optimization of industrial control, adaptive control, biological sciences, social sciences and so on have been applied. Research in artificial intelligence, now that the " genetic algorithms, adaptive systems, cellular automata, chaos theory and artificial intelligence, are the next ten years of the computing technology have a major impact on the key technology."
    2022-01-26 03:20:14下载
    积分:1
  • 人工神经网络理论在井渠结合灌区地下水动态预报中的应用
    人工神经网络理论在井渠结合灌区地下水动态预报中的应用-wenjian
    2022-12-15 21:50:03下载
    积分:1
  • 遗传算法解决NN逼近任意函数
    遗传算法解决NN逼近任意函数-genetic algorithm to solve arbitrary function approximation NN
    2023-08-08 11:30:03下载
    积分:1
  • 实现黑白棋子算法程序和详细步骤
    黑白棋子的算法程序实现详细步骤及实现过程-reversi son algorithm program and detailed steps for achieving
    2022-06-26 12:45:13下载
    积分: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
  • 这是一个人工智能方面的遗传算法工具箱包
    这是一个人工智能方面的遗传算法工具箱包 -This is an artificial intelligence aspects of the genetic algorithm tool bags
    2022-09-30 06:00:03下载
    积分:1
  • Genetic Algorithms in Artificial Intelligence the authority of books suitable fo...
    人工智能中的遗传算法权威书籍 适合初学者-Genetic Algorithms in Artificial Intelligence the authority of books suitable for beginners
    2022-04-11 15:43:07下载
    积分:1
  • DBSCAN is a superior performance of space
    DBSCAN是一种性能优越的基于密度的空间聚类算法.利用基于密度的聚类概念,用户只需输入一个参数,DBSCAN算法就能够发现任意形状的类,并可以有效地处理噪声.-DBSCAN is a superior performance of space-based density clustering algorithm. The use of the concept of density-based clustering, the user can enter a parameter, DBSCAN algorithm to be able to find any type of shape, and can effectively deal with noise.
    2023-03-12 07:15:03下载
    积分:1
  • 这是一本较详细介绍遗传算法原理和应用的书籍,很多应用在本书中多有介绍...
    这是一本较详细介绍遗传算法原理和应用的书籍,很多应用在本书中多有介绍-This is a more detailed genetic algorithm theory and application of books, many applications in this book presents more
    2022-07-16 05:36:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载