paper-with-me

홈 › Papers

On the stability properties of Gated Recurrent Units neural networks

2020-11-13 · Fabio Bonassi, Marcello Farina, Riccardo Scattolini

The goal of this paper is to provide sufficient conditions for guaranteeing the Input-to-State Stability (ISS) and the Incremental Input-to-State Stability ({\delta}ISS) of Gated Recurrent Units (GRUs) neural networks. These conditions, devised for both single-layer and multi-layer architectures, consist of nonlinear inequalities on network's weights. They can be employed to check the stability of trained networks, or can be enforced as constraints during the training procedure of a GRU. The resulting training procedure is tested on a Quadruple Tank nonlinear benchmark system, showing satisfactory modeling performances.

📄 PDF Abstract BibTeX arXiv:2011.06806

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Stabilising and accelerating light gated recurrent units for automatic speech recognition

2023-02-16 · Adel Moumen, Titouan Parcollet

The light gated recurrent units (Li-GRU) is well-known for achieving impressive results in automatic speech recognition (ASR) tasks while being lighter and faster to train than a standard gated recurrent units (GRU). How…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Recurrent Neural Network-based Internal Model Control design for stable nonlinear systems

2021-08-10 · Fabio Bonassi, Riccardo Scattolini

Owing to their superior modeling capabilities, gated Recurrent Neural Networks, such as Gated Recurrent Units (GRUs) and Long Short-Term Memory networks (LSTMs), have become popular tools for learning dynamical systems. …

A Representation-Consistent Gated Recurrent Framework for Robust Medical Time-Series Classification

2026-02-10 · Maitri Krishna Sai arxiv

Medical time-series data are characterized by irregular sampling, high noise levels, missing values, and strong inter-feature dependencies. Recurrent neural networks (RNNs), particularly gated architectures such as Long …

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

Empirical Evaluation of Gated Recurrent Neural Networks on Sequence Modeling

2014-12-11 · Junyoung Chung, Caglar Gulcehre, Kyunghyun Cho, Yoshua Bengio

In this paper we compare different types of recurrent units in recurrent neural networks (RNNs). Especially, we focus on more sophisticated units that implement a gating mechanism, such as a long short-term memory (LSTM)…

Music Modeling