Introduction to applied deep learning

We will be using python 2.7 along with the following packages for the demos. The following packages will need to be installed:

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

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