COMPUTER SCIENCE AND ENGINEERING
MACHINE LEARNING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Supervised Learning
|
|
Unsupervised Learning
|
|
Reinforcement Learning
|
|
Semi-supervised Learning
|
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.