MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

CLASSIFICATION IN MACHINE LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which is TRUE about linear regression and logistic regression
A
logistic regression does not use linear classifier
B
logistic regression finds a continuous value
C
linear can be used to find a continuous value
D
linear regression find the label for a data
Explanation: 

Detailed explanation-1: -Linear regression is utilized for regression tasks, while logistic regression helps accomplish classification tasks. Supervised machine learning is a widely used machine learning technique that predicts future outcomes or events. It uses labeled datasets to learn and generate accurate predictions.

Detailed explanation-2: -Linear regression and logistic regression both are machine learning algorithms that are part of supervised learning models. Since both are part of a supervised model so they make use of labeled data for making predictions.

Detailed explanation-3: -In linear regression, the relationship between the two variables is assumed to be linear. This answer is true.

There is 1 question to complete.