Skip to content

Commit

Permalink
fix url to LSTM paper (keras-team#7025)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-it authored and fchollet committed Jun 18, 2017
1 parent d852c2d commit 767846e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/layers/recurrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ class LSTM(Recurrent):
the linear transformation of the recurrent state.
# References
- [Long short-term memory](http://deeplearning.cs.cmu.edu/pdfs/Hochreiter97_lstm.pdf) (original 1997 paper)
- [Long short-term memory](http://www.bioinf.jku.at/publications/older/2604.pdf) (original 1997 paper)
- [Learning to forget: Continual prediction with LSTM](http://www.mitpressjournals.org/doi/pdf/10.1162/089976600300015015)
- [Supervised sequence labeling with recurrent neural networks](http://www.cs.toronto.edu/~graves/preprint.pdf)
- [A Theoretically Grounded Application of Dropout in Recurrent Neural Networks](http://arxiv.org/abs/1512.05287)
Expand Down

0 comments on commit 767846e

Please sign in to comment.