搜索资源列表
cs-tutorial-ITA-feb08-complete
- 一种最新型的压缩算法,即压缩感知(compressive sensing)的介绍文档,深入迁出,对于理解CS这一个新思想有很大的帮助-The latest model of a compression algorithm, that is, perceptual compression (compressive sensing) Introduction of the document in depth to move out, for understanding the CS has a lo
decoder_BP
- BP神经网络算法的matlab程序,一个文件,是独立函数部分-BP neural network algorithm matlab program
PSO-bp
- BP神经网络的MATLAB程序代码,可用于分类,鉴别-Back-propagation neural network
GAandBP
- 用matlab实现的遗传算法与BP神经网络的优化算法。-Matlab genetic algorithm with BP neural network to achieve optimization algorithm.
CS_MRI
- 文件主要是对利用压缩感知对MRI进行数据重构,重构方式是基于全变分共轭梯度法-the folder contains some Matlab codes used for applying compressed sensing(CS) in MRI. morever, these codes are based on BP-TV.
gaijinBP
- 用MATLAB编写的一个BP网络程序,加入了权值阀值的修正,得到预测效果更好。-A BP network using MATLAB program, with modified weights threshold, get better prediction effect.
chapter26
- 神经网络实例文件说明: 1. chapter26_lvq.m为主程序,将该文件夹设置为MATLAB当前工作路径,运行即可。 2. crossvalidation_lvq.mat为增加了交叉验证功能(确定最佳的隐含层神经元个数)的LVQ程序。 3. chapter26_bp.m为对比的BP程序。 4. data.mat为数据文件。 5. 该程序在MATLAB2009a版本下测试通过,个别函数在低版本中不存在或者调用格式有所不同,参照对应版本中的帮助