This is for Ubuntu16.04 with cuda8.0. Using python library, Theano, Lasagne, and libgpuarray to implement deep learning with Nvidia GPU. Note that, all tool's version are important!
- Ubuntu 16.04
- NVIDIA GPU
- Deep Learning tool
- Deep Learning Project
Because Theano now only supports to cuDNN with version 5.1. And the newest Theano version needs pygpu with version 0.7.0 or newer, for now, can not install gpuarray from github. Please make sure the version of Theano is compatible with the one of Lasagne!
First, install cuda and cuDNN. Secondly, install Theano, Lasagne and gpuarray.
Finally, testing with Deep Learning projects.