在学习LSTM的时候,查阅了很多论文,将其分类整理于此,便于一些新学习LSTM的人据此寻找自己需要的论文。
(都是一些经典论文,不包含前沿论文)
1、序列预测问题
- Sequence on Wikipedia.
- On Prediction Using Variable Order Markov Models, 2004.
- Sequence Learning: From Recognition and Prediction to Sequential Decision Making, 2001.
- Chapter 14, Discrete Sequence Classification, Data Classification: Algorithms and Applications, 2015.。
- Generating Sequences With Recurrent Neural Networks, 2013.
- Show and Tell: A Neural Image Caption Generator, 2015.
- Multi-task Sequence to Sequence Learning, 2016.
- Sequence to Sequence Learning with Neural Networks, 2014.
- Recursive and direct multi-step forecasting: the best of both worlds, 2012.
2、MLPs用于序列预测
- Neural Networks for Time Series Processing, 1996.
- Sequence to Sequence Learning with Neural Networks, 2014.