paper-with-me

홈 › Papers

Learning Longer Memory in Recurrent Neural Networks

2014-12-24 · Tomas Mikolov, Armand Joulin, Sumit Chopra, Michael Mathieu, Marc'Aurelio Ranzato

Recurrent neural network is a powerful model that learns temporal patterns in sequential data. For a long time, it was believed that recurrent networks are difficult to train using simple optimizers, such as stochastic gradient descent, due to the so-called vanishing gradient problem. In this paper, we show that learning longer term patterns in real data, such as in natural language, is perfectly possible using gradient descent. This is achieved by using a slight structural modification of the simple recurrent neural network architecture. We encourage some of the hidden units to change their state slowly by making part of the recurrent weight matrix close to identity, thus forming kind of a longer term memory. We evaluate our model in language modeling experiments, where we obtain similar performance to the much more complex Long Short Term Memory (LSTM) networks (Hochreiter & Schmidhuber, 1997).

📄 PDF Abstract BibTeX arXiv:1412.7753

Code (5)

facebook/SCRNNs 공식 구현 torch
facebookarchive/SCRNNs torch
myinnos/List-of-Machine-Learning-And-Statistics-Repositories torch
myinnos/Machine-Learning-And-Statistics-Repos torch
webgeist/scrnn-tensorflow tf

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Short-term Memory of Deep RNN

2018-02-02 · Claudio Gallicchio

The extension of deep learning towards temporal data processing is gaining an increasing research interest. In this paper we investigate the properties of state dynamics developed in successive levels of deep recurrent n…

Assessing the Memory Ability of Recurrent Neural Networks

2020-02-18 · Cheng Zhang, Qiuchi Li, Lingyu Hua, Dawei Song

It is known that Recurrent Neural Networks (RNNs) can remember, in their hidden layers, part of the semantic information expressed by a sequence (e.g., a sentence) that is being processed. Different types of recurrent un…

Sentence

Low-pass Recurrent Neural Networks - A memory architecture for longer-term correlation discovery

2018-05-13 · Thomas Stepleton, Razvan Pascanu, Will Dabney, Siddhant M. Jayakumar 외

Reinforcement learning (RL) agents performing complex tasks must be able to remember observations and actions across sizable time intervals. This is especially true during the initial learning stages, when exploratory be…

Reinforcement LearningReinforcement Learning (RL)

ATLAS: Learning to Optimally Memorize the Context at Test Time

2025-05-29 · Ali Behrouz, Zeman Li, Praneeth Kacham, Majid Daliri 외

Transformers have been established as the most popular backbones in sequence modeling, mainly due to their effectiveness in in-context retrieval tasks and the ability to learn at scale. Their quadratic memory and time co…

Common Sense ReasoningLanguage ModelingLanguage ModellingLong-Context Understanding

Exploring Learnability in Memory-Augmented Recurrent Neural Networks: Precision, Stability, and Empirical Insights

2024-10-04 · Shrabon Das, Ankur Mali

This study explores the learnability of memory-less and memory-augmented RNNs, which are theoretically equivalent to Pushdown Automata. Empirical results show that these models often fail to generalize on longer sequence…