Code and notebooks based on the material for the ML1 course I took at the University of Amsterdam.
To get a reproducible environment, first install Conda or Miniconda and then, create a new environment with the requirements with
$ conda env create -f environment.yml
# Activate the environment
$ source activate machine-learning-1
# Explore the notebooks
$ jupyter notebook