Which of the following is a supervised learning algorithm?
2024
Which of the following is a supervised learning algorithm?
- A.
Decision Tree
- B.
K-means Clustering
- C.
Reinforcement Learning
- D.
More than one of the above
- E.
None of the above
Attempted by 161 students.
Show answer & explanation
Correct answer: A
A decision tree is a supervised learning algorithm because it learns from labelled examples. K-means is unsupervised and reinforcement learning is a separate learning paradigm.