Introduction to applied deep learning

We will be using Python 3.x along with the following packages for the demos. The following packages will need to be installed:

Windows Users: Tensorflow only installs on python 3.5, the best way to aquire this is to download the appropriate Anaconda version. https://repo.continuum.io/archive/Anaconda3-4.2.0-Windows-x86_64.exe

  1. TensorFlow
  1. Keras
  1. Gensim
  1. Scikit-Image
  1. Scikit-Learn
  1. h5py
  1. PyEMD

The packages above should take care of installing things like numpy and scipy. If you run into any problems where those need to be installed first then, install each of those first.

http://scipy.org/install.html

^^ ^^