-
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
-
final2
完整的决策树算法,训练决策树,修剪决策树(机器学习)(decision tree)
- 2020-07-02 06:40:02下载
- 积分:1
-
chemoactbx
国外FABI ChemoAC Consortium 编的PLS等程序,用于NIR光谱分析比较好用。
(Chemometircs in Analytical chemistry--FABI ChemoAC Consortium)
- 2010-07-19 09:13:13下载
- 积分:1
-
calll2bp5
绘制带通滤波器的图形 坐标的对应关系已改 同时绘图 data:12.12(Bandpass filter graphics rendering coordinate correspondence has been changed while the drawing data: 12.12)
- 2010-05-08 19:56:55下载
- 积分:1
-
representativechaos
典型混沌系统的MATLAB代码实现,非常全面,学习混沌的可以参考(typical chaotic system MATLAB code realized, very comprehensive study can refer to the chaos)
- 2007-04-08 01:37:33下载
- 积分:1
-
Marr-Hildreth-edge-detector
Marr Hildreth Edge Detector
- 2013-11-25 00:52:58下载
- 积分:1
-
Matlab-Basic-Tutorial
MATLAB的入门书籍,编写思路清晰,内容偏基础,适合刚入门的同学学习。书的页码不多,在很少的时间内就可以完成。(MATLAB study books for begineers, which writing with clear ideas, content-based bias for students just getting started learning. Book have little pages and easy to complete.)
- 2012-01-17 17:57:15下载
- 积分:1
-
lmsfilter
该程序在MAtlab环境下的基于LMS的自适应滤波器的算法设计(The program MAtlab environment based on the LMS Adaptive Filter Algorithm Design)
- 2009-11-09 11:12:31下载
- 积分:1
-
LMS
主要完成LMS自适应均衡,谢谢大家的支持(Completed for LMS adaptive equalization)
- 2010-05-27 21:34:18下载
- 积分:1
-
diagram-between-CTFT-DFT-DTFT
在一张表中标注了CTFT,DTFT,DFT之间的对应关系,列出公式,给出了简单认证,同时加上文字说明(Marked in a table of correspondence between CTFT, DTFT, DFT between lists formula gives a simple certification, plus text)
- 2013-12-10 21:18:29下载
- 积分:1