中文
相关论文

相关论文: Recurrent Additive Networks

200 篇论文

A common approach to prediction and planning in partially observable domains is to use recurrent neural networks (RNNs), which ideally develop and maintain a latent memory about hidden, task-relevant factors. We hypothesize that many of…

机器学习 · 计算机科学 2022-01-14 Christian Gumbsch , Martin V. Butz , Georg Martius

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

The standard LSTM recurrent neural networks while very powerful in long-range dependency sequence applications have highly complex structure and relatively large (adaptive) parameters. In this work, we present empirical comparison between…

神经与进化计算 · 计算机科学 2017-01-13 Yuzhen Lu , Fathi M. Salem

We show that gating mechanisms in recurrent neural networks (RNNs) induce lag-dependent and direction-dependent effective learning rates, even when training uses a fixed, global step size. This behavior arises from a coupling between…

机器学习 · 计算机科学 2026-04-22 Lorenzo Livi

Recurrent Neural Networks (RNNs) play a major role in the field of sequential learning, and have outperformed traditional algorithms on many benchmarks. Training deep RNNs still remains a challenge, and most of the state-of-the-art models…

机器学习 · 统计学 2018-05-24 Ron Shoham , Haim Permuter

We introduce a recurrent neural network language model (RNN-LM) with long short-term memory (LSTM) units that utilizes both character-level and word-level inputs. Our model has a gate that adaptively finds the optimal mixture of the…

计算与语言 · 计算机科学 2016-10-14 Yasumasa Miyamoto , Kyunghyun Cho

Recurrent neural networks have gained widespread use in modeling sequence data across various domains. While many successful recurrent architectures employ a notion of gating, the exact mechanism that enables such remarkable performance is…

机器学习 · 统计学 2018-08-16 Minmin Chen , Jeffrey Pennington , Samuel S. Schoenholz

We investigate time-dependent data analysis from the perspective of recurrent kernel machines, from which models with hidden units and gated memory cells arise naturally. By considering dynamic gating of the memory cell, a model closely…

机器学习 · 统计学 2019-10-11 Kevin J Liang , Guoyin Wang , Yitong Li , Ricardo Henao , Lawrence Carin

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 capacity using distinct…

计算与语言 · 计算机科学 2018-05-15 Alexandre Salle , Aline Villavicencio

Learning long-term dependencies still remains difficult for recurrent neural networks (RNNs) despite their success in sequence modeling recently. In this paper, we propose a novel gated RNN structure, which contains only one gate. Hidden…

神经与进化计算 · 计算机科学 2019-06-24 Wei Luo , Feng Yu

In this paper, we introduce Logic Tensor Network-Enhanced Generative Adversarial Network (LTN-GAN), a novel framework that enhances Generative Adversarial Networks (GANs) by incorporating Logic Tensor Networks (LTNs) to enforce…

机器学习 · 计算机科学 2026-01-08 Nijesh Upreti , Vaishak Belle

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) unit and a recently…

神经与进化计算 · 计算机科学 2014-12-12 Junyoung Chung , Caglar Gulcehre , KyungHyun Cho , Yoshua Bengio

Social network analysis faces profound difficulties in sharing data between researchers due to privacy and security concerns. A potential remedy to this issue are synthetic networks, that closely resemble their real counterparts, but can be…

社会与信息网络 · 计算机科学 2022-12-16 Alex Davies , Nirav Ajmeri

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…

机器学习 · 计算机科学 2017-03-02 Junier B. Oliva , Barnabas Poczos , Jeff Schneider

Many multi-source localization and tracking models based on neural networks use one or several recurrent layers at their final stages to track the movement of the sources. Conventional recurrent neural networks (RNNs), such as the long…

音频与语音处理 · 电气工程与系统科学 2024-02-29 David Diaz-Guerra , Archontis Politis , Antonio Miguel , Jose R. Beltran , Tuomas Virtanen

Recurrent neural networks (RNNs) have shown clear superiority in sequence modeling, particularly the ones with gated units, such as long short-term memory (LSTM) and gated recurrent unit (GRU). However, the dynamic properties behind the…

机器学习 · 计算机科学 2017-02-28 Zhiyuan Tang , Ying Shi , Dong Wang , Yang Feng , Shiyue Zhang

Recurrent neural networks (RNNs) such as long short-term memory and gated recurrent units are pivotal building blocks across a broad spectrum of sequence modeling problems. This paper proposes a recurrently controlled recurrent network…

计算与语言 · 计算机科学 2018-11-27 Yi Tay , Luu Anh Tuan , Siu Cheung Hui

Transformers have surpassed RNNs in popularity due to their superior abilities in parallel training and long-term dependency modeling. Recently, there has been a renewed interest in using linear RNNs for efficient sequence modeling. These…

计算与语言 · 计算机科学 2023-11-09 Zhen Qin , Songlin Yang , Yiran Zhong

Recursive neural networks (RNN) and their recently proposed extension recursive long short term memory networks (RLSTM) are models that compute representations for sentences, by recursively combining word embeddings according to an…

人工智能 · 计算机科学 2016-03-02 Phong Le , Willem Zuidema

Recurrent Neural Networks (RNN) are a type of statistical model designed to handle sequential data. The model reads a sequence one symbol at a time. Each symbol is processed based on information collected from the previous symbols. With…

机器学习 · 统计学 2019-02-18 Jared Ostmeyer , Lindsay Cowell