Unit 3: Machine Learning - Subjective Questions

INT428 — Artificial Intelligence Essentials • Practice Questions with Detailed Answers

20 questions

1

Define Machine Learning. Explain the three main paradigms of machine learning with real-world examples for each.

2

State and derive Bayes' Theorem. Explain the meaning of each term with a practical example.

3

Explain Feature Engineering. Describe common feature engineering techniques and why they are important for model performance.

4

Define Precision and Recall. Derive their formulas from a confusion matrix and explain the trade-off between them.

5

Explain Cross-Validation. Describe k-fold cross-validation with a diagram-style explanation and state its advantages.

6

What is a Bayesian Network? Explain its structure, components, and how it enables probabilistic reasoning.

7

Distinguish between Supervised and Unsupervised Learning across at least five dimensions.

8

Explain the role of Linear Algebra in Machine Learning. Describe key concepts such as vectors, matrices, and matrix operations with applied examples.

9

Describe the key concepts of Probability relevant to Machine Learning: random variables, probability distributions, conditional probability, and independence.

10

Explain Reinforcement Learning in detail. Describe its key components and the exploration-exploitation trade-off.

11

Explain the Naive Bayes Classifier. Why is it called "naive", and what is its main advantage?

12

Explain the concepts of Overfitting and Underfitting. How can each be detected and prevented?

13

A medical test for a disease is 95% accurate. The disease affects 1% of the population. If the false positive rate is 5%, calculate the probability that a person actually has the disease given a positive test result using Bayes' Theorem.

14

Compare Classification and Regression in supervised learning. Provide examples and appropriate evaluation metrics for each.

15

Explain important Descriptive Statistics concepts used in ML: mean, median, mode, variance, standard deviation, and correlation.

16

Describe K-Means Clustering algorithm step by step. What are its limitations?

17

Explain the concept of Probabilistic Reasoning in AI. Why is it necessary, and how do probabilistic models handle uncertainty?

18

Derive the closed-form solution (Normal Equation) for Linear Regression using linear algebra, and explain each step.

19

Explain the difference between Population and Sample in statistics, and describe why sampling is important in Machine Learning.

20

Explain the complete Machine Learning Model Development Pipeline, from data collection to deployment.