1. 先来理解下LSTM是什么(转)
英文: http://colah.github.io/posts/2015-08-Understanding-LSTMs/
中文 : http://www.jianshu.com/p/9dc9f41f0b29
2. tensorflow实现
官方说明: https://github.com/tensorflow/tensorflow/blob/52dcb2590bb9274262656c958c105cb5e5cc1300/tensorflow/docs_src/tutorials/recurrent.md
3. tensorflow代码解析
http://blog.youkuaiyun.com/jerr__y/article/details/61195257
http://blog.youkuaiyun.com/u014595019/article/details/52759104