nerdexam
Databricks

DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST · Question #114

Spam filtering of the emails is an example of

The correct answer is A. Supervised learning. Clustering is an example of unsupervised learning. The clustering algorithm finds groups within the data without being told what to look for upfront. This contrasts with classification, an example of supervised machine learning, which is the process of determining to which…

Machine Learning Algorithms

Question

Spam filtering of the emails is an example of

Options

  • ASupervised learning
  • BUnsupervised learning
  • CClustering
  • D1 and 3 are correct
  • E2 and 3 are correct

How the community answered

(42 responses)
  • A
    74% (31)
  • B
    14% (6)
  • C
    7% (3)
  • D
    2% (1)
  • E
    2% (1)

Explanation

Clustering is an example of unsupervised learning. The clustering algorithm finds groups within the data without being told what to look for upfront. This contrasts with classification, an example of supervised machine learning, which is the process of determining to which class an observation belongs. A common application of classification is spam filtering. With spam filtering we use labeled data to train the classifier: e-mails marked as spam or ham.

Topics

#supervised learning#spam filtering#classification#email classification

Community Discussion

No community discussion yet for this question.

Full DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST Practice