-
dec_lzw2
Lempel Ziv Decoder in Matlab
- 2010-12-31 20:37:21下载
- 积分:1
-
SpaceTrussElement
有限元SpaceTrussElement的matlab程序(FEA matlab SpaceTrussElement)
- 2013-10-12 23:27:17下载
- 积分:1
-
ex1
ocr feature extraction in matlab for example
- 2011-01-14 03:13:07下载
- 积分:1
-
plotcircle
To calculate the coordinates needed to draw a circle given the details of the
circle, for use by the plot function(To calculate the coordinates needed to draw a circle given the details of thecircle, for use by the plot function)
- 2006-12-21 16:21:36下载
- 积分:1
-
qpsk-semilogy
code qpsk for qpsk semilogy
- 2015-01-25 11:42:28下载
- 积分:1
-
2
说明: 气象学上求露点温度matlab程序,严格按定义编程。(matlab)
- 2010-08-06 09:19:58下载
- 积分:1
-
A316246694049_2732800
A MATLAB-based three-dimensional viewer
- 2008-04-29 00:42:32下载
- 积分:1
-
ch5
系统辨识和控制方面的程序,适用于初学者,比较好(System identification and control procedures for beginners)
- 2013-10-23 21:31:25下载
- 积分:1
-
RLS_gexin
自己编写的RLS格型算法Matlab程序,供大家参考。(RLS algorithm, the performance is ok.)
- 2013-12-03 00:17:25下载
- 积分: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