Installation

Prerequisites

We assume your are running a linux system. We assume you have Python >=2.7 with numpy and pandas. You can install it from Anaconda from Continuum Analytics

We assume you have pip:

sudo apt-get install pip

We assume you have Installed Theano.

Installation

The easiest way to install yadll is with the Python package manager pip:

git clone git@github.com:pchavanne/yadll.git
cd yadll
pip install -e .

GPU Support

If you have a NVIDA card you can set up CUDA and have Theano to use your GPU. See the ‘Using the GPU’ in the installing Theano instruction.