-
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
-
bpmxor
带动量项的BP算法程序求解XOR问题,权值更新为批处理方式。(driven volume items BP algorithm XOR problem solving process, the right to update the value of the batch mode.)
- 2007-05-05 14:48:43下载
- 积分:1
-
syncmachine
This is my Simulink file that simulâ tes a synchronous generator model
- 2014-08-11 01:58:06下载
- 积分:1
-
Activities
An algorithm for famous activities problem
- 2014-12-19 16:04:27下载
- 积分:1
-
FCM_src
classification d image avec l algo FCM
- 2013-12-14 20:13:25下载
- 积分:1
-
ch11_1
利用类处理异常,实现根据异常处理规则,进行异常捕获(The use of unusual types of processing to achieve exception handling in accordance with rules capture abnormal)
- 2009-04-12 17:20:13下载
- 积分:1
-
Desktop
对于matlab plot 画图时出现图像纵坐标比较接近时颜色分辨不出来,使图像颜色更丰富。(For matlab plot occurs when the image drawing closer to the vertical axis can not be seen when the color to make the image more colorful.)
- 2013-08-27 15:31:31下载
- 积分:1
-
双基地MIMO雷达 MUSIC算法实 二维方位角联合估计
双基地MIMO雷达利用MUSIC算法实现目标二维方位角联合估计(Bistatic MIMO radar MUSIC algorithm to achieve the goal of a two-dimensional azimuth joint estimation)
- 2013-02-08 10:09:32下载
- 积分:1
-
zhengxian
正弦信号频谱分析,简单句子,抛砖引玉(analysis of signal sign)
- 2013-05-08 21:28:16下载
- 积分:1
-
biseccion.m
Bisection method matlab
- 2012-01-26 20:29:17下载
- 积分:1