From Zero to Lasagne

Perhaps you’re one of the many people who have seen the possibilities of deep learning and neural nets, like Deep Dream, StyleNet, or neural-doodle. But setting up all the software that you need to get it to run on your computer seems daunting.

Enter “From Zero to Lasagne”, a guide to setting up the Lasagne deep learning library from scratch. It covers the hardest parts of setting up a Python environment to run deep learning programs.

I was able to use this guide to get neural-doodle running on my Windows machine, with native access to the CUDA processing on the GPU.

https://github.com/Lasagne/Lasagne/wiki/From-Zero-to-Lasagne