All Stories

Linear Regression in 6 lines of Python

This quick post is to share a method with which you can perform linear as well as multiple linear regression, in literally 6 lines...
Adarsh Menon
1 min read

Tutorial on Logistic Regression using Gradient Descent with Python

The article talks about how logistic regression works and how you can easily implement it from scratch using python as well as using sklearn
Adarsh Menon
5 min read

Face Detection in 2 Minutes using OpenCV & Python

this quick post talks about a very popular and easy way of detecting faces using Haar cascades in OpenCV and Python.
Adarsh Menon
1 min read

COVID-19: Visualising the Impact of Social Distancing in Python

This article graphically demonstrate how social distancing can play a crucial role in curbing the spread of corona virus.
Adarsh Menon
4 min read

Tutorial on Linear Regression Using Least Squares

Linear Regression is the simplest form of machine learning out there. In this tutorial, we will see how linear regression works and implement it...
Adarsh Menon
2 min read

How Mixed Models Can Boost your Taco Business

Little note: the data presented below is simulated for the sake of the example Second little note: I assume you have intermediate knowledge of...
Carlos Ortega Vázquez
3 min read

Step by Step process to solve a Data Science…

From predicting a sales forecast to predicting the shortest route to reach a destination, Data Science has a wide range of applications across various...
Chanukya Patnaik
6 min read

Why and how to get started with Data Science…

Often people refer to several online resources when learning to build machine learning and statistical models. However, gathering knowledge by reading will only get...
Chanukya Patnaik
3 min read