Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 802 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 802 Bytes

Machine Learning

RSS Badge

Get started with different machine learning topics heavily used in computer science. Understand how they work and develop an intuition to know when to use them.

Our content is viewable on our blog with the help of Jupyter Book. You can also use the book as standalone for better performance on mobile.

How to build

Need to install python. Then move inside the repository folder and run pip install -r requirements.txt. Finally, build the book by running jupyter-book build .