-
ga-fire
说明: matlab 遗传退火法 遗传退火法 遗传退火法 遗传退火法 遗传退火法 遗传退火法(matlab genetic annealing genetic annealing genetic annealing genetic annealing genetic annealing genetic annealing)
- 2011-03-04 15:08:07下载
- 积分:1
-
fmsys
simulation modulate & demod FM
- 2011-05-10 12:41:45下载
- 积分:1
-
face-to-build
Eigen decomposition for facial recognition biometrics
- 2012-02-12 19:10:28下载
- 积分:1
-
qingzhuoyinpinpu
清浊音处理的MATLAB程序,用汉明窗来实现。(MATLAB program Voicing treated with Hamming window to achieve)
- 2014-01-06 09:27:28下载
- 积分:1
-
FIR-filter-design
FIR滤波器的设计——使用Matlab和CCS(FIR filter design used matlab and ccs)
- 2012-08-13 19:32:13下载
- 积分:1
-
SVM
In machine learning, support vector machines (SVMs, also support vector networks[1]) are supervised learning models with associated learning algorithms that analyze data and recognize patterns, used for classification and regression analysis. Given a set of training examples, each marked as belonging to one of two categories, an SVM training algorithm builds a model that assigns new examples into one category or the other, making it a non-probabilistic binary linear classifier. An SVM model is a representation of the examples as points in space, mapped so that the examples of the separate categories are divided by a clear gap that is as wide as possible. New examples are then mapped into that same space and predicted to belong to a category based on which side of the gap they fall on.
- 2014-12-14 21:33:26下载
- 积分:1
-
WiMAX-2.2-online
这是一个WiMAX链路级matlab仿真程序,可以用在许多方面的仿真,如误码率、误比特率以及系统的吞吐量等,非常完整的一个程序。(This is a WiMAX link level matlab simulation program can be used in many aspects of the simulation, such as bit error rate, bit error rate, and throughput of the system and so on, very complete a program.)
- 2013-11-16 10:33:34下载
- 积分:1
-
LogSpectralDistanceSignal
Log Spectral Distance Signal
- 2011-12-23 04:53:40下载
- 积分:1
-
MATLAB
matlab 命令具体详解,欢迎下载。。。(matlab command specific Xiang Jie, welcome to download. . .)
- 2010-07-25 14:38:12下载
- 积分: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