Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
67 views2 pages

ML UnitTest-2 BE ABC

This document is the question paper for a Machine Learning exam consisting of 4 questions. It provides instructions to candidates and allocates marks for each part. The questions cover topics like regression analysis, performance metrics, classification algorithms and ensemble methods. Question 1 has 3 parts on regression, question 2 on performance metrics and gradient descent, question 3 explores KNN, metrics and linear classification. Question 4 covers confusion matrix, bagging/boosting and random forests. Candidates must answer 2 questions, with question 3 or 4 being compulsory.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views2 pages

ML UnitTest-2 BE ABC

This document is the question paper for a Machine Learning exam consisting of 4 questions. It provides instructions to candidates and allocates marks for each part. The questions cover topics like regression analysis, performance metrics, classification algorithms and ensemble methods. Question 1 has 3 parts on regression, question 2 on performance metrics and gradient descent, question 3 explores KNN, metrics and linear classification. Question 4 covers confusion matrix, bagging/boosting and random forests. Candidates must answer 2 questions, with question 3 or 4 being compulsory.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Total No. of Questions :06 SEAT No.

:
Total No of Pages: 02

B.E. (Computer)
Machine Learning
(2019 Course) Unit Test-II (Semester I) (410242)
Max Marks: 30
Time: 01 Hour

Instructions to Candidate:
Answer Q1 or Q2, Q 3or Q4 is compulsory
Neat diagrams must be drawn wherever necessary.
Figures to the right side indicate full marks.
Assume suitable data if necessary

UNIT III

Q. 1 a) Write a short note on regression analysis. [05]

b) Illustrate on the Bias, Variance with suitable example. [05]

c) For the following data set, find the regression line. Predict the value of Y if X=10. [05]
X Y
0 1

1 3

2 2

3 5

4 7

5 8

6 8

7 9

8 10

9 12
OR
Q. 2 a) Explore on MAE, RMSE, R2. [05]
b) Illustrate on Underfitting, Overfitting with suitable example. [05]

c) Use the Steepest Descent Method to minimise f( )= - + up to a point where [05]


difference between two successive iterations is less than 0.2.Take starting point as (1, )T.

Page 1 of 2
UNIT IV
Q. 3 a) Explore on K-nearest neighbor (KNN) with suitable example. [05]
b) Explain in details Accuracy, Precision, Recall, Fscore. [05]

c) Given the following data, calculate hyperplane. Also, classify (0.6, 0.9) based on the [05]
calculated hyperplane.
A1 A2 y α
0.38 0.47 + 65.52

0.49 0.61 - 65.52


0.92 0.41 - 0
0.74 0.89 - 0
0.18 0.58 + 0
0.41 0.35 + 0
0.93 0.81 - 0
0.21 0.1 - 0

OR
Q. 4 a) Explain confusion matrix with an example. [05]

b) What is Bagging, Boosting in Ensemble learning? Explore on it with example. [05]

c) Explore on Random Forest. [05]

Page 2 of 2

You might also like