MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

CLASSIFICATION IN MACHINE LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The faceapp has simulated a person’s face based on targetted age. This is example of (Choose best 2 answer)
A
a classification
B
a logistic regression classifier
C
a prediction
D
great artwork
Explanation: 

Detailed explanation-1: -Logistic Regression It estimates discrete values (Binary values like 0/1, yes/no, true/false) based on a given set of independent variable(s). Simply put, it basically, predicts the probability of occurrence of an event by fitting data to a logit function. Hence, it is also known as logit regression.

Detailed explanation-2: -Decision Tree Being a supervised learning algorithm, decision trees are the best choice for classifying both categorical and continuous dependent variables. In this algorithm, the population is split into two or more homogeneous datasets, relying on the most significant characteristics or independent variables.

There is 1 question to complete.