kirillsulim / machine-learning-data-analysis-docker

Environment for machine learning specialization

Home Page:https://www.coursera.org/specializations/machine-learning-data-analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Build docker image of jupiter notebook for python 3:

jupiter.sh build

Build docker image of jupiter notebook for python 2:

jupiter-python2.sh build

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. Anaconda docker files

About

Environment for machine learning specialization

https://www.coursera.org/specializations/machine-learning-data-analysis


Languages

Language:Dockerfile 54.5%Language:Makefile 34.5%Language:Shell 11.1%