Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Empirical Evaluation of Gated Recurrent Neural Networks on Sequence Modeling

About

In this paper we compare different types of recurrent units in recurrent neural networks (RNNs). Especially, we focus on more sophisticated units that implement a gating mechanism, such as a long short-term memory (LSTM) unit and a recently proposed gated recurrent unit (GRU). We evaluate these recurrent units on the tasks of polyphonic music modeling and speech signal modeling. Our experiments revealed that these advanced recurrent units are indeed better than more traditional recurrent units such as tanh units. Also, we found GRU to be comparable to LSTM.

Junyoung Chung, Caglar Gulcehre, KyungHyun Cho, Yoshua Bengio• 2014

Related benchmarks

TaskDatasetResultRank
Natural Language InferenceSNLI (test)
Accuracy84.9
681
Sentiment AnalysisIMDB (test)
Accuracy86.2
248
Natural Language InferenceSNLI (train)
Accuracy91.9
154
Character-level Language ModelingPenn Treebank (test)
BPC1.33
113
Time-series classificationCHARACTER TRAJ. (test)
Accuracy0.646
73
Multivariate Time-series ForecastingSolar-Energy (test)
RSE0.1932
56
Semantic RelatednessSICK 2014 (test)
Pearson's r0.8572
56
In-hospital mortality predictionMIMIC-III (test)
AUC0.886
49
Event PredictionStackOverflow
RMSE0.95
42
Multivariate Time-series ForecastingExchange-Rate (test)
RSE0.0192
36
Showing 10 of 60 rows

Other info

Code

Follow for update