H13-311_V3.5 · Question #39
What does not belong to supervised learning?
The correct answer is D. Princi1pal component analysis. Principal Component Analysis (PCA) is an unsupervised learning technique - it finds structure in data by reducing dimensionality without using any labeled outputs to guide the process. Logistic regression (A) is a supervised classification algorithm that learns a mapping from…
Question
What does not belong to supervised learning?
Options
- ALogistic regression
- BSupport vector machine
- CDecision tree
- DPrinci1pal component analysis
How the community answered
(55 responses)- A9% (5)
- B5% (3)
- C4% (2)
- D82% (45)
Explanation
Principal Component Analysis (PCA) is an unsupervised learning technique - it finds structure in data by reducing dimensionality without using any labeled outputs to guide the process. Logistic regression (A) is a supervised classification algorithm that learns a mapping from input features to discrete class labels. Support vector machines (B) are supervised models that learn a decision boundary using labeled training examples. Decision trees (C) are supervised learners that partition data based on labeled target values at each split.
Memory tip: Supervised learning always needs a labeled "answer key" to train on. PCA ignores labels entirely - it only looks at the input features themselves - so it cannot be supervised.
Topics
Community Discussion
No community discussion yet for this question.