MLready
MLready
Code
19PC1CS1 R19
0
VNR VIGNANA JYOTHI INSTITUTE OF ENGINEERING AND
TECHNOLOGY
(AUTONOMOUS)
B.Tech. III Year II Semester Regular/Supplementary Examinations, May/ June
2023
MACHINE LEARNING
(Common to CSE, IT and CYS)
Time: 3 hours
Max. Marks: 60
Answer ALL questions in PART-A.
Answer any ONE question from each unit in PART-B.
All Questions Carry Equal Marks.
PART-A
6X2=12M
a) List any two issues in Machine Learning. CO-1 BL-1
b) Define Overfitting of Data? CO-1 BL-2
c) What is the significance of k in knn algorithm. CO-2 BL-3
d) List two applications where Logistic Regression can be used? CO-2 BL-4
e) What is the difference between Machine Learning and Neural Networks? CO-1 BL-4
f) What is Bagging and Boosting? CO-1 BL-1
PART-B
6X8=48M
UNIT-1
1. a) Define the following: Data set, Training Data set, Test data set, 4M CO-1 BL-2
b) Explain Linear Models of Regression. 4M CO-3 Bl-2
OR
2. a) Write a note on Different types of Machine Learning. 4m CO-1 BL-2
b) Write a note on parametric and non-parametric Machine Learning 4m CO-2 BL-2
Algorithms.
UNIT-2
3. Write a note on: 8M CO-1 BL-2
i. Hypothesis space search in decision tree learning
ii. Incorporating continuous valued attributes
OR
4. Draw a Decision Tree for the following data using Information gain. Training 8M CO-4 BL-4
set: 3 features and 2 classes
X Y Z C
1 1 1 I
1 1 0 I
0 0 1 II
Page 1 of 4
1 0 0 II
Show the necessary calculations. Also discuss the issues in Decision tree
learning.
UNIT-3
5. There is a Car manufacturer company that has manufactured a new SUV car. 8 CO-4 BL-4
The company wants to give the ads to the users who are interested in buying
that SUV. So for this problem, we have a dataset that contains multiple user's
information through the social network. The dataset contains lots of information
but the Estimated Salary and Age we will consider for the independent
variable and the Purchased variable is for the dependent variable. Below is the
dataset:
UNIT-4
7. What is the use of Support Vector Machine. List the types and explain the basic 8 CO-3 BL-2
working of the same.
OR
Page 2 of 4
8. 8 CO-4 BL-4
Play
Outlook
0 Rainy Yes
1 Sunny Yes
2 Overcast Yes
3 Overcast Yes
4 Sunny No
5 Rainy Yes
6 Sunny Yes
7 Overcast Yes
8 Rainy No
9 Sunny No
10 Sunny Yes
11 Rainy No
12 Overcast Yes
13 Overcast Yes
For the above given Dataset for weather conditions and target variable Play ,
need to decide that whether we should play or not on a particular day according
to the weather conditions. Perform the following to complete the solution for
this problem:
1. Convert the given dataset into frequency tables.
2. Generate Likelihood table by finding the probabilities of given features.
3. Now, use Bayes theorem to calculate the posterior probability.
UNIT-5
9. Explain the composition of Basic Artificial Neural Network by detailing all the 8M CO-3 BL-2
layers.
Page 3 of 4
OR
10. Explain the Backpropagation Algorithm with an example. 8M CO-4 BL-3
UNIT-6
11. Explain Random Forest algorithm by taking a suitable example. 8M CO-4 BL-3
OR
12. a) Explain k-mean clustering algorithm? 4M CO-2 BL-2
b) What is Clustering? Give differences between Hierarchical Clustering and 4M CO-2 BL-3
Divisive Clustering?
Page 4 of 4