-
matlab7.0
关于matlab的一本不错的基础教程,对于初学者是一个不错的选择,当然对于长时间从事这方面的人来讲,也是一本不错的查询资料(On the basis of a good matlab tutorial for beginners is a right choice, of course, for long time engaged in this aspect, it is also a good inquires the material)
- 2010-10-21 17:42:33下载
- 积分:1
-
Bandstopfilter
matlab实现直方图均衡化、同态滤波、中值滤波及巴特沃斯带阻滤波器 源码以及说明(带阻滤波器)
- 2010-12-10 21:57:14下载
- 积分:1
-
mohukongzhiqi
用matla实现模糊控制器的编程和具体的配置。(Fuzzy controller with matla programming and specific configuration.)
- 2013-08-30 10:16:19下载
- 积分:1
-
pinlvhanshu
此实验是用于设计频率响应函数,有实验步骤和MATLAB代码。(It is very useful.)
- 2012-11-02 23:10:46下载
- 积分:1
-
on-ex-pro
School management system
- 2014-02-03 15:29:10下载
- 积分:1
-
Floyd
弗洛伊德算法,通过一个图的权值矩阵求出它的每两点间的最短路径矩阵。( The Floyd algorithm, extracts between its most short-path matrix every two spot through a chart s weight matrix. )
- 2011-04-21 09:01:44下载
- 积分:1
-
duffing
ZXZXC下从CWE WER WER 我啊啊 啊 但机考就i(ZXZXC from and CWE WER WER but I ah ah ah computer test to i)
- 2011-05-07 12:41:38下载
- 积分:1
-
propro
Image Watermarking using DWT algorithm
- 2015-02-20 02:45:11下载
- 积分:1
-
3machines9bus
美国西部电网3机9节点系统的matlab模型(American Western Power 3 machine 9-bus system matlab model)
- 2021-04-07 10:39:01下载
- 积分:1
-
一个双向LSTM程序 BiLSTM
说明: 一个双向LSTM程序
Long Short Term 网络—— 一般就叫做 LSTM ——是一种 RNN 特殊的类型,可以学习长期依赖信息。LSTM 由Hochreiter & Schmidhuber (1997)提出,并在近期被Alex Graves进行了改良和推广。在很多问题,LSTM 都取得相当巨大的成功,并得到了广泛的使用。
LSTM 通过刻意的设计来避免长期依赖问题。记住长期的信息在实践中是 LSTM 的默认行为,而非需要付出很大代价才能获得的能力!
所有 RNN 都具有一种重复神经网络模块的链式的形式。在标准的 RNN 中,这个重复的模块只有一个非常简单的结构,例如一个 tanh 层。(A bidirectional LSTM program
Long short term network, commonly known as LSTM, is a special type of RNN that can learn long-term dependent information. LSTM was proposed by Hochreiter & schmidhuber (1997) and recently improved and promoted by Alex graves. In many problems, LSTM has achieved great success and has been widely used.
LSTM is designed to avoid long-term dependency. Remember that long-term information is the default behavior of LSTM in practice, not the ability to acquire it at a great cost!
All RNNs have a chained form of repetitive neural network modules. In the standard RNN, this repetitive module has only a very simple structure, such as a tanh layer.)
- 2021-04-21 22:08:49下载
- 积分:1