paper-with-me

Papers

The Statistical Recurrent Unit

2017-03-01 · ICML 2017 8 · Junier B. Oliva, Barnabas Poczos, Jeff Schneider

Sophisticated gated recurrent neural network architectures like LSTMs and GRUs have been shown to be highly effective in a myriad of applications. We develop an un-gated unit, the statistical recurrent unit (SRU), that is able to learn long term dependencies in data by only keeping moving averages of statistics. The SRU's architecture is simple, un-gated, and contains a comparable number of parameters to LSTMs; yet, SRUs perform favorably to more sophisticated LSTM and GRU alternatives, often outperforming one or both in various tasks. We show the efficacy of SRUs as compared to LSTMs and GRUs in an unbiased manner by optimizing respective architectures' hyperparameters in a Bayesian optimization scheme for both synthetic and real-world tasks.

📄 PDF Abstract BibTeX arXiv:1703.00381

Code (2)

Selozhd/UngatedRNN tf
mirandawork/sru

Tasks

Bayesian Optimization

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Lattice Recurrent Unit: Improving Convergence and Statistical Efficiency for Sequence Modeling

2017-10-06 · Chaitanya Ahuja, Louis-Philippe Morency

Recurrent neural networks have shown remarkable success in modeling sequences. However low resource situations still adversely affect the generalizability of these models. We introduce a new family of models, called Latt…

Kronecker Recurrent Units

2017-05-29 · ICML 2018 7 · Cijo Jose, Moustpaha Cisse, Francois Fleuret

Our work addresses two important issues with recurrent neural networks: (1) they are over-parameterized, and (2) the recurrence matrix is ill-conditioned. The former increases the sample complexity of learning and the tr…

Statistical Parametric Speech Synthesis Using Bottleneck Representation From Sequence Auto-encoder

2016-06-19 · Sivanand Achanta, KNRK Raju Alluri, Suryakanth V. Gangashetty

In this paper, we describe a statistical parametric speech synthesis approach with unit-level acoustic representation. In conventional deep neural network based speech synthesis, the input text features are repeated for …

Speech Synthesis

Reducing Computational Costs in Sentiment Analysis: Tensorized Recurrent Networks vs. Recurrent Networks

2023-06-16 · Gabriel Lopez, Anna Nguyen, Joe Kaul

Anticipating audience reaction towards a certain text is integral to several facets of society ranging from politics, research, and commercial industries. Sentiment analysis (SA) is a useful natural language processing (…

Sentiment Analysis

Inferring the dynamics of oscillatory systems using recurrent neural networks

2019-04-04 · Rok Cestnik, Markus Abel

We investigate the predictive power of recurrent neural networks for oscillatory systems not only on the attractor, but in its vicinity as well. For this we consider systems perturbed by an external force. This allows us…