paper-with-me

Papers

Cells in Multidimensional Recurrent Neural Networks

2014-12-08 · G. Leifert, T. Strauß, T. Grüning, R. Labahn

The transcription of handwritten text on images is one task in machine learning and one solution to solve it is using multi-dimensional recurrent neural networks (MDRNN) with connectionist temporal classification (CTC). The RNNs can contain special units, the long short-term memory (LSTM) cells. They are able to learn long term dependencies but they get unstable when the dimension is chosen greater than one. We defined some useful and necessary properties for the one-dimensional LSTM cell and extend them in the multi-dimensional case. Thereby we introduce several new cells with better stability. We present a method to design cells using the theory of linear shift invariant systems. The new cells are compared to the LSTM cell on the IFN/ENIT and Rimes database, where we can improve the recognition rate compared to the LSTM cell. So each application where the LSTM cells in MDRNNs are used could be improved by substituting them by the new developed cells.

📄 PDF Abstract BibTeX arXiv:1412.2620

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

Recurrent Neural Networks for Forecasting Time Series with Multiple Seasonality: A Comparative Study

2022-03-17 · Grzegorz Dudek, Slawek Smyl, Paweł Pełka

This paper compares recurrent neural networks (RNNs) with different types of gated cells for forecasting time series with multiple seasonality. The cells we compare include classical long short term memory (LSTM), gated …

Load ForecastingTime SeriesTime Series Analysis

A bio-inspired bistable recurrent cell allows for long-lasting memory

2020-06-09 · Nicolas Vecoven, Damien Ernst, Guillaume Drion

Recurrent neural networks (RNNs) provide state-of-the-art performances in a wide variety of tasks that require memory. These performances can often be achieved thanks to gated recurrent cells such as gated recurrent unit…

Time Series Analysis

Emergence of grid-like representations by training recurrent neural networks to perform spatial localization

2018-03-21 · ICLR 2018 1 · Christopher J. Cueva, Xue-Xin Wei

Decades of research on the neural code underlying spatial navigation have revealed a diverse set of neural response properties. The Entorhinal Cortex (EC) of the mammalian brain contains a rich set of spatial correlates,…

Going Wider: Recurrent Neural Network With Parallel Cells

2017-05-03 · Danhao Zhu, Si Shen, Xin-yu Dai, Jia-Jun Chen

Recurrent Neural Network (RNN) has been widely applied for sequence modeling. In RNN, the hidden states at current step are full connected to those at previous step, thus the influence from less related features at previ…

Language ModelingLanguage ModellingTranslation

Dynamical System Parameter Identification using Deep Recurrent Cell Networks

2021-07-06 · Erdem Akagündüz, Oguzhan Cifdaloz

In this paper, we investigate the parameter identification problem in dynamical systems through a deep learning approach. Focusing mainly on second-order, linear time-invariant dynamical systems, the topic of damping fac…