DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST · Question #34
Digit recognition, is an example of.....
The correct answer is A. Classification. Supervised learning is fairly common in classification problems because the goal is often to get the computer to learn a classification system that we have created. Digit recognition: once again, is a common example of classification learning. More generally, classification…
Question
Digit recognition, is an example of.....
Options
- AClassification
- BClustering
- CUnsupervised learning
- DNone of the above
How the community answered
(46 responses)- A74% (34)
- B4% (2)
- C15% (7)
- D7% (3)
Explanation
Supervised learning is fairly common in classification problems because the goal is often to get the computer to learn a classification system that we have created. Digit recognition: once again, is a common example of classification learning. More generally, classification learning is appropriate for any problem where deducing a classification is useful and the classification is easy to determine. In some cases, it might not even be necessary to give pre-determined classifications to every instance of a problem if the agent can work out the classifications for itself. This would be an example of unsupervised learning in a classification context.
Topics
Community Discussion
No community discussion yet for this question.