Environment for machine learning specialization

Docker file provides:

  1. anaconda
  2. gensim
  3. bigartm
  4. jupiter
  5. pybrain
  6. jupiterlab

Usage:

Add 'python3', 'python2' directories of this repository to PATH variable.

Run jupiter notebook using python 3:

jupiter.sh notebook

Run jupiter notebook using python 2:

jupiter-python2.sh notebook

Run jupiter lab using python 3:

jupiter.sh

Run jupiter lab using python 2:

jupiter-python2.sh

After that you can connect to notebook at localhost:8888, current working directory will be mounted also.

Links:

  1. image for python3
  2. image for python2