Unit 4: Machine learning-1 - Subjective Questions

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

20 questions

1

Define Machine Learning. Explain the three broad categories of machine learning with suitable examples.

2

Distinguish between Supervised Learning and Unsupervised Learning based on data, goal, and applications.

3

Explain Classification and Regression as two types of supervised learning with examples.

4

Describe the general workflow of a supervised machine learning project from data to deployment.

5

What is Logistic Regression? Explain why it is used for classification despite being called regression.

6

Derive and explain the Sigmoid function used in logistic regression. Discuss its important properties.

7

Explain the cost function used in logistic regression. Why is Mean Squared Error not preferred here?

8

Describe the Gradient Descent algorithm and explain how it is used to optimize logistic regression parameters.

9

Explain the concept of a Decision Boundary in logistic regression with linear and non-linear examples.

10

What is Clustering? Explain the working of the K-Means clustering algorithm step by step.

11

Compare Logistic Regression and Linear Regression in terms of purpose, output, and mathematical form.

12

Explain the difference between Binary, Multinomial, and Ordinal logistic regression.

13

Describe the common evaluation metrics for classification models. Explain a Confusion Matrix.

14

What is Overfitting and Underfitting in machine learning? How can they be addressed?

15

Explain Regularization in logistic regression. Distinguish between L1 (Lasso) and L2 (Ridge) regularization.

16

Discuss the important applications of supervised and unsupervised learning in real-world scenarios.

17

Explain the concept of the Maximum Likelihood Estimation (MLE) approach for estimating logistic regression parameters.

18

Distinguish between Classification and Clustering with respect to learning type, data, and output.

19

Explain Dimensionality Reduction as an unsupervised technique. Briefly describe Principal Component Analysis (PCA).

20

A logistic regression model gives for a given input. Compute the predicted probability and classify the output using a threshold of . Explain the interpretation.