Fix link to original LSTM paper (#18876)

This commit is contained in:
Stefan Schweter 2018-04-28 21:03:15 +02:00 committed by drpngx
parent 058bb9aa7b
commit 5e0db783ce

View File

@ -609,7 +609,7 @@ enum {
* Long short-term memory unit (LSTM) recurrent network layer.
*
* The default non-peephole implementation is based on:
* http://deeplearning.cs.cmu.edu/pdfs/Hochreiter97_lstm.pdf
* http://www.bioinf.jku.at/publications/older/2604.pdf
* S. Hochreiter and J. Schmidhuber. "Long Short-Term Memory". Neural
* Computation, 9(8):1735-1780, 1997.
*