• Home
  • Contact
Menu
  • Home
  • Contact

Category: ml-algorithm

Introduction to Decision Trees

  • February 10, 2020June 27, 2021
  • by Niranjan B Subramanian

Decision trees are one of the most powerful and widely used supervised models that can either perform regression or classification. In this tutorial, we’ll concentrate only on the classification setting. A decision tree consists of rules […]

Continue readingMore Tag

Introduction to Logistic Regression

  • September 16, 2019June 27, 2021
  • by Niranjan B Subramanian

In this article, we’ll discuss a supervised machine learning algorithm logistic regression. Logistic regression is a probabilistic classifier. It outputs the probability of a point belonging to a specific class. The output lies between [0,1]. Logistic […]

Continue readingMore Tag

Introduction to Support Vector Machine(SVM)

  • August 8, 2019June 27, 2021
  • by Niranjan B Subramanian

INTRODUCTION: Support Vector Machine(SVM) is the most popular and powerful supervised machine learning algorithm which is used for both classification and regression. However, it is more popular and extensively used in addressing the classification problems of […]

Continue readingMore Tag

Hierarchical Clustering

  • August 5, 2019June 27, 2021
  • by Niranjan B Subramanian

Hierarchical clustering is the second most popular technique for clustering after K-means.  Remember, in K-means; we need to define the number of clusters beforehand. However, in hierarchical clustering, we don’t have to specify the number of […]

Continue readingMore Tag

Introduction To Linear Regression(Part-2)

  • July 22, 2019June 27, 2021
  • by Niranjan B Subramanian

In the previous part of the Introduction to Linear Regression, we discussed simple linear regression. Simple linear regression is a basic model with just two variables an independent variable x, and a dependent variable y based […]

Continue readingMore Tag

Introduction to K-means

  • July 11, 2019June 27, 2021
  • by Niranjan B Subramanian

K-means clustering is one of the simplest unsupervised learning algorithms that solve the well known clustering problem. Before we venture into K-means, let’s first understand what clustering is? What is clustering? The idea behind clustering is […]

Continue readingMore Tag

Introduction to Linear Regression

  • July 1, 2019June 27, 2021
  • by Niranjan B Subramanian

Before we venture into linear regression, let’s first try to understand what regression analysis is? What is Regression? Regression is a statistical approach used for predicting real values like the age, weight, salary, for example. In […]

Continue readingMore Tag

Copyright © 2019 AI ASPIRANT | All Rights Reserved.