中文
相关论文

相关论文: Understanding Recurrent Neural State Using Memory …

200 篇论文

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 are an effective and prevalent tool used to model sequential data such as natural language text. However, their deep nature and massive number of parameters pose a challenge for those intending to study precisely…

计算与语言 · 计算机科学 2020-08-18 Lindsey Sawatzky , Steven Bergner , Fred Popowich

In this paper, we propose a novel approach that enhances recurrent neural networks (RNNs) by incorporating path signatures into their gating mechanisms. Our method modifies both Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU)…

机器学习 · 计算机科学 2025-02-14 Rémi Genet , Hugo Inzirillo

Recurrent Neural Networks (RNNs), and specifically a variant with Long Short-Term Memory (LSTM), are enjoying renewed interest as a result of successful applications in a wide range of machine learning problems that involve sequential data.…

机器学习 · 计算机科学 2015-11-18 Andrej Karpathy , Justin Johnson , Li Fei-Fei

We explore the architecture of recurrent neural networks (RNNs) by studying the complexity of string sequences it is able to memorize. Symbolic sequences of different complexity are generated to simulate RNN training and study parameter…

机器学习 · 计算机科学 2023-11-17 Roberto Cahuantzi , Xinye Chen , Stefan Güttel

Recurrent neural networks with a gating mechanism such as an LSTM or GRU are powerful tools to model sequential data. In the mechanism, a forget gate, which was introduced to control information flow in a hidden state in the RNN, has…

机器学习 · 统计学 2021-11-08 Kentaro Ohno , Atsutoshi Kumagai

Recurrent neural networks, and in particular long short-term memory (LSTM) networks, are a remarkably effective tool for sequence modeling that learn a dense black-box hidden representation of their sequential input. Researchers interested…

计算与语言 · 计算机科学 2017-10-31 Hendrik Strobelt , Sebastian Gehrmann , Hanspeter Pfister , Alexander M. Rush

Process Mining consists of techniques where logs created by operative systems are transformed into process models. In process mining tools it is often desired to be able to classify ongoing process instances, e.g., to predict how long the…

机器学习 · 计算机科学 2019-02-05 Markku Hinkka , Teemu Lehto , Keijo Heljanko , Alexander Jung

Recurrent neural networks (RNNs) have been successfully applied to various natural language processing (NLP) tasks and achieved better results than conventional methods. However, the lack of understanding of the mechanisms behind their…

计算与语言 · 计算机科学 2017-10-31 Yao Ming , Shaozu Cao , Ruixiang Zhang , Zhen Li , Yuanzhe Chen , Yangqiu Song , Huamin Qu

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

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

Using historical data to predict future events has many applications in the real world, such as stock price prediction; the robot localization. In the past decades, the Convolutional long short-term memory (LSTM) networks have achieved…

机器学习 · 计算机科学 2022-12-20 Dexun Li

Gated recurrent networks such as those composed of Long Short-Term Memory (LSTM) nodes have recently been used to improve state of the art in many sequential processing tasks such as speech recognition and machine translation. However, the…

神经与进化计算 · 计算机科学 2018-06-11 Aditya Rawal , Risto Miikkulainen

Language Identification, being an important aspect of Automatic Speaker Recognition has had many changes and new approaches to ameliorate performance over the last decade. We compare the performance of using audio spectrum in the log scale…

计算与语言 · 计算机科学 2017-05-19 Vrishabh Ajay Lakhani , Rohan Mahadev

Recurrent neural network is a powerful model that learns temporal patterns in sequential data. For a long time, it was believed that recurrent networks are difficult to train using simple optimizers, such as stochastic gradient descent, due…

神经与进化计算 · 计算机科学 2015-04-20 Tomas Mikolov , Armand Joulin , Sumit Chopra , Michael Mathieu , Marc'Aurelio Ranzato

In certain situations, neural networks will represent environment states in their hidden activations. Our goal is to visualize what environment states the networks are representing. We experiment with a recurrent neural network (RNN)…

机器学习 · 计算机科学 2024-05-13 Nevan Wichers , Victor Tao , Riccardo Volpato , Fazl Barez

Decoding brain functional states underlying different cognitive processes using multivariate pattern recognition techniques has attracted increasing interests in brain imaging studies. Promising performance has been achieved using brain…

计算机视觉与模式识别 · 计算机科学 2018-09-18 Hongming Li , Yong Fan

Offline handwritten text recognition from images is an important problem for enterprises attempting to digitize large volumes of handmarked scanned documents/reports. Deep recurrent models such as Multi-dimensional LSTMs have been shown to…

计算与语言 · 计算机科学 2018-07-27 Arindam Chowdhury , Lovekesh Vig

In this paper, we introduce a novel method to interpret recurrent neural networks (RNNs), particularly long short-term memory networks (LSTMs) at the cellular level. We propose a systematic pipeline for interpreting individual hidden state…

机器学习 · 计算机科学 2018-09-12 Ramin M. Hasani , Alexander Amini , Mathias Lechner , Felix Naser , Radu Grosu , Daniela Rus

The Long Short-Term Memory (LSTM) recurrent neural network is capable of processing complex sequential information since it utilizes special gating schemes for learning representations from long input sequences. It has the potential to…

计算机视觉与模式识别 · 计算机科学 2019-05-14 Naifan Zhuang , Guo-Jun Qi , The Duc Kieu , Kien A. Hua
‹ 上一页 1 2 3 10 下一页 ›