-
GUI_2_C
matlab开发的GUI程序,转换成实用的C语言程序(GUI development matlab procedures into practical procedures for the C language)
- 2009-05-13 16:43:41下载
- 积分:1
-
C4_5
应用Matlab工具编写程序进而实现决策树C4.5分类算法(Use Matlab to make desicion tree)
- 2012-06-06 09:12:11下载
- 积分:1
-
Addition-and-filter
Filter for equalizer
- 2012-12-04 19:54:28下载
- 积分:1
-
blind-single-sapration
说明: 分离不同频率的五个信号源,采用自然梯度算法(Natural gradient algorithm for blind signal separation)
- 2011-03-24 20:45:21下载
- 积分:1
-
Bearings-Only-Tracking
说明: BOT模型的一种跟踪方法,使用粒子滤波实现(BOT model of a tracking method, using the particle filter implementation)
- 2011-03-30 15:26:01下载
- 积分:1
-
face-towards-the-identification
LVQ神经网络的预测——人脸朝向识别matlab源代码(LVQ neural network prediction- face towards the recognition matlab source code)
- 2013-07-11 09:27:55下载
- 积分:1
-
m_mvdr
基于MVDR的波束形成 有3个信号入射方向(MVDR beamforming three signals incident direction)
- 2012-08-04 17:39:10下载
- 积分:1
-
Image-filtering
图像滤波与傅里叶变化的matlaba源码(带注释)(Image filtering and Fourier transform of matlaba source code (with comments))
- 2014-11-01 11:09:14下载
- 积分:1
-
watershed
edge detection and segmentation using matlab
- 2011-11-29 15:02:41下载
- 积分: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