2015
DOI: 10.1109/taslp.2015.2400218
|View full text |Cite
|
Sign up to set email alerts
|

From Feedforward to Recurrent LSTM Neural Networks for Language Modeling

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
662
0
2

Year Published

2015
2015
2021
2021

Publication Types

Select...
6
3
1

Relationship

0
10

Authors

Journals

citations
Cited by 779 publications
(678 citation statements)
references
References 29 publications
0
662
0
2
Order By: Relevance
“…RNN has a strong power to handle a sequence with temporal correlation and it has been widely utilized in solving time-varying problems [42,43], especially natural language processing [44]. Unlike a common neural network that has no connections within hidden layers, RNN is able to connect hidden layers with the former ones circularly.…”
Section: Recurrent Neural Network (Rnn)mentioning
confidence: 99%
“…RNN has a strong power to handle a sequence with temporal correlation and it has been widely utilized in solving time-varying problems [42,43], especially natural language processing [44]. Unlike a common neural network that has no connections within hidden layers, RNN is able to connect hidden layers with the former ones circularly.…”
Section: Recurrent Neural Network (Rnn)mentioning
confidence: 99%
“…An LSTM network contains LSTM units in RNN and an LSTM unit is a recurrent network unit that excels at remembering values for either long or short durations of time (Graves, 2012b;Sundermeyer et al, 2012). It contains an input gate, a forget gate, an output gate and a memory cell.…”
Section: Lstm Networkmentioning
confidence: 99%
“…We chose for our experiments the Long-short Term Memory (LSTM) [4] networks architecture due its better ability of learning [14].The scheme of one LSTM cell is shown in Figure 2. The simpler "vanilla" RNN network showed to be unstable while we were changing the input of the model in experiments.…”
Section: Our Model Architecturementioning
confidence: 99%