长短期记忆网络
| | 分类于 LSTM
字数统计:288字 | 阅读时长:1 分钟
阅读量: 0 | 评论量:

长短期记忆网络

0 Views LSTM with
本文字数:288 字 | 阅读时长 ≈ 1 min

1 LSTM原理

  1. English version:Understanding LSTM Networks
  2. 中文版:如何简单的理解LSTM——其实没有那么复杂
  3. 作业部落
  4. 好看的图

2 LSTM基础应用

  1. LSTM在MNIST数据集中的运用

3 LSTM实战

  1. # Tensorflow实例:利用LSTM预测股票每日最高价(二)
  2. 使用tensorflow的lstm网络进行时间序列预测
  3. 基于单变量的LSTM时间序列预测
  4. 基于多变量的LSTM时间序列预测
  5. 基于LSTM的多步预测
  6. 实用LSTM时间预测例子
  7. 多层LSTM网络:教你打造股市晴雨表——通过LSTM神经网络预测股市
  8. LSTM英文句子预测问题
  9. lstm时间序列预测程序

4 LSTM相关问题理解

  1. tensorflow中LSTM模型的n_hidden含义

  2. LSTM stateful相关理解

    1. Stateful LSTM in Keras
    2. Understanding Stateful LSTM Recurrent Neural Networks in Python with Keras

      The LSTM networks are stateful. They should be able to learn the whole alphabet sequence, but by default the Keras implementation resets the network state after each training batch.

    3. https://stackoverflow.com/questions/43882796/when-does-keras-reset-an-lstm-state
    4. https://ahstat.github.io/RNN-Keras-time-series/
    5. Keras之stateful LSTM全面解析+实例测试
  3. LSTM输入层理解

5 LSTM论文及资料

rnn和lstm资源收集
om/t/rnn-lstm/13587)

2019-07-09
NLP