Long-short-term-memory课件课件课件.docx

  1. 1、本文档共4页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Long short-term memory ΣΠA simple LSTM gate with only input, output, and forget gates. LSTM gates may have more gates. [1] Σ Π Long short-term memory (LSTM) is a recurrent neural network (RNN) architecture (an arti?cial neural network) published [2] in 1997 by Sepp Hochreiter and Jürgen Schmidhuber. Like most RNNs, an LSTM network is universal in the sense that given enough network units it can compute anything a conventional computer can com- pute, provided it has the proper weight matrix, which may be viewed as its program. Unlike traditional RNNs, an LSTM network is well-suited to learn from experience to classify, process and predict time series when there are very long time lags of unknown size between important events. This is one of the main reasons why LSTM out- performs alternative RNNs and Hidden Markov Models and other sequence learning methods in numerous appli- cations. For example, LSTM achieved the best known results in unsegmented connected handwriting recogni- tion, [3] and in 2009 won the ICDAR handwriting compe- tition. LSTM networks have also been used for automatic speech recognition, and were a major component of a net- work that in 2013 achieved a record 17.7% phoneme er- ror rate on the classic TIMIT natural speech dataset. [4] Architecture An LSTM network is an arti?cial neural network that contains LSTM blocks instead of, or in addition to, regu- lar network units. An LSTM block may be described as a “smart” network unit that can remember a value for an arbitrary length of time. An LSTM block contains gates that determine when the input is signi?cant enough to re- member, when it should continue to remember or forget the value, and when it should output the value. A typical implementation of an LSTM block is shown to the right. The four units shown at the bottom of the ?g-  ΠΠ Π Π ∑∑ure are sigmoid units y = s( wixi) , where s is some squashing function, such as the logistic function. The left- mo

文档评论(0)

137****4262 + 关注
实名认证
内容提供者

网文天下

1亿VIP精品文档

相关文档