K-SVD
K-SVD是一种经典的字典训练算法,依据误差最小原则,对误差项进行SVD分解,选择使误差最小的分解项作为更新的字典原子和对应的原子系数,经过不断的迭代从而得到优化的解。
资源总数
500
K-SVD 全部资料 500 份
SVMmulticlass: Multi-class classification. Learns to predict one of k mutually exclusive classes. Th
SVMmulticlass: Multi-class classification. Learns to predict one of k mutually exclusive classes. This is probably the s...
2013-12-26
119
% EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da
% EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of obse...
2013-12-03
148
请编写一个函数jsValue(int m,int k,int xx[])
请编写一个函数jsValue(int m,int k,int xx[]),该函数的功能是:将大于整数m且紧靠m的k个素数存入数组xx传回。 最后调用函数writeDat()读取10组数据,分别得出结果且把结果输出到文件out.dat中。...
2016-06-05
119