Question:

Which of the following comes under supervised algorithms? A. SVM,
B. Neural Network,
C. Deep learning,
D. K-medoid,
E. Prim's Algorithm.

Show Hint

SVM and neural networks are supervised when trained with labelled data. Clustering algorithms are generally unsupervised.
Updated On: Jun 6, 2026
  • A only
  • B and C only
  • A, B and C only
  • A, D and E only
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept:
Supervised learning algorithms are trained using labelled data.

Step 1: Check SVM.

Support Vector Machine is a supervised learning algorithm used for classification and regression. \[ A \text{ is correct} \]

Step 2: Check Neural Network and Deep Learning.

Neural networks and deep learning models can be trained in supervised learning using labelled datasets. \[ B \text{ and } C \text{ are correct} \]

Step 3: Check K-medoid.

K-medoid is a clustering algorithm, so it is unsupervised. \[ D \text{ is incorrect} \]

Step 4: Check Prim's Algorithm.

Prim's algorithm is a graph algorithm used to find minimum spanning tree. It is not a supervised learning algorithm. \[ E \text{ is incorrect} \] \[ \therefore \text{Correct Answer is (C)} \]
Was this answer helpful?
0
0