lxc-xx / Neural-Networks-Demystified

Supporting code for short YouTube series Neural Networks Demystified.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Neural Networks Demystified

Supporting iPython notebooks for the YouTube Series Neural Networks Demystified. I've included formulas, code, and the text of the movies in the iPython notebooks, in addition to raw code in python scripts.

iPython notebooks can be downloaded and run locally, or viewed using nbviewer: http://nbviewer.ipython.org/.

##Using the iPython notebook The iPython notebook is an incredible tool, but can be a little tricky to setup. I recommend the [anaconda] (https://store.continuum.io/cshop/anaconda/) distribution of python. Also, the notebooks here assume you've launched the notebook with the pylab option:

ipython notebook --pylab inline

About

Supporting code for short YouTube series Neural Networks Demystified.


Languages

Language:Python 100.0%