MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

MACHINE LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What type of Supervised learning depends on given concrete examples?
A
Regression
B
Classification
C
Decision Tree
D
None of the above
Explanation: 

Detailed explanation-1: -Predicting prices of a house given the features of house like size, price etc is one of the common examples of Regression. It is a supervised technique.

Detailed explanation-2: -Regression is another type of supervised learning method that uses an algorithm to understand the relationship between dependent and independent variables. Regression models are helpful for predicting numerical values based on different data points, such as sales revenue projections for a given business.

Detailed explanation-3: -Some real-world examples for regression analysis include predicting the price of a house given house features, predicting the impact of SAT/GRE scores on college admissions, predicting the sales based on input parameters, predicting the weather, etc.

There is 1 question to complete.