Pratham's Blog

Pratham's Blog

Follow
homeSupport me ❤️badgesnewsletter

Why 0! = 1

Jul 29, 20212 min read 463 views

A primer on factorials The '!' behind the 0, is notation for something called a 'factorial'. A factorial basically tells you to take the product of...

Why 0! = 1

Recall, Precision, and F1 score explained.

May 16, 20214 min read 3.7K views

Introduction A store owner recently noticed an alarmingly high rate of shoplifting. He develops a machine learning model that predicts if a customer...

Recall, Precision, and F1 score explained.

Logarithms explained.

May 13, 20212 min read 2.2K views

Before we understand how logarithms work, it is important to know how exponents work. aᶜ=b (read as "a to the power of c equals b") is an exponent...

Logarithms explained.

Make beautiful pencil sketches using OpenCV in 9 lines of code

May 4, 20212 min read 667 views

For this simple project we will use OpenCV in Python. It is a library using which we can develop real-time computer vision applications. It mainly...

Make beautiful pencil sketches using OpenCV in 9 lines of code

This is what your first 30 days of machine learning should look like.

Feb 8, 20212 min read 5.1K views

What you are going to read below is a roadmap for the first 30 days of getting started with machine learning as a complete beginner. If you don't know...

This is what your first 30 days of machine learning should look like.

A list of the tools you will need for machine learning in Python.

Feb 6, 20214 min read 1.7K views

Anaconda When you work in python, you'll be working with several frameworks and many of them work only on specific versions of python. Now imagine...

A list of the tools you will need for machine learning in Python.