-
window_for_filter_with_matlab_code
implementation of windows for filters using matlab code with examples
- 2011-01-14 12:22:28下载
- 积分:1
-
logistic
极大似然函数的matlab程序,说明极值分布比最小二乘的优越性(Maximum likelihood function of the matlab program)
- 2011-05-14 08:31:21下载
- 积分:1
-
GA_P_Median
P_Median问题的GA算法,采用了专门的编码方案,耗时段,结果精确(the GA algorithm of the P_Medium problem)
- 2012-04-18 22:24:38下载
- 积分:1
-
plsa
实现了PLSA的MTLAB算法,分门别类,较详细。(PLSA algorithm to achieve the MTLAB, categories, more detailed.)
- 2011-10-08 16:46:50下载
- 积分:1
-
vector-field
可以实现向量场的绘制,简单导入即可实现结果(vector field)
- 2011-12-12 11:12:30下载
- 积分:1
-
newf
说明: 带约束算子的粒子群算法,用于matlab环境,对于搞研究的教师有很大帮助(Operator Constrained Particle Swarm Optimization for the matlab environment, engage in research for teachers are very helpful.)
- 2010-04-08 18:14:21下载
- 积分:1
-
MSD
coding for color feature extraction
- 2011-09-13 01:13:34下载
- 积分:1
-
dbf2800df370
包含MVC,GMV等的几种控制系统性能评估算法。还不错,分享一下(Generalized minimum variance control)
- 2013-12-21 22:52:00下载
- 积分:1
-
PCA
PCA主成分分析方法来处理手势向量,来获得手势的特征向量,即主要成分(PCA principal component analysis method)
- 2012-02-15 16:49:55下载
- 积分:1
-
NMF-DTU-Toolbox
matlab源代码,是非负矩阵分解工具箱,包含乘法更新,最小二乘约束,投影梯度法等方法(Usage:
[W,H] = nmf(X,K,alg,maxiter,speak)
W: output matrix
H: output matrix
X: input matrix
K: number of components
alg: algorithm to use
maxiter: maximum number of iterations
speak: print to screen
Algorithms:
mm: Multiplicative updates method using euclidean distance measure.
cjlin: Projected gradient method
prob: Probabilistic non-negative matrix factorization.
als: Alternating least squares.
alsobs: Alternating least squares with optimal brain surgeon.
Demonstrations:
PET: NMF on a PET dataset
Text: NMF used on a three different datasets Email, medical, and CNN.
Algorithms
mm: Multiplicative update method using euclidean distance measure.
Described in Lee and Seung, 2001, Algorithms for Non-negative Matrix Factorization, Advances in Neural Information Processing Systems 13, 556-562. This algorithm is the most commonly used algorithm to solve NMF.
cjlin: Alternative non-negative least squares using projected gradients.
Author: Chih-Je)
- 2021-04-22 19:28:48下载
- 积分:1