This Respository consists of basic machine learning algorithms which are built from scratch
- Make sure Python 3.5+ is installed on your machine by checking
python3 --version
- Set up a virtual environment for the Python libraries (optional,recommended)
The Python dependencies are listed in requirements.txt
and can be installed through
pip3 install -r requirements.txt