Installation Instructions
Below you will find links to the software we use to run the exercises. Please ask questions in the comment section below if you have trouble installing some of the software.
Python
We recommend that you use either anaconda or canopy as your python distribution. However any standard python 2.7.x distribution should work. People with computers running Mac OSX have a special Apple version of python. This is however not not always compatible with standard python why we strongly recommend that you install one of the above distributions instead
Theano
We’ll use the python library Theano for automatic differentiation and compilation of fast (GPU compatible) C-code in this course. Install using the bleeding edge installation description for Theano
Lasagne
Lasagne is a Neural Network library build on top of Theano. Installation instructions. Lasagne installation