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
- TensorFlow
- CPU version
pip install tensorflow
- GPU version
pip install tensorflow-gpu
- https://www.tensorflow.org/versions/r0.12/get_started/os_setup.html
- Keras
pip install keras
- https://keras.io/#installation
- Gensim
pip install gensim
- https://radimrehurek.com/gensim/install.html
- Scikit-Image
pip install scikit-image
- http://scikit-image.org/docs/dev/install.html
- Scikit-Learn
pip install scikit-learn
- http://scikit-learn.org/stable/install.html
- h5py
- PyEMD
pip install pyemd
- https://github.com/wmayner/pyemd
- May have to install Visual Studio 2015 build tools if you are on windows. http://landinghub.visualstudio.com/visual-cpp-build-tools
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.
^^ ^^