-
diguishenjing
递归算法 [1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 1 0 0 1 1 1 1 0]
t=[0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1]
给权值赋初值
w1=eye(5,10)
w2=eye(10,5)
wr=eye(10,10)/3
wobias=eye(6,5)/4
wbias=eye(6,10)/3
x=ones(6,10)/3
ww2=zeros(10,5)/6
ww1=zeros(5,10)/6
wwr=zeros(10,10)/6
wwobias=zeros(6,5)/5
wwbias=zeros(6,10)/4
g=[1 1 1 1 1]
f=[1 1 1 1 1 1 1 1 1 1] (Recursive algorithm)
- 2011-05-21 16:44:22下载
- 积分:1
-
ar_g
PURPOSE: MCMC estimates Bayesian heteroscedastic AR(k) model
imposing stability restrictions using Gibbs sampling
y = b0 + y(t-1) b1 + y(t-2) b2 +,...,y(t-k) bk + E,
E = N(0,sige*V), sige = gamma(nu,d0), b = N(c,T),
V = diag(v1,v2,...vn), r/vi = ID chi(r)/r, r = Gamma(m,k)( PURPOSE: MCMC estimates Bayesian heteroscedastic AR(k) model
imposing stability restrictions using Gibbs sampling
y = b0+ y(t-1) b1+ y(t-2) b2+,...,y(t-k) bk+ E,
E = N(0,sige*V), sige = gamma(nu,d0), b = N(c,T),
V = diag(v1,v2,...vn), r/vi = ID chi(r)/r, r = Gamma(m,k))
- 2012-04-28 03:36:11下载
- 积分:1
-
kmeans
clustering using kmeans. Good for HMM
- 2013-03-19 15:58:33下载
- 积分:1
-
Lecture8_exc_1
electric motor with torque speed control
- 2012-03-23 02:54:17下载
- 积分:1
-
MIMOsiml
带有相关性MIMO信道仿真程序,仿真的是MIMO平坦衰落信道。(associated with MIMO channel simulation program, based on the MIMO flat fading channel.)
- 2007-05-22 17:46:08下载
- 积分:1
-
LeastSquareComplexExponential
最新比较流行的模态识别方法,最小二乘复指数法(LeastSquareComplexExponential(LSCE) for modal analysis)
- 2013-12-18 04:10:15下载
- 积分:1
-
24Computer
个24点自动计算器,算法方面是比较暴力的……有待完善
(24-point automatic calculator, the algorithm is more violent aspect to be perfect ... ...)
- 2010-12-10 20:46:26下载
- 积分:1
-
tgn
this code simulate channel model
- 2021-04-06 17:29:02下载
- 积分:1
-
tik_inpaint
This file performs Tikhonov inpainting on a corrupted image.
- 2010-12-09 12:42:52下载
- 积分:1
-
toolbox
contourlet 变换的toolbox,方便大家使用(contourlet transform toolbox, to facilitate people to use)
- 2011-04-22 10:50:52下载
- 积分:1