搜索资源列表
粒子滤波以及其改进型算法工具箱
- 粒子滤波以及其改进型粒子滤波算法的代码,简单易懂,适合新学者学习粒子滤波算法
MATLAB_svm_gui
- 支持向量机的Matlab实现,支持多分类,据有GUI操作界面,简单易懂,其中包括输入输出数据。-Support Vector Machines Matlab realize, support multi-classification, as far as the operation has GUI interface, easy-to-read, including the input and output data.
examples
- 模拟退火算法工具箱例题,相关源代码,里面有代表性的例题解法,matlab语言编写,简单易懂-Simulated annealing algorithm toolbox example, the related source code, there are representative examples Solution, matlab languages, easy-to-read
PPC-RAGA
- 这是一个关于投影寻踪模型与加速遗传算法的结合的源程序,不需要工具箱,自己的编译的程序,简单易懂1-This is a projection pursuit model and accelerate the combination of genetic algorithm source code, no kit, build your own program, easy to understand a
Stereo-Matching
- 这是一个工具箱,可以对经过平行视觉处理之后的图片进行三维重建,得到视差图。GUI操作,简单易懂,功能强大。-This is a toolbox which can reconstruct the 3D picture(stereo matching or stereo construction) with 2 pictures from parallel view. You can finish the process with GUI
PF-Libary
- 实用的例子滤波工具箱,简单,方便,易懂,容易上手学习-Practical examples of filter toolbox, simple, convenient, easy to understand, easy to learn
yichuan
- matlab程序,用遗传算法解决八皇后的问题。不用添加工具箱即可运行。其中yichuan.m是主程序。算法简单易懂。-matlab program, using genetic algorithms to solve the eight queens problem. Do not add Toolbox to run. Where yichuan.m is the main program. The algorithm is simp
AdaBoostToolbox
- 自适应增强算法的工具箱,包含了几种常用的弱分类器,自带图形界面,简单易懂。-Adaptive boosting algorithm toolbox contains several common weak classifiers, comes with a graphical interface, easy to understand.
PSOt
- PSO 工具箱,粒子群优化测试,有具体的使用方法。调试简单,易懂。-Particle Swarm Optimization
genetic-algorithm
- 结合遗传算法工具箱gatbx实现的的一个基础实例程序,注释清晰,简单易懂,调试通过-a basic example of genetic algorithm program base on genetic algorithm toolbox(gatbx), comments clear, easy to understand, through debugging
SEOGEN
- 基于简单一元函数的遗传算法,通过使用Shdffield工具箱,更好的实现了遗传算法的每一步,并将其结果以图的形式展现出来。代码清晰易懂。-Functions of one variable based on a simple genetic algorithm, by using Shdffield toolbox to achieve better every step of the genetic algorithm, and th
tryadaboosttool
- 对adaboost工具箱的一个使用范例。数据全部在代码中生成,简单易懂。最后将结果显示出来。-An example of using adaboost toolbox.
fastICA-toolbox-Raiders
- fastica工具箱的使用攻略,简单易懂,便于操作,ica分析不可缺少的资料。-fastica toolbox Raiders use, easy to understand, easy to operate, ica analysis of indispensable information.
iap
- 属性学习中的间接属性预测模型,利用LIBLINEAR工具箱,程序简单易懂。-attribute Learning indirect attribute prediction model using liblinear kit straightaway
yalmip工具箱
- 将LMI 组装成块,不需再编写复杂的程序,秩序输入矩阵即可,简单实用(LMI YALMIP is free of charge to use and is openly distributed)
《MATLAB神经网络原理与实例精解》随书附带源程序
- 《MATLAB 神经网络原理与实例精解(附光盘)》是一本神经网络原理与实践相结合的书,涵盖了大部分主流的神经网络。它尽量以浅显易懂的语言讲解,让读者能理解神经网络的原理,并学会在 MATLAB 中实现神经网络。MATLAB 版本逐年更新,神经网络工具箱中函数的结构安排已经改变,本书使用最新的 MATLAB 版本,使读者掌握应用工具箱解决实际问题的能力。本书讲解时附带了大量实例,对于简单的例子,本书除了使用工具箱函数外,还用手算的方式给出