资源列表
StratifiedPartitionSubsets
- 交叉验证中使用的分层次随机分割样本集,用于分类实验中的分类误差估计中的n倍交叉验证实验(Stratified randomly partition samples into subsets, used in the n-fold cross-validation)
exact_alm_rpca
- matlab code of ealm algorithom
《最优阵列处理_HarryL.VanTrees》代码
- 《最优阵列处理_HarryL.VanTrees》非常经典的书籍,做阵列信号处理大家都知道!书中源代码!("The best array processing _HarryL.VanTrees" very classic books, do array signal processing everyone knows! The source code in the book!)
kmeans
- 基于Matlab的K均值聚类算法程序,将数据集分为两类(Kmean clustering algorithm, the data sets are divided into two classes)
lvbo
- 数据漂移与低频噪声有关,进行简单的中值滤波过滤高频信号得到较平滑的曲线(The data drift is related to the low frequency noise, and a simple median filter is used to filter the high frequency signal to get a smooth curve.)
CURVES_I_BEZIER
- In this tutorial, you will learn to a little about bezier curves
SA
- 用SA算法解决tsp问题,并用MATLAB绘制所需要的图(Solve the TSP problem with SA algorithm, and use MATLAB to draw the required picture)
logistic映射的李亚普洛夫指数图
- 通过绘制李亚普洛夫指数图,来观察logistic映射的周期倍增规律。
machine-learning-ex2
- 用于人工智能领域,分类学习时可以使用。方法主要是与分类学习相关。(classfication method is used in this rar, it is used for classify data.)
Fourier_Analysis_of_a_Rectangular_Pulse
- FFT ANALYSIS OF RECTANGULAR PULSE
steady
- for steady advection-diffusion-reaction equation
基于backtracking和0.618的两种梯度下降直线搜索算法
- 本算法为凸优化中的常用优化算法:梯度下降算法。本程序由matlab编写,内含有注释,分别用非精确直线搜索和精确直线搜索两种方法实现了梯度下降算法。