LSTM​长短期记忆神经网络我要分享

LSTM ﹣ long and short term memory neural network

循环神经网络 LSTM 长短期记忆

关注次数: 507

下载次数: 5

文件大小: 2KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

长短期记忆神经网络,是一种时间循环神经网络,是为了解决一般的RNN(循环神经网络)存在的长期依赖问题而专门设计出来的,所有的RNN都具有一种重复神经网络模块的链式形式。在标准RNN中,这个重复的结构模块只有一个非常简单的结构,例如一个tanh层。


English Description:

The long-term and short-term memory neural network is a kind of time recurrent neural network, which is specially designed to solve the long-term dependence problem of general RNN (recurrent neural network). All RNNs have a chain form of repetitive neural network modules. In standard RNN, this repeated structure module has only a very simple structure, such as a tanh layer.


代码预览

LSTM_MY_updata_to_precise\LSTM_data_process.m

LSTM_MY_updata_to_precise\LSTM_mian.m

LSTM_MY_updata_to_precise\LSTM_updata_weight.m

LSTM_MY_updata_to_precise