paper-with-me

Papers

Restricted Recurrent Neural Networks

2019-08-21 · Enmao Diao, Jie Ding, Vahid Tarokh

Recurrent Neural Network (RNN) and its variations such as Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU), have become standard building blocks for learning online data of sequential nature in many research areas, including natural language processing and speech data analysis. In this paper, we present a new methodology to significantly reduce the number of parameters in RNNs while maintaining performance that is comparable or even better than classical RNNs. The new proposal, referred to as Restricted Recurrent Neural Network (RRNN), restricts the weight matrices corresponding to the input data and hidden states at each time step to share a large proportion of parameters. The new architecture can be regarded as a compression of its classical counterpart, but it does not require pre-training or sophisticated parameter fine-tuning, both of which are major issues in most existing compression techniques. Experiments on natural language modeling show that compared with its classical counterpart, the restricted recurrent architecture generally produces comparable results at about 50\% compression rate. In particular, the Restricted LSTM can outperform classical RNN with even less number of parameters.

📄 PDF Abstract BibTeX arXiv:1908.07724

Code (1)

diaoenmao/Restricted-Recurrent-Neural-Networks 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

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 제목 키워드 기반

Restricted Recurrent Neural Tensor Networks: Exploiting Word Frequency and Compositionality

2017-04-03 · ACL 2018 7 · Alexandre Salle, Aline Villavicencio

Increasing the capacity of recurrent neural networks (RNN) usually involves augmenting the size of the hidden layer, with significant increase of computational cost. Recurrent neural tensor networks (RNTN) increase capac…

Language ModelingLanguage ModellingTensor Networks

Full-Capacity Unitary Recurrent Neural Networks

2016-10-31 · NeurIPS 2016 12 · Scott Wisdom, Thomas Powers, John R. Hershey, Jonathan Le Roux 외

Recurrent neural networks are powerful models for processing sequential data, but they are generally plagued by vanishing and exploding gradient problems. Unitary recurrent neural networks (uRNNs), which use unitary recu…

Open-Ended Question AnsweringSequential Image Classification

Multiple Range-Restricted Bidirectional Gated Recurrent Units with Attention for Relation Classification

2017-07-05 · Jonggu Kim, Jong-Hyeok Lee

Most of neural approaches to relation classification have focused on finding short patterns that represent the semantic relation using Convolutional Neural Networks (CNNs) and those approaches have generally achieved bet…

ClassificationGeneral ClassificationRelationRelation Classification+1

Communication with Robots using Multilayer Recurrent Networks

2017-08-01 · WS 2017 8 · Bed{\v{r}}ich Pi{\v{s}}l, David Mare{\v{c}}ek

In this paper, we describe an improvement on the task of giving instructions to robots in a simulated block world using unrestricted natural language commands.

The Recurrent Temporal Restricted Boltzmann Machine

2008-12-01 · NeurIPS 2008 12 · Ilya Sutskever, Geoffrey E. Hinton, Graham W. Taylor

The Temporal Restricted Boltzmann Machine (TRBM) is a probabilistic model for sequences that is able to successfully model (i.e., generate nice-looking samples of) several very high dimensional sequences, such as motion …