登录
首页 » AI-NN-PR » 自己汇总了几个关于rbf的源程序,用于初学者学习

自己汇总了几个关于rbf的源程序,用于初学者学习

于 2023-07-03 发布 文件大小:2.24 kB
0 145
下载积分: 2 下载次数: 1

代码说明:

自己汇总了几个关于rbf的源程序,用于初学者学习-Own summary of a few on the rbf source for beginners to learn

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

发表评论

0 个回复

  • 人工股市(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
  • 遗传算法和神经网络结合,利用两种算法的优点,有很好的参考价值...
    遗传算法和神经网络结合,利用两种算法的优点,有很好的参考价值-Genetic algorithms and neural networks combine the advantages of using two algorithms, a very good reference value
    2022-02-24 09:43:38下载
    积分:1
  • 曲线的平滑,应用贝塞尔曲线进行平滑,点击要平滑的点即可...
    曲线的平滑,应用贝塞尔曲线进行平滑,点击要平滑的点即可-With this program you can smooth your data automatically only by selecting the area to be smoothed with 2 clicks. Then INTERP1 is used to smooth. The operation is repeated until you press ENTER.
    2022-01-22 15:12:25下载
    积分:1
  • use ant algorithm to solve the traveling salesman problem, and mfc applications,...
    使用蚁群算法解决旅行商问题,mfc应用程序,城市数目及坐标在eil51.tsp里-use ant algorithm to solve the traveling salesman problem, and mfc applications, The number of cities and coordinates the eil51.tsp Lane
    2022-06-18 11:06:15下载
    积分:1
  • 基于遗传神经网络的图像分割系统源代码,下载后直接使用
    基于遗传神经网络的图像分割系统源代码,下载后直接使用-Based on genetic neural network image segmentation system source code, download direct use of
    2022-04-06 13:52:59下载
    积分:1
  • 6. "Non
    6。《非数值并行算法――遗传算法》,刘勇等着 科学出版社 1995年第一版 本书系统地叙述了非数值并行算法之一的模拟退火算法的基本原理以及最新进展,同时为了便于读者解决实际问题,书中对具体算法的步骤作了详细介绍。本书共分七章,第一章介绍算法的思想、特点。发展过程和前景。第二章介绍算法的基本理论。第三章讨论算法解连续优化问题。第四章利用算法设计和优化神经网络。第五章介绍在组合优化中的应用。第六章介绍应用遗传程序设计解决程序设计自动化问题。第七章对遗传算法和其它适应性算法进行比较。 本书可供高校有关专业的师生、科研人员、工程技术人员阅读参考。-6. "Non- numerical parallel algorithms-- Genetic Algorithm" Liu Yong waiting 520-531 1995 version of the first book to systematically describe the non- numerical parallel algorithms one count of simulated annealing Law and the basic tenets of the latest progress, in order to help readers solve practical problems, book of the specific algorithm steps in detail. The book is divided into seven chapters, the first chapter describes the idea algorithm, characteristics. The development process and prospects. The second chapter describes the basic algorithm theory. The third chapter discusses Algorithm for continuous optimization problems. Chapter IV using the algorithm design and optimization of neural netw
    2022-01-26 05:11:28下载
    积分:1
  • 语言中的遗传算法,同时对文本和图形输出的输出…
    遗传算法的C语言计算,同时以文本的方式输出和图形的方式输出。-genetic algorithm in C language, while the text and graphic output of the output.
    2022-03-16 01:57:48下载
    积分:1
  • neural network training procedures used for RBF network weights training. good u...
    神经网络训练程序,用来进行RBF网络的权值训练,利用训练好的权值可以进行自适应滤波!-neural network training procedures used for RBF network weights training. good use of training weights can be adaptive filtering!
    2022-08-17 00:33:51下载
    积分:1
  • 自适应遗传算法,采用C编写,比较适应开始学习遗传算法的人学习...
    自适应遗传算法,采用C编写,比较适应开始学习遗传算法的人学习-Adaptive genetic algorithm, using C write, compare the genetic algorithm to adapt to start learning to learn
    2022-03-23 05:56:04下载
    积分:1
  • 模式识别工具箱
    The Matlab Toolbox for Pattern Recognition
    2022-11-17 05:35:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载