Goto

Collaborating Authors

 famous supervised learning algorithm


Most Famous Supervised Learning Algorithms

#artificialintelligence

Supervised learning is the type of machine learning in which machines are trained using well "labeled" training data, and on basis of that data, machines predict the output. The labeled data means some input data is already tagged with the correct output. The aim of a supervised learning algorithm is to find a mapping function to map the input variable(x) with the output variable(y). Supervised learning can be used for Risk Assessment, Image classification, Fraud Detection, Spam Filtering, etc. Regression algorithms are used if there is a relationship between the input variable and the output variable. Classification algorithms are used when the output variable is categorical, which means there are two classes such as Yes-No, Male-Female, True-false, etc. Linear regression analysis is used to predict the value of a variable based on the value of another variable. The variable you want to predict is called the dependent variable.