Which of the following is a supervised learning algorithm?
2024
Which of the following is a supervised learning algorithm?
Answer: A. Decision Tree — A decision tree is a supervised learning algorithm because it learns from labelled examples. K-means is unsupervised and reinforcement learning is a separate…
- A.
Decision Tree
- B.
K-means Clustering
- C.
Reinforcement Learning
- D.
More than one of the above
- E.
None of the above
Attempted by 599 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.
Loading lesson…