Skip to content

Commit

Permalink
Update bidirectional_rnn.ipynb (#380)
Browse files Browse the repository at this point in the history
Replace broken link for Sepp Hochreiter & Jurgen Schmidhuber's LSTM document.
  • Loading branch information
LCB0B committed Jul 26, 2020
1 parent 6b11799 commit fedf9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/3_NeuralNetworks/bidirectional_rnn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"<img src=\"https://ai2-s2-public.s3.amazonaws.com/figures/2016-11-08/191dd7df9cb91ac22f56ed0dfa4a5651e8767a51/1-Figure2-1.png\" alt=\"nn\" style=\"width: 600px;\"/>\n",
"\n",
"References:\n",
"- [Long Short Term Memory](http://deeplearning.cs.cmu.edu/pdfs/Hochreiter97_lstm.pdf), Sepp Hochreiter & Jurgen Schmidhuber, Neural Computation 9(8): 1735-1780, 1997.\n",
"- [Long Short Term Memory](https://www.researchgate.net/profile/Sepp_Hochreiter/publication/13853244_Long_Short-term_Memory/links/5700e75608aea6b7746a0624/Long-Short-term-Memory.pdf), Sepp Hochreiter & Jurgen Schmidhuber, Neural Computation 9(8): 1735-1780, 1997.\n",
"\n",
"## MNIST Dataset Overview\n",
"\n",
Expand Down

0 comments on commit fedf9e8

Please sign in to comment.