Deep learning Hands-on computer session

prerequisite

The hands-on computer session is based on the Keras library (which is based on python and the theano frameworks). It is recommended to the participant to install the library before the session.

Installation instruction:

Installation on linux (one possible way)

  1. Install Python (>2.7) and numpy
  2. Install python-dev
  3. Install matplotlib
  4. Install g++
  5. Install scipy(python-scipy from package repository)
  6. Install pip (python-pip)
  7. run : sudo pip install keras

Installation on windows(one possible way)

  1. Install anaconda
  2. run (in the command prompt) :
    1. pip install Theano
    2. conda install pydot
    3. pip install keras

Files