ML Question BanK
ML Question BanK
UNIT-I- 10M
UNIT-II-2M
UNIT-III- 2M
UNIT-III- 10M
UNIT-IV -2M
UNIT-IV -10M
1. What are linear discriminants? Explain their role in classification tasks. [L2]
2. Describe the architecture of a perceptron classifier. How does it make decisions?
[L2]
3. Compare and contrast the perceptron classifier with linear discriminants. [L4
4. What is a support vector machine? Explain how it works for linearly separable data.
[L2]
5. Analyze the difference between linearly separable and non-linearly separable cases
in
SVM. [L4]
6. What is the kernel trick in SVM? Provide examples of common kernel functions. [L2]
7. Evaluate the effect of different kernel choices (linear, polynomial, RBF) on SVM
performance. [L5]
8. Explain the difference between linear regression and logistic regression. [L2]
9. What is a multi-layer perceptron (MLP)? Describe its architecture. [L2]
10. Explain the backpropagation algorithm for training an MLP. Why is it necessary?
[L2]
UNIT-V- 2M
UNIT-V- 10M
1. Define clustering and explain its significance in machine learning. Provide examples
of real-world applications. [L1]
2. Explain the differences between divisive and agglomerative clustering, including
their working mechanisms and graphical representations. [L2]
3. Apply the K-means algorithm to cluster the following data points into 2 clusters:
(2,3), (3,4), (5,6), (8,8). Show the centroid calculations for the first iteration. [L3]