中文
相关论文

相关论文: MCRM: Mother Compact Recurrent Memory

200 篇论文

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

Recurrent neural networks (RNNs) have achieved state-of-the-art performance on many diverse tasks, from machine translation to surgical activity recognition, yet training RNNs to capture long-term dependencies remains difficult. To date,…

神经与进化计算 · 计算机科学 2018-04-24 Robert DiPietro , Christian Rupprecht , Nassir Navab , Gregory D. Hager

Recurrent neural networks can learn complex transduction problems that require maintaining and actively exploiting a memory of their inputs. Such models traditionally consider memory and input-output functionalities indissolubly entangled.…

机器学习 · 计算机科学 2018-11-09 Davide Bacciu , Antonio Carta , Alessandro Sperduti

Traffic flow prediction is an essential task in constructing smart cities and is a typical Multivariate Time Series (MTS) Problem. Recent research has abandoned Gated Recurrent Units (GRU) and utilized dilated convolutions or temporal…

人工智能 · 计算机科学 2024-04-19 Wenfeng Zhang , Xin Li , Anqi Li , Xiaoting Huang , Ti Wang , Honglei Gao

Gated Recurrent Unit (GRU) is a recently-developed variation of the long short-term memory (LSTM) unit, both of which are types of recurrent neural network (RNN). Through empirical evidence, both models have been proven to be effective in a…

神经与进化计算 · 计算机科学 2019-02-08 Abien Fred Agarap

Because of their superior ability to preserve sequence information over time, Long Short-Term Memory (LSTM) networks, a type of recurrent neural network with a more complex computational unit, have obtained strong results on a variety of…

计算与语言 · 计算机科学 2015-06-02 Kai Sheng Tai , Richard Socher , Christopher D. Manning

Long short-term memory recurrent neural networks (LSTM-RNNs) are considered state-of-the art in many speech processing tasks. The recurrence in the network, in principle, allows any input to be remembered for an indefinite time, a feature…

音频与语音处理 · 电气工程与系统科学 2020-09-02 Jeroen Zegers , Hugo Van hamme

Wildfire modelling is an attempt to reproduce fire behaviour. Through active fire analysis, it is possible to reproduce a dynamical process, such as wildfires, with limited duration time series data. Recurrent neural networks (RNNs) can…

机器学习 · 计算机科学 2020-05-28 Rylan Perumal , Terence L van Zyl

Abnormality detection is a challenging task due to the dependence on a specific context and the unconstrained variability of practical scenarios. In recent years, it has benefited from the powerful features learnt by deep neural networks,…

计算机视觉与模式识别 · 计算机科学 2020-06-29 Habtamu Fanta , Zhiwen Shao , Lizhuang Ma

Long short-term memory (LSTM) based acoustic modeling methods have recently been shown to give state-of-the-art performance on some speech recognition tasks. To achieve a further performance improvement, in this research, deep extensions on…

计算与语言 · 计算机科学 2015-05-12 Xiangang Li , Xihong Wu

Long Short-Term Memory Recurrent Neural Networks (LSTM-RNN) are one of the most powerful dynamic classifiers publicly known. The network itself and the related learning algorithms are reasonably well documented to get an idea how it works.…

神经与进化计算 · 计算机科学 2019-09-23 Ralf C. Staudemeyer , Eric Rothstein Morris

State-of-the-art video deblurring methods often adopt recurrent neural networks to model the temporal dependency between the frames. While the hidden states play key role in delivering information to the next frame, abrupt motion blur tend…

图像与视频处理 · 电气工程与系统科学 2022-03-15 Joonkyu Park , Seungjun Nah , Kyoung Mu Lee

As neural network algorithms show high performance in many applications, their efficient inference on mobile and embedded systems are of great interests. When a single stream recurrent neural network (RNN) is executed for a personal user in…

分布式、并行与集群计算 · 计算机科学 2018-04-02 Wonyong Sung , Jinhwan Park

Memory-Augmented Neural Networks (MANNs) are a class of neural networks equipped with an external memory, and are reported to be effective for tasks requiring a large long-term memory and its selective use. The core module of a MANN is…

神经与进化计算 · 计算机科学 2019-01-01 Naoya Taguchi , Yoshimasa Tsuruoka

Chaotic time series forecasting has been far less understood despite its tremendous potential in theory and real-world applications. Traditional statistical/ML methods are inefficient to capture chaos in nonlinear dynamical systems,…

数值分析 · 数学 2023-10-24 Xiangyi Meng , Tong Yang

This paper introduces an open-source and reproducible implementation of Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU) Networks for time series forecasting. We evaluated LSTM and GRU networks because of their performance…

机器学习 · 计算机科学 2025-04-28 Gissel Velarde , Pedro Branez , Alejandro Bueno , Rodrigo Heredia , Mateo Lopez-Ledezma

Language Models (LMs) are important components in several Natural Language Processing systems. Recurrent Neural Network LMs composed of LSTM units, especially those augmented with an external memory, have achieved state-of-the-art results.…

机器学习 · 计算机科学 2018-10-11 Giancarlo D. Salton , John D. Kelleher

Recurrent LLM architectures have emerged as a promising approach for improving reasoning, as they enable multi-step computation in the embedding space without generating intermediate tokens. Models such as Ouro perform reasoning by…

In this work we implement a training of a Language Model (LM), using Recurrent Neural Network (RNN) and GloVe word embeddings, introduced by Pennigton et al. in [1]. The implementation is following the general idea of training RNNs for LM…

计算与语言 · 计算机科学 2017-02-07 Victor Makarenkov , Bracha Shapira , Lior Rokach

Several variants of recurrent neural networks (RNNs) with orthogonal or unitary recurrent matrices have recently been developed to mitigate the vanishing/exploding gradient problem and to model long-term dependencies of sequences. However,…

机器学习 · 计算机科学 2019-11-20 Kyle Helfrich , Qiang Ye