LSTM神经网络资源总结

本文主要对现有的LSTM相关资源进行总结,希望能对大家有所帮助:

1.http://colah.github.io/posts/2015-08-Understanding-LSTMs/

《Understanding LSTM Networks》由colah在2015年8月执笔完成,作者浅显易懂地介绍了RNN和LSTM的结构框架和数学实现,并进一步阐述了LSTM的一些变形版本。总体而言,《Understanding LSTM Networks》比较适合对LSTM入门的童鞋阅读。

2.http://blog.csdn.net/ycheng_sjtu/article/details/48792467

本文翻译了1,建议向快速了解LSTM的童鞋可以直接看链接2

3.http://blog.csdn.net/Dark_Scope/article/details/47056361

看完1和2后,可以很轻松理解链接3的Blog了

4. LSTM结构理解与python实现

https://blog.csdn.net/flyinglittlepig/article/details/72229041

posted @ 2016-08-01 10:09  venus024  阅读(1025)  评论(0)    收藏  举报