Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch.github.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicholas-leonard <nick@nikopia.org>2016-07-21 23:21:16 +0300
committernicholas-leonard <nick@nikopia.org>2016-07-21 23:21:16 +0300
commit1ed35ad412b8cbaf55c460e27179c7440a97cfe6 (patch)
treeb6c3227786faee8362cb60be59c2217a18160b63
parent44bba0b99649a02798671d02713450c0bc5fb8eb (diff)
fix LSTM.png
-rw-r--r--blog/_posts/2016-05-11-nce.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/_posts/2016-05-11-nce.md b/blog/_posts/2016-05-11-nce.md
index 92a46dc..97c0e9a 100644
--- a/blog/_posts/2016-05-11-nce.md
+++ b/blog/_posts/2016-05-11-nce.md
@@ -104,7 +104,7 @@ but they are not the only kind of model that can be used model language.
There are also the more advanced Long Short Term Memory (LSTM) models [[3],[4],[5]](#nce.ref), which
have special gated cells that facilitate the backpropagation of gradients through longer sequences.
-![lstm](images/lstm.png)
+![lstm](images/LSTM.png)
The exact implementation is as follows: