Skip to content

Commit

Permalink
tweaks according to the call, data now stored locally, requirements d…
Browse files Browse the repository at this point in the history
…efined, and notebook outputs cleared.
  • Loading branch information
josephdviviano committed Nov 11, 2019
1 parent f4b182f commit fb62ec2
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 622 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Introduction to Deep Learning using Numpy
-----------------------------------------

+ See `requirements.txt`
+ First, execute `data/download_mnist.sh`, a `BASH` script.
+ Next, open the notebook.
+ See `requirements.txt`.
+ All data should already be available in `data/`.
+ Next, open the notebook using `jupyter notebook`.

1 change: 0 additions & 1 deletion data/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
*.pkl
*.gz
Loading

0 comments on commit fb62ec2

Please sign in to comment.