资源列表
TSP
- 用遗传算法解决旅行商问题,并用图形界面显示出来。比较了分别采用轮盘赌选择算子和锦标赛选择算子的遗传算法求解TSP问题的性能,包括:运行时间、进化总代数和最优解质量。 结果曲线可以用图形显示出来。
triplehandstandpendulum
- 首先对非线性模型在控制目标附近进行线性化得到相应的状态空间表达式,再对线性模型设计LQR控制器,进而用此控制器控制非线性倒立摆,取得训练神经网络控制器的数据,最后用这些数据训练得到神经网络控制器,最终基于神经网络的(一、二、三级)倒立摆控制均取得了很好的控制效果;
Boosting-beta2
- AdaBoost is an efficient tool in machine learning. It can combine a series of weak learners into a strong learner. Besides pattern classification, it also can be applied into feature selection. This document explains the use of AdaBoost.
AllExamples
- CLIPS专家系统源码,非常有帮助的说。
Adaptive_Filter_Matlab_code
- 自适应滤波原理_西蒙.赫金_Matlab_源代码 希望能够对学习自适应滤波技术的朋友有所帮助
demos
- This manual describes how to run the Matlab® Artificial Immune Systems tutorial presentation developed by Leandro de Castro and Fernando Von Zuben. The program files can be downloaded from the following FTP address: ftp://ftp.dca.fee.unicamp.br/pu
use GA to deal with except-value problem
- 遗传算法解决随机期望值模型问题的例题-random genetic algorithms to solve the problem expectations model example
ProSys
- 人工智能方面一个专家系统的简单例子-artificial intelligence expert system for a simple example
人工智能软件的编写
- 详细介绍了有关人工智能软件编写的理论和实务-details of the artificial intelligence software prepared by the theory and practice
bp神经网络预测
- 有关bp神经网络预测的-bp of the neural network forecast
goat-遗传算法工具箱
- 遗传算法工具箱matlab-GA Matlab Toolbox
CURE
- 层次聚类算法中的Cure算法,可以用于识别非球形的簇,解决了偏好球形和相似大小的问题,在处理孤立点上也更加健壮。