ML Merged PDF
ML Merged PDF
Page 1
a) The number b) The size of the
c) The capacity d) The number
of dimensions training data of the model of iterations in
in the data required to classify training
different
datasets
7 What is the primary objective of k-means clustering? 1
a) To classify b) To minimize c) To maximize d) To assign
data into the distance the separation each data
predefined between cluster between point to the
categories centroids and clusters nearest
points in the decision
cluster boundary
Page 2
Q.3 Solve the following. 12
A) A dataset is given below: Apply 6
Weather Car Class
sunny working go-out
rainy broken go-out
sunny working go-out
sunny working go-out
sunny working go-out
rainy broken stay-home
rainy broken stay-home
sunny working stay-home
sunny broken stay-home
rainy broken stay-home
Apply Naïve Bays Classification algorithm and calculate the
probabilities for the instance “sunny working” and classify the given
instance.
B) How linear SVM works? Explain with example Understand 6
Page 3
Q. 6 Solve Any Two of the following. 12
A) What do you mean by dendrogram? Explain. Remember 6
B) Write Nearest Neighbor Clustering Algorithm. Understand 6
C) Explain Kmeans clustering algorithm with example. Understand 6
*** End ***
Page 4
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Regular & Supplementary Summer 2024
Course: B. Tech. Branch : Computer Engineering and Computer Sci. & Engg.
Semester :VI Subject Code & Name: BTCOC603_Y23 Machine Learning
Max Marks: 60 Date: 19/06/2024 Duration: 3 Hrs
Instructions to the Students:
1. All the questions are compulsory.
2. The level of question/expected answer as per OBE or the Course Outcome (CO)
on which the question is based is mentioned in ( ) in front of the question.
3. Use of non-programmable scientific calculators is allowed.
4. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Solve Any Two of the following. 12
A) Differentiate between Supervised and Unsupervised learning. Analyse/CO1 6
B) Explain Decision Tree Algorithm with Example. Understand/CO1 6
C) Predict the class for (?) in the given below dataset using KNN algorithm. Evaluate/CO1 6
Assume K=3.
Find the class label for the following day by applying naïve Bayesian
classification to above dataset.
X = (Humidity=L, Sunny=N, Wind=W)
Q.3 Solve Any Two of the following. 12
A) How perceptron works? Explain. Understand/CO3 6
B) What is backpropagation? Explain in brief with neat diagram. Understand/CO3 6
C) Explain the Architecture of Convolutional Neural Network. Understand/CO3 6
1 250 265
2 110 140
3 500 480
4 200 215
5 330 290
6 490 515
7 670 750
8 210 210
9 435 420
10 375 285
Classify
B) Explain Kernel Trick in SVM? Kernel Trick is helpful to solve non- Understand 6
linearly separable problem in SVM. Justify
C) Explain the working of KNN Algorithm Apply 6
For the Given Dataset use to Classify Dog, Pig and Cat with given features.
Height Width Class
0.1 0.1 cat
0.2 0.5 cat
0.3 0.2 cat
0.4 0.3 cat
0.5 0.6 cat
0.6 0.1 Pig
0.7 0.2 Pig
0.8 0.5 Pig
0.9 0.3 Pig
0.6 0.9 Dog
0.7 0.5 Dog
0.8 0.6 Dog
0.9 0.7 Dog
Use 3-NN and 5 NN to find the Class for following unknown data Use
Euclidian Distance as Distance metric for given dataset
Height Width Class
0.6 0.6 ???
*** End ***
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Summer Regular Examination – 2023
Course: B. Tech. Branch :CSE/Computer Engineering Semester : VI
Subject Code & Name: BTCOC603 Machine Learning
Max Marks: 60 Date:17/07/2023 Duration: 3 Hr.
Instructions to the Students:
1. All the questions are compulsory.
2. The level of question/expected answer as per OBE or the Course Outcome (CO) on
which the question is based is mentioned in ( ) in front of the question.
3. Use of non-programmable scientific calculators is allowed.
4. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Solve Any Two of the following. 12
A) Define machine learning. Explain its common areas of applications. (Remember) 6
B) Describe working of decision tree with suitable example. (Apply) 6
C) State the purpose of confusion metrics. Elaborate various terms (Understand) 6
associated with it.
A) Write a note on Bayes theorem and illustrate maximum likelihood method for predicting 2
probabilities in Bayesian learning with an example.
B) What is instance based learning? Explain importance of feature reduction while solving 1
problem using machine learning technique.
A) How to find right Hyperplane in Support Vector Machine explain with suitable Example. 2
B) Explain Logistic Regression on the basis of following points: 2
(a) Features of Logistic regression
(b) Types of Logistic Regression.
C) Differencentiate between Multinomial Logistic Regression and Binomial Logistic 2
Regression.