资源列表
Code
- 凸优化教程学习以及Matlab例程使用,里面有各种方法的structure和example(convex optimization learning programs in Matlab, including structure guides and examples of various methods)
GUIS_FEX
- 实现删除功能的gui,该算法简单易用,大家可以下载后直接使用(The gui to achieve the delete function)
fult
- 模糊控制的一个简单仿真程序,适合初学者入门使用(Fuzzy control of a simple simulation program, suitable for beginners to use.)
ML
- 系统介绍MATLAB机器学习相关工具箱及算法的书籍(MATLAB machine learning toolbox and algorithm books are introduced systematically. @BOOK{barberBRML2012, author = {Barber, D.}, title= {{Bayesian Reasoning and Machine Learning}}, publisher = {{Cambridge University Pre
feature-selection-master
- 最小冗余最大相关性(MRMR)(MRMR.M) 需要外部库。详情请见MRMR。下载一个更新版本的互信息工具箱 偏最小二乘(PLS)回归系数(ReGCOEF.m) 使用MATLAB统计工具箱中的PLSReress ReliefF(分类)和RReliefF(回归)(ReleFracePr.M.) 从Matlab STATS工具箱中包装Releff.m。这是Matlab R2010B以后提供的。 ReliefF的另一个选择是使用ASU特征选择工具箱中的代码。这使用WEKA
肌电BP
- matlab例程 bp神经网络训练算法(BP neural network training algorithm)
bp_guoren_predict
- 利用工具箱,完成bp算法预测程序,有数据,可运行(Using the toolbox to complete the BP algorithm prediction program, data can be run.)
1、K-means学习
- 用k-meas算法对图片聚类,根据图像的颜色,聚类成若干类(Using k-means algorithom to clustering a picture)
fisher算法matlab源程序
- fisher算法matlab源程序,Fisher系数F,又称距离可分性测度,用来评价类间分离程度的函数(Fisher algorithm matlab source program, Fisher coefficient F, also called distance separability measure, is used to evaluate the degree of separation between classes.)
hhhhh
- 关于无线传感器网络定位算法的研究,MATLAB的程序代码(About wireless sensor network localization algorithm research, MATLAB's program code)
遗传算法优化pid
- 使用遗传算法对pid进行优化,m文件调用模型文件,直接出结果(Using genetic algorithm to optimize PID, m file calls model files, directly results.)
BP
- BP网络是通过输入层到输出层的计算来完成的。多于一层的隐含层虽然能在速度上提高网络的训练,但是在实际应用中需要较多的训练时间,而训练速度可以用增加隐含层节点个数来实现,因此在应用BP神经网络进行预测时,选取只有一个隐含层的三层BP神经网络就足够了。(The BP network is completed through the calculation of the input layer to the output layer. Although the hidden layer of more