Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Class: - TE COMP Sem: - V

Academic Year: - 2023-24 Subject: - Machine Learning


Question Bank
Unit 1: Introduction to Machine Learning
Q.1 Define Machine Learning. Explain the needs of Machine Learning.
Q.2 What are the different types of Machine Learning?
Q.3 List the different applications of Machine Learning and Explain.
Q.4 What are the advantages of Supervised Learning?
Q.5 What are the applications of Supervised Learning?
Q.6 List the different Machine Learning Life Cycles and explain each in detail.
Q.7 What are the different problems solved using Machine learning
Q.8 Compare Supervised Vs. Unsupervised Machine Learning

-------x-------x--------x---------x-----------
Class: - TE COMP Sem: - V
Academic Year: - 2023-24 Subject: - Machine Learning
Question Bank
Unit 2 Supervised Learning: Regression
Q.1 List the different types of Regression. Explain Linear Regression in detail.

Q.2 What are the different types of Regularization? Explain any one type in detail.

Q.3 Write a short note on Polynomial Regression

Q.4 Write a short note on Isotonic Regression

Q.5 Compare Linear Regression and Logistic Regression

Q.6 What are the different parameters of the Confusion Matrix?


Q.7 Calculate Accuracy, Error, Precision, Recall, and F1 Score for the following:
Confusion Matrix:

Actual Positive Actual Negative

Predicted Positive 10 10

Predicted Negative 25 55
Q.8 Plot the ROC – AUC Curve from the following binary classification data

y y pred

1 0.80
0 0.46
1 0.40
1 0.30
0 0.20
1 0.70

-------x-------x--------x---------x-----------

Question Bank
Unit 3: Decision Trees and Feature Selection
Q.1) Define 1. Root Node 2.Decision Node 3. Leaf Node

4. Splitting 5.Pruning 6. Branch

Q.2) How to Measure Impurity in Decision Tree? Calculate Entropy for Decision node P.

-------x-------x--------x---------x-----------

You might also like