0% found this document useful (0 votes)
10 views

B batch Applied machine learning

The document outlines the mid-term examination for the B.Tech in Computer Science and Engineering program, focusing on Applied Machine Learning. It includes five questions requiring the application of various machine learning algorithms, such as Decision Trees, Hierarchical Clustering, K Nearest Neighbors, and Perceptron, using a specified data set. The exam is scheduled for 1.5 hours and is worth a total of 50 marks.

Uploaded by

varun shukla
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

B batch Applied machine learning

The document outlines the mid-term examination for the B.Tech in Computer Science and Engineering program, focusing on Applied Machine Learning. It includes five questions requiring the application of various machine learning algorithms, such as Decision Trees, Hierarchical Clustering, K Nearest Neighbors, and Perceptron, using a specified data set. The exam is scheduled for 1.5 hours and is worth a total of 50 marks.

Uploaded by

varun shukla
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Reg. No.

:
Name :

Mid-Term Examinations, April 2021


Programme : B.Tech – Computer Science and Engineering Semester : Winter 2020-2021
Course : Applied Machine Learning Code : CSA4008
Faculty : Dr. Amit Mishra Slot/Class No. : B21,22,23/00534
Time : 1½ hours Max. Marks : 50

Answer all the Questions

Q. No. Question Description Marks

1 Use Decision Tree algorithm employing Gini index based method for
building the tree For given Data Set A. 10

2 Perform agglomerative Hierarchical Clustering using single linkage and


complete linkage strategy. Data Items are as follows: [ [32,12], [46,7],
10
[34, 17], [44,12], [1,4], [77,0]].

3 For Data Set A, Use K nearest neighbour for classification for the given
example, temperature=cool, humidity=high, windy= true, and desired
output is play ‘yes’. How can we use K nearest neighbours for 10
regression problems, given an example?

4 For Data Set A, demonstrate Bias Variance Trade-off in context of


KNN. 10

5 Use Perceptron To Model Classification for Data Set A. Consider the


first two columns as the inputs and the final column as the output. 10



Data Set A

temperature humidity windy play


hot High FALSE yes
cool normal TRUE yes
mild high TRUE yes
hot normal FALSE yes
mild high FALSE yes
cool normal FALSE yes

Page 1 of 1

You might also like