理解 LSTM 网络

Understanding LSTM Networks

克里斯·奥拉 Chris Olah · Anthropic · 2015-08-27 · Colah's Blog ↗

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

摘要 · Abstract

人类不会每秒钟从头开始思考。当你阅读这篇文章时,你基于对前面单词的理解来理解每个单词。你不会抛弃一切重新开始思考。你的思想具有持久性。传统的神经网络无法做到这一点,这似乎是一个重大缺陷。例如,想象一下你想对电影中每个时刻发生的事件进行分类。不清楚传统神经网络如何利用其对电影中先前事件的推理来影响后续事件。循环神经网络解决了这个问题。它们是带有循环的网络,允许信息持久化。

Humans don’t start their thinking from scratch every second. As you read this essay, you understand each word based on your understanding of previous words. You don’t throw everything away and start thinking from scratch again. Your thoughts have persistence. Traditional neural networks can’t do this, and it seems like a major shortcoming. For example, imagine you want to classify what kind of event is happening at every point in a movie. It’s unclear how a traditional neural network could use its reasoning about previous events in the film to inform later ones. Recurrent neural networks address this issue. They are networks with loops in them, allowing information to persist.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 7)

阅读逐段中英对照全文 →