Unit 5: Machine learning-2 - Subjective Questions

BTY587 — Data Analysis And Simulations • Practice Questions with Detailed Answers

20 questions

1

Define a Support Vector Machine (SVM). Explain the concept of a hyperplane and the role of support vectors in classification.

2

Explain the concept of margin in SVM. Distinguish between a hard margin and a soft margin classifier.

3

What is the kernel trick in SVM? Describe commonly used kernel functions.

4

Derive the optimization objective of a linear SVM (hard margin) and explain why maximizing the margin is equivalent to minimizing .

5

Define a Decision Tree. Explain its structure and how it makes predictions.

6

Explain the concepts of Entropy and Information Gain used in building decision trees. Include their formulas.

7

What is the Gini Index? Compare it with Entropy as a splitting criterion in decision trees.

8

Explain the problem of overfitting in decision trees. Describe pruning techniques used to prevent it.

9

Define Clustering. Distinguish between supervised and unsupervised learning with examples.

10

Describe the K-Means clustering algorithm step by step. What are its advantages and limitations?

11

Explain Hierarchical Clustering. Distinguish between Agglomerative and Divisive approaches.

12

How do you determine the optimal number of clusters in K-Means? Explain the Elbow Method and Silhouette Score.

13

Explain the Confusion Matrix. Define Accuracy, Precision, Recall, and F1-Score with their formulas.

14

What is Cross-Validation? Explain K-Fold Cross-Validation and its benefits over a simple train-test split.

15

Explain the Bias-Variance Tradeoff in the context of model evaluation. How does it relate to underfitting and overfitting?

16

Compare Support Vector Machine and Decision Trees across various criteria such as interpretability, handling of non-linearity, and scalability.

17

Explain the ROC Curve and AUC. How are they used to evaluate classification models?

18

Describe the DBSCAN clustering algorithm. How does it differ from K-Means, and what are its advantages?

19

Explain how the C parameter and gamma () parameter affect the performance of an SVM with an RBF kernel.

20

Discuss the importance of model evaluation metrics for imbalanced datasets. Why is accuracy insufficient, and what alternatives are preferred?