文件名称:lesson47-LSTM实战
- 所属分类:
- matlab例程
- 资源属性:
- 上传时间:
- 2019-10-16
- 文件大小:
- 5kb
- 下载次数:
- 1次
- 提 供 者:
- yaofa*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
长短期记忆网络(LSTM,Long Short-Term Memory)是一种时间循环神经网络,是为了解决一般的RNN(循环神经网络)存在的长期依赖问题而专门设计出来的,所有的RNN都具有一种重复神经网络模块的链式形式。在标准RNN中,这个重复的结构模块只有一个非常简单的结构,例如一个tanh层。(LSTM (Long Term short-term Memory) is a kind of time circulation neural network, which is specially designed to solve the long-term dependence problem of general RNN. All RNN have a chain form of repeating neural network modules.
In the standard RNN, this repeating structure module has a very simple structure, such as a tanh layer.)
In the standard RNN, this repeating structure module has a very simple structure, such as a tanh layer.)
相关搜索: LSTM
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
gru_sentiment_analysis_cell.py | 3341 | 2019-10-02 |
gru_sentiment_analysis_layer.py | 3300 | 2019-10-02 |
lstm_sentiment_analysis_cell.py | 3365 | 2019-10-02 |
lstm_sentiment_analysis_layer.py | 2886 | 2019-10-02 |