Gtu machine learning
Gtu machine learning
___________
MARKS
Q.1 (a) What do you mean by Hypothesis? 03
(b) Differentiate between supervised and unsupervised Learning 04
(c) With Suitable Example Explain techniques for dimensionality 07
Learning
reduction
Learning
Q.2 (a) What is an Ensemble Learning 03
(b) Compare Decision Tree and Linear Regression 04
(c) With Suitable Example Explain techniques for dimensionality 07
reduction
State main difference between Bays Classifier and Naïve Bays
Classifier Also Design a predictor for given Data of whether-
enjoy sport –or not using Naïve Bays Classifier.
OR
(c) Explain with Suitable Pseudo code implementation of logistic 07
regression
*************
2
Seat No.: ________ Enrolment No.___________
MARKS
Q.1 (a) What do you mean by weights? 03
(b) Compare Re. Lu. and Soft Max activation functions. 04
(c) How learning is achieved using supervised learning algorithm. 07
?explain it using appropriate block diagram
Q.2 (a) What do you mean by deep learning? 03
(b) How decision tree algorithm can be used for classification 04
(c) How to apply K nearest neighbor algorithm 07
OR
(c) How Dimensionality reduction is achieved by PCA. 07
Q.3 (a) Design linear repressor using pseudo code / python code. 03
(b) Design logistic repressor using pseudo code / python code 04
(c) Using Naïve bays algorithm predict probability of golf play given 07
whether today = (Sunny, Hot, Normal, False)
OR
Q.3 (a) Why over fitting is not good 03
(b) What modification is done by naïve in bays classifier? Why? 04
(c) Design SVM classifier using pseudo code / python code 07
*************
2
Enrolment No./Seat No_____________
Q.3 (a) Write three types of approaches used for feature selection. 03
(b) Discuss the advantages and disadvantages of using feature selection. 04
(c) Explain Principle Component Analysis algorithm for Dimensionality 07
Reduction.
OR
Q.3 (a) Write any three key properties of SVM. 03
(b) Discuss the advantages and disadvantages of using Bayesian learning. 04
(c) Explain Naïve Bayes. 07
Q.4 (a) State two types of kernel functions used in nonlinear SVM. 03
(b) How can the use of soft margins in SVM can help to manage the presence 04
of outliers and noise in data?
(c) Explain the key components of a neural network. 07
OR
Q.4 (a) Write applications of Support Vector Machine (SVM) classifier. 03
(b) Explain the concept of margin in SVM. 04
(c) Explain the principle of backpropagation algorithm. 07
*************
Seat No.: ________ Enrolment No.___________
1
Seat No.: ________ Enrolment No.___________
MARKS
Q.2 (a) Write down names of three approaches for feature selection. 03
(b) At a certain University,4% of men are above 6 feet tall and 1% of women 04
are over 6 feet tall. The total student population is divided in the ratio of 3:2
in favor of woman. If a student is selected at random from among all those
over six feet tall, what is the probability that the student is woman?
(c) Write three techniques to measure feature redundancy and explain each in 07
detail.
OR
(c) A mechanical factory production line is manufacturing bolts using three 07
machines, A, B and C. The total output, machine A is responsible for 25%,
machine B for 35% and machine C for the rest. The machines that 5% of
the output from machine A is defective, 4% from machine B and 2% from
machine C. A bolt is chosen at random from the production line and found
to be defective. What is the probability that it came from (1) Machine A (2)
Machine B (3) Machine C.
Q.3 (a) Write down applications of Support Vector Machine (SVM) classifier. 03
(b) Give advantages and disadvantages of K – means Clsutering algorithm. 04
(c) Differentiate between Clustering and Classification. 07
OR
Q.3 (a) Write down desirable properties of Clustering Algorithm. 03
(b) Give a comparison between SVM and Neural Network. 04
(c) Explain the need for Kernel Method in SVM and explain use of Kernel 07
Method in SVM.
Q.4 (a) Write advantages of Neural Network. 03
(b) Write down the steps for the selection of number of hidden units for 04
backpropagation method.
(c) Explain Adaptive Linear Neuron (ADALINE) Network Model in detail. 07
OR
Q.4 (a) Write application of Neural Network. 03
(b) Write the advantages and disadvantages of Backpropagation method. 04
(c) Explain Multi Layer Feed Forward Network in detail. 07
Q.5 (a) Define Cross Validation. 03
(b) Explain Variance reduction and Bias reduction in the context of Ensemble 04
1
Method.
(c) Explain Vapnik- Chervonenkis (VC) dimension in detail. 07
OR
Q.5 (a) Write equations for Accuracy rate, recall, and Specificity in terms of True 03
Positive (TP), true Negative (TN), False positive (FP), and False Negative
(FN).
(b) Explain Voting and Stacking approaches for Combining Ensemble 04
methods.
(c) Write down the steps for Bagging and mention its advantages and 07
disadvantages.
*************