paper-with-me

Papers

Simplified Long Short-term Memory Recurrent Neural Networks: part III

2017-07-14 · Atra Akandeh, Fathi M. Salem

This is part III of three-part work. In parts I and II, we have presented eight variants for simplified Long Short Term Memory (LSTM) recurrent neural networks (RNNs). It is noted that fast computation, specially in constrained computing resources, are an important factor in processing big time-sequence data. In this part III paper, we present and evaluate two new LSTM model variants which dramatically reduce the computational load while retaining comparable performance to the base (standard) LSTM RNNs. In these new variants, we impose (Hadamard) pointwise state multiplications in the cell-memory network in addition to the gating signal networks.

📄 PDF Abstract BibTeX arXiv:1707.04626

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Simplified Long Short-term Memory Recurrent Neural Networks: part II

2017-07-14 · Atra Akandeh, Fathi M. Salem

This is part II of three-part work. Here, we present a second set of inter-related five variants of simplified Long Short-term Memory (LSTM) recurrent neural networks by further reducing adaptive parameters. Two of these…

Sentiment Analysis Using Simplified Long Short-term Memory Recurrent Neural Networks

2020-05-08 · Karthik Gopalakrishnan, Fathi M. Salem

LSTM or Long Short Term Memory Networks is a specific type of Recurrent Neural Network (RNN) that is very effective in dealing with long sequence data and learning long term dependencies. In this work, we perform sentime…

Sentiment Analysis

Memory-based control with recurrent neural networks

2015-12-14 · Nicolas Heess, Jonathan J. Hunt, Timothy P. Lillicrap, David Silver

Partially observed control problems are a challenging aspect of reinforcement learning. We extend two related, model-free algorithms for continuous control -- deterministic policy gradient and stochastic value gradient -…

continuous-controlContinuous ControlReinforcement Learning

Simplified Long Short-term Memory Recurrent Neural Networks: part I

2017-07-14 · Atra Akandeh, Fathi M. Salem

We present five variants of the standard Long Short-term Memory (LSTM) recurrent neural networks by uniformly reducing blocks of adaptive parameters in the gating mechanisms. For simplicity, we refer to these models as L…

Simplified Gating in Long Short-term Memory (LSTM) Recurrent Neural Networks

2017-01-12 · Yuzhen Lu, Fathi M. Salem

The standard LSTM recurrent neural networks while very powerful in long-range dependency sequence applications have highly complex structure and relatively large (adaptive) parameters. In this work, we present empirical …