From 4c9f84c108f3ce653123318d2ee1f59772b8e6dc Mon Sep 17 00:00:00 2001 From: Denny Britz Date: Wed, 30 Sep 2015 15:20:27 +0200 Subject: [PATCH] Add blog post --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b2a238e..8c95ffa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Recurrent Neural Networks Tutorial, Part 2 – Implementing a Language Model RNN with Python, Numpy and Theano +**[Please Read the Blog post that goes with this code](http://www.wildml.com/2015/09/recurrent-neural-networks-tutorial-part-2-implementing-a-language-model-rnn-with-python-numpy-and-theano/)** + ### Jupyter Notebook Setup System Requirements: