Task Checklist for Almost Any Machine Learning Project
A cheat sheet of tasks and things to take care of for every end-to-end ML projects. In this, I write down a check list...
A cheat sheet of tasks and things to take care of for every end-to-end ML projects. In this, I write down a check list...
15 min
Today, I discuss the Data Science Roadmap, the missing guide to self study machine learning. I’ll discuss what exactly you need to know and...
3 min
Why learn the math behind machine learning algorithms when you can readily implement it using the python libraries like scikit-learn, h2o, statsmodels etc? This...
6 min
Today, I want to discuss some of the common mistakes that programmers make when starting to learn machine learning. But first, let me speak...
11 min
The use cases of machine learning to real world problems keeps growing as ML/AI sees increased adoption across industries. However, there are certain core...
12 min
The size of the data you can load and train in your local computer is typically limited by the memory in your computer. Let’s...
5 min
Granger Causality test is a statistical test that is used to determine if a given time series and it’s lags is helpful in explaining...
3 min
Introduced in 1969 by Clive Granger, Granger causality test is a statistical test that is used to determine if a particular time series is...
9 min
Not all Data Science projects that get kicked-off see the light of day. While this is true for any project, there are common reasons...
3 min
Population stability Index (PSI) is a model monitoring metric that is used to quantify how much the distribution of a continuous response variable has...
Let’s understand the formula for the linear regression coefficients. That is the formula for both alpha and the beta. Now, if you have...
In this lesson, I introduce what Linear regression is all about. Linear Regression is a foundational algorithm for machine learning and statistical...
5 min
Understanding linear regression. Let’s understand what linear regression is all about from a non-technical perspective, before we get into the details, we will first...
6 min
In this guide, you will understand the steps to deploy your ML model app in Amazon EC2 service. Here the ML app is a...
4 min
Decorators in python allow you to dynamically change the functionality of another function, without altering it’s code. What? Is that possible? Yes. This covers:...
6 min
Generators in python provide an efficient way of generating numbers or objects as and when needed, without having to store all the values in...
7 min
Iterable in Python is any object that can be looped over. In order for an iterable to be looped over, an iterable needs to...
6 min
Any Python file with a .py extension is a Module in Python. A python package is a collection of such modules along with a...
10 min
Object oriented programming is an effective way of writing code. You create classes which are python objects, that represented meaningful entities which defines its...
Get the exact 10-course programming foundation that Data Science professionals use.