-
Gordon-paper-program
Gordon, Salmond, and Smith 于1993年的论文中一个关于金融经济学中最常用经济算法模型的粒子滤波程序。(Gordon, Salmond, and Smith in a 1993 paper on financial economics, the most commonly used economic models of particle filter algorithm program)
- 2011-10-06 16:26:55下载
- 积分:1
-
LVQ1
说明: matlab,编写的LVQ1数据挖掘分类算法。
(Matlab, prepared by the Data Mining LVQ1 classification algorithm.)
- 2005-12-29 14:35:19下载
- 积分:1
-
188
线阵波束形成MATLAB语音程序编辑, 频域自适应,时域自适应(Voice line array beamforming MATLAB program editing, adaptive frequency domain, time domain adaptive)
- 2011-05-13 09:34:33下载
- 积分:1
-
apm_matlab_v0.5.7b
apm_matlab_v0.5.7 on matlab programmming
- 2013-05-04 15:55:01下载
- 积分:1
-
NNBR
首先通过自相关 偏自相关分析获得特征向量的维数,随后继续运行后面的代码以获得预测值,该方法为最近邻抽样回归预测(The dimension of feature vectors will be obtained by the autocorrelation and partial autocorrelation analysis, then continue to run the code behind to get predicted value,its short name is NNBR)
- 2014-07-18 18:14:50下载
- 积分:1
-
PSO-1
粒子群算法,包括主函数,目标函数,约束条件等。可用于多目标函数的处理。(Particle swarm optimization algorithm, including the main function, objective function, constraints and so on. Can be used to deal with multiple objective functions.)
- 2017-08-09 10:03:23下载
- 积分:1
-
mimo-simulate-GUI
主要为一个Gui演示平台,能仿真实现不同psk调制及不同状态数的STTC编码,在命令窗口输入ui_start即可进行(Gui primarily a demonstration platform, to achieve different simulation psk modulation and coding of different states of STTC in the command window can be input ui_start)
- 2013-12-01 18:30:56下载
- 积分:1
-
getx
99b第一问解答 用matlab实现的 有点简单啊(To answer the first question 99b achieved with a little simple matlab ah)
- 2009-07-12 10:04:59下载
- 积分:1
-
chuongtrinh
simulation OFDM by matlab 6.5.It s any bug
- 2013-11-14 22:33:38下载
- 积分: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