文件名称:lesson47-LSTM实战
介绍说明--下载内容来自于网络,使用问题请自行百度
长短期记忆网络(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 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.