-
polar_ang_avg
polar angle average for beamforming
- 2009-04-14 01:32:53下载
- 积分:1
-
KalmanDidattico
Educational Implementation of Kalman Filter (comments are in Italian)
- 2011-01-24 18:23:14下载
- 积分:1
-
FacialLandmarks_CBA12
Detection of Facial Landmarks Using Local-Based Information
- 2014-09-29 14:29:41下载
- 积分:1
-
fuzzypid
自己写的模糊PID的simulink文件(simulink fuzzy PID)
- 2013-12-15 17:40:13下载
- 积分:1
-
Flight-Control-System2
北航飞行控制系统第二次大作业,包括源代码和作业报告,都是经过调试,可以运行的,作业报告是按要求写的。
(The second assignment of Flight-Control-System)
- 2012-04-05 22:47:54下载
- 积分:1
-
针对三维运动机器手臂的控制,设计基于反步控制法的控制器backstepping_control
针对三维运动机器手臂的控制,设计基于反步控制法的控制器。(For three-dimensional motion of a robot arm control, step control law design is based on the anti-controller.)
- 2011-10-22 16:37:55下载
- 积分:1
-
p2_1
digital signal processing
- 2012-09-13 04:03:10下载
- 积分:1
-
ann
很好地神经网络入门教材,希望大家喜欢啊,有什么不会的可以问我(goodbook for ann ,hope you like it)
- 2015-04-05 11:37:33下载
- 积分:1
-
wa024
对于初学matlab的同学会有帮助,IDW距离反比加权方法,一个师兄的毕设。( Matlab for beginner students will help, IDW inverse distance weighting method, A complete set of brothers.)
- 2017-04-25 16:28:58下载
- 积分: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