MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

MACHINE LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Suppose there is a basket which is filled with some fresh fruits, apple, banana, cherry, grape. the task is to arrange the same type of fruits at one place. here the example of?
A
Supervised Learning
B
Unsupervised Learning
C
Reinforcement Learning
D
Semi-supervised Learning
Explanation: 

Detailed explanation-1: -Unsupervised learning supervised learning. If you have a “basket of different fruit” varieties with “some prior information” on “size, color, the shape” of each and every fruit supervised learning will be suitable.

Detailed explanation-2: -The most commonly used Supervised Learning algorithms are decision tree, logistic regression, linear regression, support vector machine. The most commonly used Unsupervised Learning algorithms are k-means clustering, hierarchical clustering, and apriori algorithm.

Detailed explanation-3: -Supervised learning: suppose the fruits are apple, banana, cherry, grape. so you already know from your previous work that, the shape of each and every fruit so it is easy to arrange the same type of fruits at one place. here your previous work is called as train data in data mining.

There is 1 question to complete.