资源列表
蛙跳标准算法matlab程序
- 蛙跳标准算法matlab程序,可用于最优化问题中,具有跳出局部最优的优点,可结合其他智能算法
29 基于贝叶斯Bayes的数据预测
- 贝叶斯算法应用于数据预测,可以应用于很多领域,如风速预测等。(Bayesian algorithm is applied to data prediction, and can be applied to many fields, such as wind speed prediction.)
matlab_SST2
- 同步挤压小波变换的扩展:二阶同步挤压小波变换的程序。(Extension of Synchronized Extrusion Wavelet Transform: Procedure of Second Order Synchronized Extrusion Wavelet Transform.)
多尺度散布熵(matlab)
- 用matlab编写的多尺度散布熵程序,还保存精细多尺度散布熵程序(The program of multi-scale dispersion entropy written by MATLAB also preserves the program of fine multi-scale dispersion entropy.)
EEMD处理
- EMD的扩展算法,集合经验模态分解(EEMD), 程序完整可运行(Extension algorithm of EMD, ensemble empirical mode decomposition (EEMD), complete and runnable program)
PCA+SVM的人脸识别
- 使用pca和svm的方法对人脸进行识别和检测,最终达到人脸识别的功能(Face recognition and detection using PCA and SVM methods, and finally achieve the function of face recognition)
pso-bp
- 采用粒子群算法优化BP神经网络,解决了陷入局部小的问题,同时提高了算法精度,可实现多输入单输出,或者多输入多输出,算法精度较高。
EMD程序
- 基于MATLAB对EMD算法分解的例子,学习希尔伯特-黄变换的可以参考学习(Based on the example of EMD algorithm decomposition in MATLAB, learning Hilbert-Huang transform can be referred to.)
DeepLearnToolbox-master
- CNN,DBN算法可以对手写体数字进行识别,准确率高(CNN and DBN algorithm can recognize handwritten numerals with high accuracy)
人工智能导论
- 介绍人工智能的书,介绍了人工智能的背景,原理,以及在机器人,图像识别,控制等领域的应用(This paper introduces the book of artificial intelligence, the background and principle of artificial intelligence, and its application in robotics, image recognition, control and other fields.)
基于MATLAB的高等数学问题求解 的程序
- 基于MATLAB的高等数学问题求解 的程序. 包括 图形处理,数值计算等等(Programs for solving advanced mathematical problems based on MATLAB, including graphics processing, numerical calculation and so on)
求vmd分量的频谱
- 可以直接用来求vmd分解后各分量信号的单边谱,只需改改采样频率等参数,很好用。