中文
相关论文

相关论文: A Basic Recurrent Neural Network Model

200 篇论文

This is a tutorial paper on Recurrent Neural Network (RNN), Long Short-Term Memory Network (LSTM), and their variants. We start with a dynamical system and backpropagation through time for RNN. Then, we discuss the problems of gradient…

机器学习 · 计算机科学 2023-04-25 Benyamin Ghojogh , Ali Ghodsi

Vanishing long-term gradients are a major issue in training standard recurrent neural networks (RNNs), which can be alleviated by long short-term memory (LSTM) models with memory cells. However, the extra parameters associated with the…

计算与语言 · 计算机科学 2018-02-26 Chao Zhang , Philip Woodland

Recurrent Neural Networks (RNNs) continue to show outstanding performance in sequence modeling tasks. However, training RNNs on long sequences often face challenges like slow inference, vanishing gradients and difficulty in capturing long…

人工智能 · 计算机科学 2018-02-06 Victor Campos , Brendan Jou , Xavier Giro-i-Nieto , Jordi Torres , Shih-Fu Chang

Recurrent networks have achieved great success on various sequential tasks with the assistance of complex recurrent units, but suffer from severe computational inefficiency due to weak parallelization. One direction to alleviate this issue…

计算与语言 · 计算机科学 2019-06-03 Biao Zhang , Rico Sennrich

Representation learning over graph structure data has been widely studied due to its wide application prospects. However, previous methods mainly focus on static graphs while many real-world graphs evolve over time. Modeling such evolution…

机器学习 · 统计学 2020-09-02 Tijin Yan , Hongwei Zhang , Zirui Li , Yuanqing Xia

We propose a new deep recurrent neural network (RNN) architecture for sequential signal reconstruction. Our network is designed by unfolding the iterations of the proximal gradient method that solves the l1-l1 minimization problem. As such,…

机器学习 · 计算机科学 2019-02-19 Hung Duy Le , Huynh Van Luong , Nikos Deligiannis

Recurrent neural networks have gained widespread use in modeling sequential data. Learning long-term dependencies using these models remains difficult though, due to exploding or vanishing gradients. In this paper, we draw connections…

机器学习 · 统计学 2019-02-27 Bo Chang , Minmin Chen , Eldad Haber , Ed H. Chi

Recent developments in quantum computing and machine learning have propelled the interdisciplinary study of quantum machine learning. Sequential modeling is an important task with high scientific and commercial value. Existing VQC or…

神经与进化计算 · 计算机科学 2022-11-07 Samuel Yen-Chi Chen , Daniel Fry , Amol Deshmukh , Vladimir Rastunkov , Charlee Stefanski

How can we efficiently propagate uncertainty in a latent state representation with recurrent neural networks? This paper introduces stochastic recurrent neural networks which glue a deterministic recurrent neural network and a state space…

机器学习 · 统计学 2016-11-15 Marco Fraccaro , Søren Kaae Sønderby , Ulrich Paquet , Ole Winther

How can local-search methods such as stochastic gradient descent (SGD) avoid bad local minima in training multi-layer neural networks? Why can they fit random labels even given non-convex and non-smooth architectures? Most existing theory…

机器学习 · 计算机科学 2019-05-28 Zeyuan Allen-Zhu , Yuanzhi Li , Zhao Song

We describe recurrent neural networks (RNNs), which have attracted great attention on sequential tasks, such as handwriting recognition, speech recognition and image to text. However, compared to general feedforward neural networks, RNNs…

机器学习 · 计算机科学 2018-01-16 Gang Chen

Recurrent neural networks (RNNs) are wide-spread machine learning tools for modeling sequential and time series data. They are notoriously hard to train because their loss gradients backpropagated in time tend to saturate or diverge during…

机器学习 · 计算机科学 2022-10-10 Jonas M. Mikhaeil , Zahra Monfared , Daniel Durstewitz

Most existing Convolutional Neural Networks(CNNs) used for action recognition are either difficult to optimize or underuse crucial temporal information. Inspired by the fact that the recurrent model consistently makes breakthroughs in the…

计算机视觉与模式识别 · 计算机科学 2018-01-04 Zhenxing Zheng , Gaoyun An , Qiuqi Ruan

This work proposes a novel neural network architecture, called the Dynamically Controlled Recurrent Neural Network (DCRNN), specifically designed to model dynamical systems that are governed by ordinary differential equations (ODEs). The…

神经与进化计算 · 计算机科学 2019-11-04 Yiwei Fu , Samer Saab , Asok Ray , Michael Hauser

Complex nonlinear dynamics are ubiquitous in many fields. Moreover, we rarely have access to all of the relevant state variables governing the dynamics. Delay embedding allows us, in principle, to account for unobserved state variables.…

机器学习 · 计算机科学 2022-04-27 Uttam Bhat , Stephan B. Munch

In the context of survival analysis, data-driven neural network-based methods have been developed to model complex covariate effects. While these methods may provide better predictive performance than regression-based approaches, not all…

机器学习 · 统计学 2024-04-23 Jesse Islam , Maxime Turgeon , Robert Sladek , Sahir Bhatnagar

Recurrent neural networks (RNNs) have been used extensively and with increasing success to model various types of sequential data. Much of this progress has been achieved through devising recurrent units and architectures with the…

机器学习 · 统计学 2017-03-06 Yacine Jernite , Edouard Grave , Armand Joulin , Tomas Mikolov

This study presents a novel model for invertible sentence embeddings using a residual recurrent network trained on an unsupervised encoding task. Rather than the probabilistic outputs common to neural machine translation models, our…

计算与语言 · 计算机科学 2023-04-07 Jeremy Wilkerson

This paper introduces Graph Convolutional Recurrent Network (GCRN), a deep learning model able to predict structured sequences of data. Precisely, GCRN is a generalization of classical recurrent neural networks (RNN) to data structured by…

机器学习 · 统计学 2016-12-23 Youngjoo Seo , Michaël Defferrard , Pierre Vandergheynst , Xavier Bresson

This paper presents the recurrent estimation of distributions (RED) for modeling real-valued data in a semiparametric fashion. RED models make two novel uses of recurrent neural networks (RNNs) for density estimation of general real-valued…

机器学习 · 计算机科学 2017-05-31 Junier B. Oliva , Kumar Avinava Dubey , Barnabas Poczos , Eric Xing , Jeff Schneider