From 9f7b3ccf27acabc1f4a4fb4772468672206411a9 Mon Sep 17 00:00:00 2001 From: Denny Britz Date: Tue, 6 Oct 2015 15:33:38 +0200 Subject: [PATCH] Minor instruction fix --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d64c7e7..741e43d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# Implementing a Neural Network from scratch - -[**Read the blog post here.**](http://www.wildml.com/2015/09/implementing-a-neural-network-from-scratch/) +[**Please read the blog post that goes with this code!**](http://www.wildml.com/2015/09/implementing-a-neural-network-from-scratch/) ### iPython notebook setup @@ -11,5 +9,5 @@ source venv/bin/activate # Install requirements pip install -r requirements.txt # Start the notebook server -jupyter notebook . +jupyter notebook ```