登录 注册
当前位置:主页 > 资源下载 > 30 > Understanding LSTM Networks -- colah's blog.pdf下载

Understanding LSTM Networks -- colah's blog.pdf下载

  • 更新:2024-07-29 21:37:26
  • 大小:1.87MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:深度学习 - 人工智能
  • 格式:PDF

资源介绍

一个经典的LSTM教程,以图形化方式开始,从RNN开始,逐步引入Cell的思想和各种门的思想。 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.