Minor instruction fix

pull/3/head
Denny Britz 2015-10-06 15:33:38 +02:00
parent 9d228f1909
commit 9f7b3ccf27
1 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,4 @@
# 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/)
[**Read the blog post here.**](http://www.wildml.com/2015/09/implementing-a-neural-network-from-scratch/)
### iPython notebook setup ### iPython notebook setup
@ -11,5 +9,5 @@ source venv/bin/activate
# Install requirements # Install requirements
pip install -r requirements.txt pip install -r requirements.txt
# Start the notebook server # Start the notebook server
jupyter notebook . jupyter notebook
``` ```