This repository contains the Jupyter notebooks of the machine learning course.
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:
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