8 Important Evaluation Metrics for Classification Models
This post explains important evaluation metrics to check while measuring the performance…
Understand Confusion Matrix Using Real-life Classification Example
First I’d like to explain what is the use of a confusion…
What is the difference between Variance and Bias in Machine Learning?
From the perspective of Supervised Machine Learning, we know all models have…
Decision Tree vs Random Forest in Machine Learning
Machine Learning is the sub-branch of Artificial Intelligence. It gives a system…
Decision Tree in Machine Learning with Example
Decision Tree algorithm belongs to the Supervised Machine Learning. It can use…
Setup Kaggle Notebook for Ml Experiments
This hands-on guide will teach you to use the Kaggle Platform to…
Basics of K-Nearest Neighbor Algorithm
K-NN or K-Nearest Neighbor works on the simple principle- "Birds of the…
SVM: Difference between Linear and Non-Linear Models
What are Support Vector Machines? SVM is a Supervised Machine Learning Algorithm…
Consume Azure Trained Model in Real-Time
A well-trained machine learning model can make a web or mobile app…
Linear Regression vs Logistic Regression – Key Difference
Both the Machine Learning Algorithms Linear Regression and Logistic Regression comes under…