COMPUTER FUNDAMENTALS

EMERGING TRENDS IN COMPUTING

ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Give 2 examples of Supervised Learning models.
A
Classification and Regression
B
Clustering and Dimensionality Reduction
C
Rule Based and Learning Based
D
Classification and Clustering
Explanation: 

Detailed explanation-1: -While training, the model gets to look at which label corresponds to our data and hence can find patterns between our data and those labels. Some examples of Supervised Learning include: It classifies spam Detection by teaching a model of what mail is spam and not spam.

Detailed explanation-2: -Regression models are used to predict a continuous value. 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-3: -Regression algorithms solve regression problems such as house price predictions and weather predictions. Classification algorithms solve classification problems like identifying spam e-mails, spotting cancer cells, and speech recognition.

There is 1 question to complete.