登录
首页 » AI-NN-PR » The control arithmetic of Expert Systems

The control arithmetic of Expert Systems

于 2023-07-06 发布 文件大小:1,006.00 B
0 136
下载积分: 2 下载次数: 1

代码说明:

专家系统控制算法pid-The control arithmetic of Expert Systems

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

发表评论

0 个回复

  • 用BP神经网络逼近函数Z=SIN(X*Y),采用C++编程.
    用BP神经网络逼近函数Z=SIN(X*Y),采用C++编程.-Using BP neural network to approach the function Z = SIN (X* Y), using C++ programming.
    2022-01-27 15:28:31下载
    积分:1
  • neural network design books matching source (Matlab platforms)
    神经网络设计书籍配套源码(matlab平台)-neural network design books matching source (Matlab platforms)
    2023-08-25 19:25:04下载
    积分:1
  • 粒子群优化算法是一种进化技术(进化有限公司)。
    粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-Particle Swarm Optimization (PSO) is an evolutionary technology (evolutionary computation). Predatory birds originated from the research PSO with similar genetic algorithm is based on iterative optimization tools. Initialize the system for a group of random solutions, through iterative search for the optimal values. However, there is no genetic algorithm with the cross- (crossover) and the variation (mutation). But particles in the solution space following the optimal particle search. The steps detailed chapter on the future of genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function optimization, neural networks, fuzzy systems control and ot
    2022-02-05 13:05:45下载
    积分:1
  • Bayes分类器应用于IRIS数据集的例子
    Bayes分类器应用于IRIS数据集的例子-An example of Bayes Classifier applied on IRIS Data Set
    2023-01-17 15:30:03下载
    积分:1
  • 遗传算法VC编程,对于初学者可能有用,多多支持~
    遗传算法VC编程,对于初学者可能有用,多多支持~-VC programming genetic algorithms, may be useful for beginners, the generous support of ~
    2022-08-23 02:16:47下载
    积分:1
  • 人工股市(Artificial Stock Market,简称ASM)是模拟股市运作的一个程序。在这个电脑中的虚拟市场中,若干被称为交易者的人工智能程序(Age...
    人工股市(Artificial Stock Market,简称ASM)是模拟股市运作的一个程序。在这个电脑中的虚拟市场中,若干被称为交易者的人工智能程序(Agent)通过观察它们所在的数字世界中股价和股息的不断变换而做出预测,并且根据这些预测做出购买股票与否以及购买股票数量的决策。反过来,所有的交易者的决策又决定了股票的价格,这样,整个的股票交易市场就构成了一个自我封闭的计算系统。同时,这些交易者都具有学习的能力,可以根据以前预测的成功或者失败对自己的决策进行调整,并且通过一种被称为遗传算法的方法产生创新能力。总之,ASM是一个电脑中不断进化的虚拟股票市场!通过研究ASM,我们可以更好的理解现实世界的行为,并且它提供了一个很好的现实股市的隐喻。 备注:该程序运行需要有Swarm平台的支持,关于这个平台可以到http://www.swarm.org免费下载。 -artificial stock market (Artificial Stock Market, or ASM) is a stock market simulation operation of the procedure. In this computer in the virtual market, a number of traders known as artificial intelligence (Agent) by observing them where the digital world and the stock dividend and the constantly changing projections, and based on these projections made whether or not to purchase stocks and the purchase of shares in decision-making. Conversely, all the decision-making transactions in turn determines the share price, so that the entire stock market would constitute a self-enclosed computer system. Moreover,
    2022-02-01 02:07:50下载
    积分:1
  • 自己写的一个简单的神经网络(BP)算法,用来解决异或(XOR)问题,初学神经网络的人可以下来看!...
    自己写的一个简单的神经网络(BP)算法,用来解决异或(XOR)问题,初学神经网络的人可以下来看!-Wrote it myself a simple neural network (BP) algorithm, to solve the exclusive-OR (XOR) problem, learning neural network can look at the next!
    2022-01-31 23:56:55下载
    积分:1
  • 利用一个较为成熟的遗传算法基础类库(作者:刘康),我自己在做论文的时候写得一个关于利用遗传算法进行节点部署应用的实验程序。您可以很容易地在其基础上实现自己应用相...
    利用一个较为成熟的遗传算法基础类库(作者:刘康),我自己在做论文的时候写得一个关于利用遗传算法进行节点部署应用的实验程序。您可以很容易地在其基础上实现自己应用相关的算法程序,进行研究验证工作。希望此源码能够为相关人事提供帮助。-Use of a more mature class library based on genetic algorithm (Authors: Liu Kang), I have to do when writing a thesis on the use of genetic algorithm application node deployment Experimental procedures. You can easily realize in their own applications based on the algorithm-related procedures, conduct research validation. I hope that this source can provide assistance for the relevant personnel.
    2023-02-05 04:45:03下载
    积分:1
  • 人工神经网络
    基于Matlab的人工神经网络反向传播程序设计
    2022-03-15 18:24:09下载
    积分:1
  • 一个C编写的足球机器人比赛程序,算法很好
    一个C编写的足球机器人比赛程序,算法很好-C prepared by a robot soccer competition procedures, a good algorithm
    2022-03-25 16:29:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载