资源列表
粒子滤波matlab程序
- 第一篇:Particle filter example, adapted from Gordon, Salmond, and Smith paper. 第二篇:Particle filter example.Track a body falling through the atmosphere.This system is taken from [Jul00], which was based on [Ath68]. 总共5篇,有EKF AUF等滤波器
adaboost算法
- adaboost,为boost方法的一种方法,可以实现分类,有弱分类到强分类
Dijkstra 算法matlab程序
- Dijkstra 算法matlab程序
020501刘超HW2
- 这是一个用matlab实现的语音信号预测编码中的得宾算法部分。还有实验报告。-This is a realization of using Matlab voice signals of predictive coding algorithm part in Pennsylvania. There experimental report.
mat
- matlab的两个小球碰撞的模拟程序,很简单的。平时没事瞎编的。-Matlab two small ball collision simulation program, a very simple. Nothing pleases the peacetime.
hide1
- 关于图像隐藏的几个例程。属于matlab图像处理的内容,图像隐藏和提取。-hidden images on several routines. Matlab is the content of image processing, image and extract hidden.
图像处理11
- matlab的图像处理,包括直方图,图像变换,模 板(空域滤波图象增强和边缘检测算子的应用)-Matlab image processing, including the histogram, image transformation, templates (spatial filter image enhancement and edge detection operators applications)
iriscloud
- 云分类器,一种基于云模型理论的分类程序。程序中使用云分类器对Iris数据集进行了测试-cloud classifier, a theoretical model based on cloud classification procedure. Procedures used for cloud classification of Iris data set for testing
bp神经网络
- 机器学习之bp神经网络算法,可进行分类预测,包括相关性能指标计算
简单人机对抗的VC6源码
- VC6程序源码,可以和你玩石头剪刀布。原来是在网上看到牛人写的强化学习C语言例子,几十行代码就演示出基于强化学习的人机对抗效果!正在学习这方面,就稍微改了改键盘操作方式,让玩起来更顺畅。