LSTM的文档

http://blog.csdn.net/u012609509/article/details/51910405 直接上手写了Python  最后推荐的一些材料也还不错

https://www.zhihu.com/question/29411132 知乎上面的介绍

https://www.coursera.org/learn/hipython?action=enroll coursera课程

http://www.jianshu.com/p/38df71cad1f6 lstm例子带有数据集

http://www.csdn.net/article/2015-09-14/2825693 lstm实现详解

Goodfellow et.al.《深度学习》一书第十章:http://www.deeplearningbook.org/

Chris Olah:理解 LSTM:http://colah.github.io/posts/2015-08-Understanding-LSTMs/

视频关于lstm的文档:https://morvanzhou.github.io/tutorials/machine-learning/tensorflow/5-08-RNN2/

https://medium.com/towards-data-science/lstm-by-example-using-tensorflow-feb0c1968537  英文文档

你可能感兴趣的:(LSTM的文档)