From 1ed35ad412b8cbaf55c460e27179c7440a97cfe6 Mon Sep 17 00:00:00 2001 From: nicholas-leonard Date: Thu, 21 Jul 2016 16:21:16 -0400 Subject: fix LSTM.png --- blog/_posts/2016-05-11-nce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3