Skip to content

learn-computer-graphics/machine-learning

Repository files navigation

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 .