Blogs



Applying Machine Learning – Machine Learning Diagnostics

This article will be around how to diagnose a machine learning model and fix problems with it. This will also…

Read More
Digit Recognizer – Building Neural Network From Scratch (Only Numpy and Pandas)

Introduction A neural network in machine learning is a computational model inspired by the structure and functioning of the human…

Read More
Scaling Features – How Scaler Works and Choosing The Right Scaler

Scaling your data is a small data pre-processing step but an important one. Before going into the types and which…

Read More
Logistic Regression: From Basics to Code

Is it a dog or a cat? Is it male or a female? (Just kidding)Logistic Regression can help you in…

Read More
feature-engineering
The Importance of Feature Engineering in Machine Learning

Feature engineering is the process of transforming raw data into features that better represent the underlying problem to the predictive…

Read More
How Regression Model Actually Works

Try to fit a straight line through the points given below – The line closest to fit the data points…

Read More