Category Archives

Clustering Algorithms – K-means Algorithm

Introduction to K-Means Algorithm K-means clustering algorithm computes the centroids and iterates until we it finds optimal centroid. It...

Clustering Algorithms – K-means Algorithm

Introduction to K-Means Algorithm K-means clustering algorithm computes the centroids and iterates until we it finds optimal centroid. It...

Clustering Algorithms – Mean Shift Algorithm

Introduction to Mean-Shift Algorithm As discussed earlier, it is another powerful clustering algorithm used in unsupervised learning. Unlike K-means...

Clustering Algorithms – Mean Shift Algorithm

Introduction to Mean-Shift Algorithm As discussed earlier, it is another powerful clustering algorithm used in unsupervised learning. Unlike K-means...

Regression Algorithms – Overview

Introduction to Regression Regression is another important and broadly used statistical and machine learning tool. The key objective of...

Regression Algorithms – Overview

Introduction to Regression Regression is another important and broadly used statistical and machine learning tool. The key objective of...

Regression Algorithms – Linear Regression

Introduction to Linear Regression Linear regression may be defined as the statistical model that analyzes the linear relationship between...

Regression Algorithms – Linear Regression

Introduction to Linear Regression Linear regression may be defined as the statistical model that analyzes the linear relationship between...

Support Vector Machine (SVM)

Introduction to SVM(Support Vector Machines) Support vector machines (SVMs) are powerful yet flexible supervised machine learning algorithms which are...

Support Vector Machine (SVM)

Introduction to SVM(Support Vector Machines) Support vector machines (SVMs) are powerful yet flexible supervised machine learning algorithms which are...

Classification Algorithms – Naïve Bayes

Introduction to Naïve Bayes Algorithm Naïve Bayes algorithms is a classification technique based on applying Bayes’ theorem with a...

Classification Algorithms – Naïve Bayes

Introduction to Naïve Bayes Algorithm Naïve Bayes algorithms is a classification technique based on applying Bayes’ theorem with a...

Classification – Introduction

Introduction to Classification Classification may be defined as the process of predicting class or category from observed values or...

Classification – Introduction

Introduction to Classification Classification may be defined as the process of predicting class or category from observed values or...