Skip to content

theed-ml/notebooks

Repository files navigation

Machine Learning Jupyter Notebooks

Binder Open In Colab Python 3.6

This repository contains the Jupyter notebooks of the machine learning course.

Quick start

You can the notebooks without having to install anything locally. For this, you can use one of the following services.

If you only want to view some notebook without executing any code, you can use:

Running the notebooks locally

If you have a Python 3.6+ environment, then this project can be cloned and its dependencies installed locally through pip. In this case, open a terminal and run the following commands:

git clone https://github.com/theed-ml/notebooks.git && cd notebooks
python3 -m pip install --user --upgrade pip setuptools    
python3 -m pip install --user --upgrade -r requirements.txt
jupyter notebook