资源列表
mfcc
- 使用matlab实现对语音文件的分析、处理并提取出mfcc参数(Matlab is used to analyze and process voice files and extract MFCC parameters.)
GBDT+SVM
- 使用机器学习中的SVM,GBDT算法构建分类模型,做分类预测。并且对测试结果评估,模型保存。(Use SVM and GBDT algorithm in machine learning to build classification model and do classification prediction. And evaluate the test results and save the model.)
lfmcwmodule
- 雷达中的线性调频连续波的MATLAB实现程序(LFM wave MATLAB program)
Uniform Design
- 方开泰创立的均匀设计表程序,用来实现实验设计。(Fang Kaitai created the uniform design table program, which is used to realize the experiment design.)
reinhard代码
- 将低动态范围图像通过色调映射技术转换为高动态范围图像,对图像的亮度通道进行加强,该算法是reinhard代码进行实现的。(The low dynamic range image is transformed into high dynamic range image by hue mapping technology, and the brightness channel of the image is enhanced. The algorithm is implemented by Rein
postgraduayeDbrvng
- 研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务,这是QR算法(During the post-graduate period on the "numerical calculation methods" class homework, all the code is C language implementation and debugging passed, now upload for everyone service, thi
emdMain
- 对测试信号进行emd 分解,计算其在各个频带中的能量分布(The EMD of the test signal is decomposed, and the energy distribution in each frequency band is calculated)
功率谱分析Matlab程序
- 功率谱密度matlab实现,非常实用,适合计算 和分析使用(Implementation of power spectral density matlab)
python数据分析 韩波
- 一本python数据分析的优秀资料 《python数据分析》(python data analysis),作者【印尼】Ivan Idris,翻译:韩波。 本人制作的PDF图书,带目录和书签。 作为一种高级程序设计语言,Python凭借其简洁、易读及可扩展性日渐成为程序设计领域备受推崇的语言。同时,Python语言的数据分析功能也逐渐为大众所认可。, 本书是一本介绍如何用Python进行数据分析的学习指南。全书共12章,从Python程序库入门、NumPy数组、matplotlib和pa
smote
- smote过采样方法对不平衡数据集进行人工数据合成(smote oversampling and classification)
Matlabbp神经网络
- bp神经网络,可以用于预测与回归,效果比较好,注意训练次数(BP Neural network algorithm)
粒子群
- 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操