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