Classification Algorithms Explained in 30 Minutes - datamahadev.com

#artificialintelligence 

In the Machine Learning terminology, the process of Classification can be defined as a supervised learning algorithm that aims at categorizing a set of data into different classes. In other words, if we think of a dataset as a set of data instances, and each data instance as a set of features, then Classification is the process of predicting the particular class that that individual data instance might belong to, based on its features. Unlike regression where the target variable (i.e., the predicted value) belongs to a continuous distribution, in case of classification, the target variable is discrete. It can only be one of the various target classes in a given problem. For example, let's say you are working on a cat-dog-classifier model that predicts whether the animal in a given image is a cat or a dog.