资源列表
pso2012-04-03
- 粒子群算法的matlab实现,包含主文件pso.m和例子程序psodemo.m和psodemo2.m等,每个文件都有详细的注释说明。-Particle Swarm algorithm matlab realize, contains the the master file pso.m and example program psodemo.m and psodemo2.m etc., each file has detailed notes.
Kmeans
- 划分聚类中的K-means算法,运用的欧式距离作为度量距离-The instance of K-means clustering algorithm
ultimateliu
- 先锋3机器人的避障、沿墙走等综合实验程序 比较简单 可通过mobilesim进行仿真 -Pioneer 3 robot obstacle avoidance, wall to walk comprehensive experimental procedure is relatively simple simulation through mobilesim
Robot-Dynamics-and-Control
- 国外关于机器人动力学及其控制的经典书籍,值得学习。-Abroad classic books on the robot dynamics and control, it is worth learning.
uspsFisher
- 用Fisher算法对usps数据集进行分类,对每个部分都有很好的说明,对画图也有详细说明-USPS dataset using Fisher algorithm classification, each part has a good descr iption of the drawing there are described in detail
MWC
- MWC飞控详细程序1.0-1.8,详细具体的算法大全及分析,为研究飞控代码者提供一个阶梯。-Detailed program MWC MWC flight control flight control procedures, detailed algorithm Daquan, provide a ladder for the study of flight control.
DecisionTree
- ID3 人工智能,机器学习算法,自动生成决策树-ID3 artificial intelligence, machine learning algorithms, automatically generate decision trees
UDEED
- 在集成学习中用UDEED算法来处理非平稳动态数据流中的分类,关于整体学习算法很有帮助,集成学习可以提高机器学习的推广!-In integrated learning using UDEED algorithm to handle the nonstationary dynamic data stream classification, machine learning promote integrated learning can improve the overall learning alg
混合蛙跳算法c程序
- 采用c++编写的混合蛙跳算法的源程序,有详细的介绍的注释,具体的算法思想可以到中国知网去下载。
ANFIS
- ANFIS的信用评级分类代码,1代表高信用,2代表低信用,经预测合理可以跑-ANFIS credit rating classification code, 1 on behalf of the high credit, 2 represents the low credit, the forecast reasonable can run
基本蚁群算法程序
- 本文算法可用于优化、识别等问题,和其他遗传算法有同工异曲之妙
神经网络算法
- JAVA版的BP神经网络源代码,源代码是Word形式,若拷贝到项目中可直接运行。