Which of the following is not a supervised machine learning algorithm?
2025
Which of the following is not a supervised machine learning algorithm?
- A.
Decision Tree
- B.
K-Nearest Neighbors
- C.
Linear Regression
- D.
K-Means Clustering
- E.
Support Vector Machine
Attempted by 72 students.
Show answer & explanation
Correct answer: D
Correct answer: K-Means Clustering.
Supervised learning uses labelled examples, such as input-output pairs, to train a model.
K-means groups data into clusters without labelled target values, so it is an unsupervised learning algorithm.
Loading lesson…