Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 639 Bytes

File metadata and controls

23 lines (15 loc) · 639 Bytes

ML

This Respository consists of basic machine learning algorithms which are built from scratch

Local setup

Prerequistes

  • 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)

Dependencies:

The Python dependencies are listed in requirements.txt and can be installed through

pip3 install -r requirements.txt

Related Blogs:

License

MIT