LSTM

  • LSTMs are explicitly designed to avoid the long-term dependency problem.
    https://colah.github.io/posts/2015-08-Understanding-LSTMs/
  • The Unreasonable Effectiveness of Recurrent Neural Networks (blog)
    http://karpathy.github.io/2015/05/21/rnn-effectiveness/

你可能感兴趣的:(LSTM)