中文
相关论文

相关论文: Grid Long Short-Term Memory

200 篇论文

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

By taking the semantic object parsing task as an exemplar application scenario, we propose the Graph Long Short-Term Memory (Graph LSTM) network, which is the generalization of LSTM from sequential data or multi-dimensional data to general…

计算机视觉与模式识别 · 计算机科学 2016-03-24 Xiaodan Liang , Xiaohui Shen , Jiashi Feng , Liang Lin , Shuicheng Yan

Text simplification (TS) aims to reduce the lexical and structural complexity of a text, while still retaining the semantic meaning. Current automatic TS techniques are limited to either lexical-level applications or manually defining a…

计算与语言 · 计算机科学 2016-09-14 Tong Wang , Ping Chen , Kevin Amaral , Jipeng Qiang

The Sentence-State LSTM (S-LSTM) is a powerful and high efficient graph recurrent network, which views words as nodes and performs layer-wise recurrent steps between them simultaneously. Despite its successes on text representations, the…

计算与语言 · 计算机科学 2020-03-03 Yijin Liu , Fandong Meng , Yufeng Chen , Jinan Xu , Jie Zhou

Long short-term memory (LSTM) is a kind of recurrent neural networks (RNN) for sequence and temporal dependency data modeling and its effectiveness has been extensively established. In this work, we propose a hybrid quantum-classical model…

量子物理 · 物理学 2020-09-04 Samuel Yen-Chi Chen , Shinjae Yoo , Yao-Lung L. Fang

There is a recent trend in handwritten text recognition with deep neural networks to replace 2D recurrent layers with 1D, and in some cases even completely remove the recurrent layers, relying on simple feed-forward convolutional only…

计算机视觉与模式识别 · 计算机科学 2018-11-28 Bastien Moysset , Ronaldo Messina

Long short-term memory (LSTM) is one of the robust recurrent neural network architectures for learning sequential data. However, it requires considerable computational power to learn and implement both software and hardware aspects. This…

机器学习 · 计算机科学 2023-01-13 Nelly Elsayed , Zag ElSayed , Anthony S. Maida

Deep Neural Networks (DNNs) are powerful models that have achieved excellent performance on difficult learning tasks. Although DNNs work well whenever large labeled training sets are available, they cannot be used to map sequences to…

计算与语言 · 计算机科学 2014-12-16 Ilya Sutskever , Oriol Vinyals , Quoc V. Le

In this paper we address the question of how to render sequence-level networks better at handling structured input. We propose a machine reading simulator which processes text incrementally from left to right and performs shallow reasoning…

计算与语言 · 计算机科学 2016-09-22 Jianpeng Cheng , Li Dong , Mirella Lapata

Language models, being at the heart of many NLP problems, are always of great interest to researchers. Neural language models come with the advantage of distributed representations and long range contexts. With its particular dynamics that…

神经与进化计算 · 计算机科学 2018-11-19 Thomas Cherian , Akshay Badola , Vineet Padmanabhan

Long short-term memory (LSTM) recurrent neural networks (RNNs) have been shown to give state-of-the-art performance on many speech recognition tasks, as they are able to provide the learned dynamically changing contextual window of all…

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

Characters have commonly been regarded as the minimal processing unit in Natural Language Processing (NLP). But many non-latin languages have hieroglyphic writing systems, involving a big alphabet with thousands or millions of characters.…

计算与语言 · 计算机科学 2018-01-08 Han He , Lei Wu , Xiaokun Yang , Hua Yan , Zhimin Gao , Yi Feng , George Townsend

Multivariate techniques based on engineered features have found wide adoption in the identification of jets resulting from hadronic top decays at the Large Hadron Collider (LHC). Recent Deep Learning developments in this area include the…

高能物理 - 实验 · 物理学 2017-11-27 Shannon Egan , Wojciech Fedorko , Alison Lister , Jannicke Pearkes , Colin Gay

Breakthroughs in deep learning and memory networks have made major advances in natural language understanding. Language is sequential and information carried through the sequence can be captured through memory networks. Learning the…

计算与语言 · 计算机科学 2023-05-22 Anupiya Nugaliyadde

LSTM or Long Short Term Memory Networks is a specific type of Recurrent Neural Network (RNN) that is very effective in dealing with long sequence data and learning long term dependencies. In this work, we perform sentiment analysis on a GOP…

计算与语言 · 计算机科学 2020-05-11 Karthik Gopalakrishnan , Fathi M. Salem

Recently, machine learning methods have provided a broad spectrum of original and efficient algorithms based on Deep Neural Networks (DNN) to automatically predict an outcome with respect to a sequence of inputs. Recurrent hidden cells…

机器学习 · 计算机科学 2017-02-15 Mohamed Bouaziz , Mohamed Morchid , Richard Dufour , Georges Linarès , Renato De Mori

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

Long Short-Term Memory (LSTM) networks are often used to capture temporal dependency patterns. By stacking multi-layer LSTM networks, it can capture even more complex patterns. This paper explores the effectiveness of applying stacked LSTM…

机器学习 · 计算机科学 2020-11-03 Frank Xiao

Neural word segmentation has attracted more and more research interests for its ability to alleviate the effort of feature engineering and utilize the external resource by the pre-trained character or word embeddings. In this paper, we…

计算与语言 · 计算机科学 2017-07-04 Xinchi Chen , Zhan Shi , Xipeng Qiu , Xuanjing Huang

Long Short-Term Memory (LSTM) Recurrent Neural networks (RNNs) rely on gating signals, each driven by a function of a weighted sum of at least 3 components: (i) one of an adaptive weight matrix multiplied by the incoming external input…

神经与进化计算 · 计算机科学 2019-01-01 Fathi M. Salem