Understand Types of Environments in Artificial Intelligence

The Environment is the surrounding world around the agent which is not part of the agent itself. It’s important to understand the nature of the environment when solving a problem…

Sandeep Kumar

8 Important Evaluation Metrics for Classification Models

This post explains important evaluation metrics to check while measuring the performance of a classification model. These are Accuracy, Precision, Recall, Sensitivity, Specificity, False Positive Rate, False Negative Rate, and…

Sandeep Kumar

Understand Confusion Matrix Using Real-life Classification Example

First I’d like to explain what is the use of a  confusion matrix. Classification Problems are solved using Supervised Machine learning algorithms. In these problems, our goal is to categories…

Sandeep Kumar

Explain Echelon Form of a Matrix

Echelon Form of a matrix is used to solve a linear equation by converting a complex matrix to a simple matrix. A matrix is in an Echelon Form if it…

Sandeep Kumar

Working of Bagging and Boosting in Ensemble Learning

Bagging and Boosting both are Ensemble Learning techniques. Ensemble Methods are an important addition to Data Scientists toolbox. Here, weak learners combined together to become strong learners. And offers better…

Sandeep Kumar

What is the difference between Variance and Bias in Machine Learning?

From the perspective of Supervised Machine Learning, we know all models have errors. We need to minimize the error so as to make the model useful. For this, we need…

Sandeep Kumar

Decision Tree vs Random Forest in Machine Learning

Machine Learning is the sub-branch of Artificial Intelligence. It gives a system the ability to learn and become better from past experiences. Decision tree and random forest are two Supervised…

Sandeep Kumar

Decision Tree in Machine Learning with Example

Decision Tree algorithm belongs to the Supervised Machine Learning. It can use to solve Regression and Classification problems. It creates a training model which predicts the value of target variables…

Sandeep Kumar

Solving Regression Problems Using Neural Network

This tutorial explains solving regression problems using a neural network approach instead of using Supervised Machine Learning Algorithm. You'll be able to solve simple regression problems at the end of…

Sandeep Kumar

Setup Kaggle Notebook for Ml Experiments

This hands-on guide will teach you to use the Kaggle Platform to start your own machine learning experiments. Kaggle.com is an online community of data scientists and machine learning practitioners…

Sandeep Kumar