This respository contains code and examples demonstrating several algorithms used in machine learning.
These instructions will get you a copy of the Jupyter notebook used for demonstration of the algorithms.
To be able to run the code, you need to be able to have python3 and pip installed. To check if you have these installed, you can run these on your command line:
$ python --version
Python 3.7.2
$ pip --version
pip 19.0.3 from [path]
To install all of the packages needed to run the notebook, run the following command.
$ pip install -r requirements.txt
$ jupyter notebook