资源列表
simulatetemperature
- 模拟退火程序,可以进行各种目标函数下的地球物理非线性反演。-simulate aneal pragram
BPSO
- 一个BPSO实现,基本上实现了BPSO的代码-BPSO achieve a basically achieved BPSO code
NineGrid
- 八数码问题的C++程序代码。八数码问题是个典型的状态图搜索问题。搜索方式有两种基本的方式,即树式搜索和线式搜索。搜索策略大体有盲目搜索和启发式搜索两大类。盲目搜索就是无“向导”的搜索,启发式搜索就是有“向导”的搜索。-8 digital issues of C++ program code. Digital 8 is a typical problem of the state map search problems. There are two basic search methods, na
tutorial
- 人工免疫算法的练习算例,可以很好地研究人工免疫算法-Artificial immune algorithm examples of practice can be a very good study of artificial immune algorithm
rbf
- 基于RBF神经网络辨识的单神经元PID模型参考自适应控制-RBF neural network-based identification of single neuron PID model reference adaptive control
cmac
- 采用CMAC前馈网络,将CMAC和PID结合起来对系统进行前馈控制-CMAC using feedforward networks, will combine the CMAC and PID of the feed-forward control system
work
- 利用支持向量回归进行概率密度估计,从而计算信息熵-The use of support vector regression for probability density estimation, in order to estimate the information entropy
zuqiujiqiren
- 这篇论文主要论述了人工智能在机器人足球比赛 的应用,介绍了机器人的概念和足球赛相关的概念是一篇好的论文。-This paper focuses on artificial intelligence in the application of robot soccer competition, the robot introduced the concept and the concept of soccer-related is a good thesis.
bag_words_demo
- 一个学习自然场景类别的贝叶斯模型、基于“词袋”模型的目标分类。来源于Feifei Li的论文。是近年来的目标识别模型热点之一。-”A Bayesian Hierarchical Model for Learning Natural Scene Categories“ FeiFei Li.CVPR2005
quickprop
- 神经网络系统 quickprop算法 大幅提高运算速度,但收敛率有待提高。可以和传统BP做比较-Quickprop algorithm- a standard modified bp algorithm for comparison
GA
- 这是一个遗传神经网络,用遗传算法优化神经网络的权值-This is a genetic neural networks, genetic algorithm with neural network weights
123
- 提出了一种利用模糊控制器进行倒立摆控制的方法,建立了倒立摆的数学模型,并进行了计算机仿真,仿真结果表明,该方案可以得到较为满意的结果。