Add numpy nn example

This commit is contained in:
Marina von Steinkirch 2016-08-21 12:34:35 -07:00
commit 472e25d0de
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +0,0 @@
## Running Jupyter
jupyter notebook <notebook>

View file

@ -82,4 +82,6 @@ Another option is to check out [bat-country](https://github.com/jrosebr1/bat-cou
## References
* Google Research [blog post](http://googleresearch.blogspot.ch/2015/06/inceptionism-going-deeper-into-neural.html) about Neural Network art.
* [Clouddream](https://github.com/VISIONAI/clouddream).
* [CNN-VIS](https://github.com/jcjohnson/cnn-vis).