Define Artificial Intelligence - The Introduction
Broadly, there are 3 types of Machine Learning Algorithms.. 1. Supervised LearningHow it works: This algorithm consist of a target / outcome variable (or dependent variable) which is to be predicted from a given set of predictors (independent variables). Using these set of variables, we generate a function that map inputs to desired outputs. The training process continues until the model achieves a desired level of accuracy on the training data. Examples of Supervised Learning: Regression,Decision Tree, Random Forest, KNN, Logistic Regression etc. 2. Unsupervised LearningHow it works:In this algorithm, we do not have any target or outcome variable to predict / estimate. It is used for clustering population in different groups, which is widely used for segmenting customers in different groups for specific intervention.
May-9-2017, 15:05:14 GMT