循环神经网络正则化

Recurrent Neural Network Regularization

伊利亚·苏茨克维尔 Ilya Sutskever · Google · 2014-09-08 · arXiv:1409.2329 ↗ · 被引 3017

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

我们提出了一种针对具有长短期记忆(LSTM)单元的循环神经网络(RNN)的简单正则化技术。Dropout 是最成功的神经网络正则化技术,但它不适用于 RNN 和 LSTM。在本文中,我们展示了如何正确地将 dropout 应用于 LSTM,并表明它在多种任务上显著减少了过拟合。这些任务包括语言建模、语音识别、图像描述生成和机器翻译。

We present a simple regularization technique for Recurrent Neural Networks (RNNs) with Long Short-Term Memory (LSTM) units. Dropout, the most successful technique for regularizing neural networks, does not work well with RNNs and LSTMs. In this paper, we show how to correctly apply dropout to LSTMs, and show that it substantially reduces overfitting on a variety of tasks. These tasks include language modeling, speech recognition, image caption generation, and machine translation.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 13)

阅读逐段中英对照全文 →