All ML

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

Seat No.: ________ Enrolment No.

___________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE - SEMESTER–VII (NEW) EXAMINATION – WINTER 2021
Subject Code:3170724 Date:17/12/2021
Subject Name:Machine Learning
Time:10:30 AM TO 01:00 PM Total Marks: 70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.
4. Simple and non-programmable scientific calculators are allowed.

MARKS
Q.1 (a) Give the difference between supervised learning and unsupervised learning. 03
(b) Explain the concept of penalty and reward in reinforcement learning. 04

(c) What do you mean by a well-posed learning problem? Explain important 07


features that are required to well-define a learning problem.

Q.2 (a) How can we take care of outliers in data? 03


(b) Consider the following confusion matrix of the win/loss prediction of 04
cricket match. Calculate model accuracy and error rate for the same.
Actual Win Actual Loss
Predicted Win 82 7
Predicted Loss 3 8

(c) Explain SVD as a feature extraction technique with suitable example. 07


OR
(c) Explain K-fold cross validation method with suitable example. 07
Q.3 (a) If 3% of electronic units manufactured by a company are defective. Find the 03
probability that in a sample of 200 units, less than 2 bulbs are defective.
(b) Explain how Naïve Bayes classifier is used for Spam Filtering. 04
(c) Discuss appropriate problems for decision tree learning in detail. 07
OR
Q.3 (a) In a communication system each data packet consists of 1000 bits. Due to 03
the noise, each bit may be received in error with probability 0.1. It is
assumed bit errors occur independently. Find the probability that there are
more than 120 errors in a certain data packet.
(b) What is likelihood probability? Give an example. 04
(c) Discuss the error rate and validation error in the kNN algorithm. 07
Q.4 (a) Explain sum of squares due to error in multiple linear regression with 03
example.
(b) Describe the concept of single link and complete link in the context of 04
hierarchical clustering.
(c) Explain how the Market Basket Analysis uses the concepts of association 07
analysis.
OR
Q.4 (a) Explain dependent variable and an independent variable in a linear 03
equation with example.
(b) Describe the main difference in the approach of k-means and k-medoids 04
algorithms with a neat diagram.
(c) Explain the Apriori algorithm for association rule learning with an example. 07

1
Q.5 (a) What are the conditions of a negative slope in linear regression? 03
(b) Explain Rosenblatt’s perceptron model. 04
(c) Describe, in details, the process of adjusting the interconnection weights in 07
a multi-layer neural network.
OR
Q.5 (a) What are the factors determining the effectiveness of SVM? 03
(b) Draw a flow chart which represents backpropagation algorithm. 04
(c) Explain, with example, the challenge in assigning synaptic weights for the 07
interconnection between neurons? How can this challenge be addressed?

*************

2
Seat No.: ________ Enrolment No.___________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE - SEMESTER–VII (NEW) EXAMINATION – SUMMER 2022
Subject Code:3170724 Date:14/06/2022
Subject Name:Machine Learning
Time:02:30 PM TO 05:00 PM Total Marks: 70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.
4. Simple and non-programmable scientific calculators are allowed.

Q.1 (a) Define Machine learning? Briefly explain the types of learning. 03
(b) Explain the concept of penalty and reward in reinforcement. Learning. 04
(c) What do you mean by a well-posed learning problem? Explain important 07
features that are required to well-define a learning problem.

Q.2 (a) How can we take care of outliers in data? 03


(b) Explain Key elements of Machine Learning. Explain various function 04
approximation methods.
(c) Draw and explain the flow diagram of machine learning procedure. 07
OR
(c) List and explain the types of machine learning in brief. 07

Q.3 (a) What is likelihood probability? Give an example. 03


(b) What is data sampling? Explain data sampling methods? 04
(c) What are the Techniques Provided in Data Preprocessing? Explain in 07
brief.
OR
Q.3 (a) What is difference between Machine Learning and Deep Learning. 03
(b) Differentiate PCA and LDA. 04
(c) Explain the process of Supervised Learning Model. 07

Q.4 (a) Define issues in machine Learning. 03


(b) Write a note on KNN. 04
(c) List the methods for Model evaluation. Explain each. How we can 07
improve the performance of model.
OR
Q.4 (a) Explain the training of Predictive Model. 03
(b) List Classification algorithms. Explain Decision Tree as 04
classification method.
(c) What is Clustering? Explain K-mean clustering algorithm. 07

Q.5 (a) Explain the need of feature engineering in ML. 03


(b) Explain Binomial Distribution with an example. 04
(c) Explain Bayes’ theorem in details. 07
OR
Q.5 (a) Define: 03
a. Supervised Learning
b. Classification
c. Regression
(b) Write a short note on feed forward neural network. 04
(c) Explain Monte Carlo Approximation. 07

*************
1
Seat No.: ________ Enrolment No.___________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE - SEMESTER–VII (NEW) EXAMINATION – WINTER 2022
Subject Code:3170724 Date:16-01-2023
Subject Name:Machine Learning
Time:10:30 AM TO 01:00 PM Total Marks:70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.
4. Simple and non-programmable scientific calculators are allowed.
MARKS
Q.1 (a) Define Machine learning and list out few applications in Engineering? 03
(b) Distinguish lazy vs eager learner with an example. 04
(c) Elaborate the cross validation in training a model. 07

Q.2 (a) What is conditional probability? Define its importance. 03


(b) What is categorical data? Explain its types with examples. 04
(c) What is principal component analysis? How does it work? Explain. 07
OR
(c) What is model accuracy in reference to classification? Also Explain the 07
performance parameters Precision, Recall and F-measure with its
formula and example.

Q.3 (a) Define the following terms. 03


(i) Variance
(ii) Covariance
(iii) Joint Probability
(b) What is the purpose of Singular value decomposition? How does it 04
achieve?
(c) Explain KNN algorithm with suitable example.
07
OR
Q.3 (a) Explain posterior probability with its formula. 03
(b) Show various distance-based similarity measure with its example. 04
(c) Define feature and explain the process of transforming numeric features 07
to categorical features with suitable example.

Q.4 (a) What is Bernoulli distribution? Explain briefly with its formula. 03
(b) Explain the concept of Bayesian belief network. 04
(c) Explain decision tree approach with suitable example. 07
OR
Q.4 (a) Mention few applications areas of unsupervised learning in Engineering. 03
(b) Define Entropy. Show its importance with suitable example. 04
(c) How does the apriori principle help in reducing the calculation overhead 07
for a market basket analysis? Explain with an example.

Q.5 (a) Briefly explain Perceptron and Mention its limitation. 03


(b) Define linear regression. Also explain Sum of squares with its formula. 04
(c) Explain k-means clustering technique. 07
OR
Q.5 (a) What are the strengths and weaknesses of SVM? 03

1
(b) Briefly explain K-Medoids. 04
(c) Show the Step, ReLU and sigmoid activation functions with its 07
equations and sketch.

*************

2
Seat No.: ________ Enrolment No.___________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE - SEMESTER–VII (NEW) EXAMINATION – WINTER 2023
Subject Code:3170724 Date:01-12-2023
Subject Name: Machine Learning
Time: 10:30 AM TO 01:00 PM Total Marks:70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.
4. Simple and non-programmable scientific calculators are allowed.
MARKS

Q.1 (a) Differentiate Human Learning & Machine Learning. 03


(b) What is Feature Subset Selection? Explain it in detail. 04
(c) Explain Supervised Learning in detail. 07

Q.2 (a) What is K-fold cross validation? 03


(b) What is Clustering in Unsupervised Learning? Explain it in detail. 04
(c) Explain Reinforcement Learning in detail. 07
OR
(c) Explain dimensionality reduction with its advantages and 07
disadvantages.

Q.3 (a) List out different issues in machine Learning. 03


(b) Explain Standard Deviation and Variance with an example in machine 04
learning.
(c) What are the techniques provided in Data Pre-processing? Explain it 07
in brief.
OR
Q.3 (a) What is the difference between Qualitative Data and Quantitative 03
Data?
(b) Explain Under-fitting and Over-fitting with an example. 04
(c) Explain Probability Distribution Function and Cumulative 07
Distribution Function with an Example.

Q.4 (a) What is Multiple Linear regression? 03


(b) What is a bad decision boundary in SVM? Explain it in brief. 04
(c) Explain Decision Tree in details. 07
OR
Q.4 (a) What is Monte Carlo Approximation? 03
(b) Explain Apriori algorithm with its Limitation. 04
(c) Explain Sampling Distribution with different types of Sampling. 07

Q.5 (a) What is Deep Learning? 03


(b) Explain Hypothesis testing with basic assumptions. 04
(c) Explain k-Nearest Neighbor classification method in detail with its 07
advantages and disadvantages.
OR
Q.5 (a) Explain Forward pass and Backward pass in neural network. 03
(b) List out the characteristics of Artificial Neural Network and explain it 04
in brief.
(c) Explain Bayes’ theorem in details with the use of Bayesian classifiers. 07
*************
1
Seat No.: ________ Enrolment No.___________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE – SEMESTER- VII EXAMINATION-SUMMER 2023
Subject Code: 3170724 Date: 21/06/2023
Subject Name: Machine Learning
Time: 10:30 AM TO 01:00 PM Total Marks: 70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.
4. Simple and non-programmable scientific calculators are allowed.

MARKS

Q.1 (a) Compare Different types of Machine Learning 03


(b) What is Machine Learning? List out its applications and 04
possible ethical issues of machine learning applications?
(c) What do you mean by a well-posed learning problem? Explain 07
Saikat Dutt,
important Subramanian
features Chandramouli,
that are required Amit Kumar
to well-define Das
a learning
(2018-09-30T22:58:59).
problem. Machine Learning, 1/e (p. 26).
Pearson Education. Kindle Edition.
Q.2 Saikat Dutt,
(a) Explain Subramanian
the concept Chandramouli,
of penalty and rewardAmit Kumar Das
in reinforcement 03
(2018-09-30T22:58:59). Machine Learning, 1/e (p. 26).
learning.
(b) Pearson Education.
What is outlier? How Kindle Edition.
can we take care of outliers? 04
(c) Consider the following confusion matrix of the win/loss 07
prediction of cricket match. Calculate model accuracy and
error rate, sensitivity, precision, F-measure and kappa value
for the same.
Actual Win Actual Loss
Predicted Win 85 4
Predicted Loss 2 9
OR
(c) While predicting malignancy of tumor of a set of patients using 07
a classification model, following are the data recorded: (a)
Correct predictions – 15 malignant, 75 benign (b) Incorrect
predictions – 3 malignant, 7 benign Calculate the model
accuracy, error rate, Kappa value, sensitivity, precision, and F-
measure of the model.

Q.3 (a) What are the basic data types in machine learning? Give an 03
example of each one of them.
(b) Explain the process of K-fold-cross-validation method 04
(c) Explain with an example, main underlying concept of feature 07
extraction. What are the most popular algorithms of feature
extraction, briefly explain any one.
OR
Q.3 (a) What are the different techniques for data pre-processing? 03
Explain in brief
(b) What is sampling? Explain Bootstrap sampling. 04
(c) What is feature selection? Why it is needed? What are the 07
different approaches of feature selection, briefly explain any
one.

1
Q.4 (a) What is joint probability? What is its formula? 03
(b) What is likelihood probability? Give an example 04
(c) Explain the Apriori algorithm for association rule learning with 07
an example.
OR
Q.4 (a) Define probability of union of two events with equation. 03
(b) What is concept learning? Explain with example 04
(c) What is supervised learning? Draw and explain classification 07
steps in detail.

Q.5 (a) Explain dependent variable and an independent variable in a 03


linear equation with example.
(b) Explain Decision tree algorithm 04
(c) Explain in detail, the backpropagation algorithm. What are the 07
limitations of this algorithm?
OR
Q.5 (a) Write the strength and weakness of decision tree method. 03
(b) Explain K-mean clustering algorithm 04
(c) What are the different types of activation functions popularly 07
used? Explain each of them.

*************

2
GUJARAT TECHNOLOGICAL UNIVERSITY
BE - SEMESTER–VII (NEW) EXAMINATION – SUMMER 2024
Subject Code:3170724 Date:15-05-2024
Subject Name:Machine Learning
Time:02:30 PM TO 05:00 PM Total Marks:70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.
4. Simple and non-programmable scientific calculators are allowed.

Marks
Q.1 (a) What is reinforcement learning? State key features of reinforcement learning. 03
(b) Compare the different types of machine learning. 04
(c) What is IQR? How is it measured? Explain with proper example. 07
Q.2 (a) How does discretization help us to deal with outliers? 03
(b) Explain qualitative and quantitative data. Differentiate between the two. 04
(c) What are overfitting and underfitting in context of machine learning models? 07
What is the major cause of overfitting and underfitting?
OR
(c) How to improve the performance of a learning model? Explain in details. 07
Q.3 (a) What is feature engineering? 03
(b) Define sampling with replacement. Give proper example. 04
(c) Explain naïve bayes classifier with an example. 07
OR
Q.3 (a) When can a feature be termed as irrelevant? How can it be measured? 03
(b) What is sampling without replacement? Give proper example. 04
(c) Explain Bayesian belief network. 07

Q.4 (a) Explain the classification learning steps. 03


(b) What are the factors determining the effectiveness of SVM? 04
(c) Discuss the decision tree algorithm in detail. 07
OR
Q.4 (a) Why the kNN algorithm is called a lazy learner? 03
(b) Describe the strengths and weaknesses of decision tree. 04
(c) Explain the difference between linear and logistics regression with example. 07

Q.5 (a) Discuss the strengths and weaknesses of the k-means algorithm. 03
(b) Explain hierarchical clustering. 04
(c) Explain the different types of activation functions used in neural network. 07
OR
Q.5 (a) Differentiate between supervised learning versus unsupervised learning. 03
(b) Explain density-based methods. 04
(c) Explain the backpropagation algorithm. What are the limitations of this 07
algorithm?

You might also like