paper-with-me

Papers

Feedforward Sequential Memory Neural Networks without Recurrent Feedback

2015-10-09 · ShiLiang Zhang, Hui Jiang, Si Wei, Li-Rong Dai

We introduce a new structure for memory neural networks, called feedforward sequential memory networks (FSMN), which can learn long-term dependency without using recurrent feedback. The proposed FSMN is a standard feedforward neural networks equipped with learnable sequential memory blocks in the hidden layers. In this work, we have applied FSMN to several language modeling (LM) tasks. Experimental results have shown that the memory blocks in FSMN can learn effective representations of long history. Experiments have shown that FSMN based language models can significantly outperform not only feedforward neural network (FNN) based LMs but also the popular recurrent neural network (RNN) LMs.

📄 PDF Abstract BibTeX arXiv:1510.02693

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Feedforward Sequential Memory Networks: A New Structure to Learn Long-term Dependency

2015-12-28 · Shiliang Zhang, Cong Liu, Hui Jiang, Si Wei 외

In this paper, we propose a novel neural network structure, namely \emph{feedforward sequential memory networks (FSMN)}, to model long-term dependency in time series without using recurrent feedback. The proposed FSMN is…

Language Modellingspeech-recognitionSpeech RecognitionTime Series+1

A Gentle Tutorial of Recurrent Neural Network with Error Backpropagation

2016-10-08 · Gang Chen

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 neur…

Handwriting RecognitionImage to textspeech-recognitionSpeech Recognition

Addressing Some Limitations of Transformers with Feedback Memory

2020-02-21 · Angela Fan, Thibaut Lavril, Edouard Grave, Armand Joulin 외

Transformers have been successfully applied to sequential, auto-regressive tasks despite being feedforward networks. Unlike recurrent neural networks, Transformers use attention to capture temporal relations while proces…

Language ModelingLanguage ModellingMachine TranslationReinforcement Learning+1

Recurrent Feedback Improves Feedforward Representations in Deep Neural Networks

2019-12-22 · Siming Yan, Xuyang Fang, Bowen Xiao, Harold Rockwell 외

The abundant recurrent horizontal and feedback connections in the primate visual cortex are thought to play an important role in bringing global and semantic contextual information to early visual areas during perceptual…

Surprisal-Driven Feedback in Recurrent Networks

2016-08-22 · Kamil M Rocki

Recurrent neural nets are widely used for predicting temporal data. Their inherent deep feedforward structure allows learning complex sequential patterns. It is believed that top-down feedback might be an important missi…