Applied Machine Learning Question Paper
Applied Machine Learning Question Paper
Applied Machine Learning Question Paper
___________
Q.1 (a) What is machine learning? State the applications of machine learning. 03
(b) State the difference between Supervised and Unsupervised approaches. 04
(c) Consider the training data in the following table where Play is a class 07
attribute. In the table, the Humidity attribute has values “L” (for low) or
“H” (for high), Sunny has values “Y” (for yes) or “N” (for no), Wind has
values “S” (for strong) or “W” (for weak), and Play has values “Yes” or
“No”.
Humidity Sunny Wind Play
L N S NO
H N W YES
H Y S YES
H N W YES
L Y S NO
What is class label for the following day (Humidity=L, Sunny=N,
Wind=W), according to naïve Bayesian classification?
Q.3 (a) Explain how to learn Multilayer Networks using Gradient Descent 03
Algorithm.
(b) Explain Bayesian belief network and conditional independence with 04
example.
(c) What is Regression? List types of the regression. Explain Linear Regression 07
with proper examples.
OR
Q.3 (a) What is the significance of optimal separating hyperplane in SVM? 03
(b) Write down the major differences between K-means clustering and 04
hierarchical clustering.
(c) Illustrate K means clustering algorithm with an example. 07
Q.4 (a) Distinguish between overfitting and underfitting. How it can affect model 03
generalization?
(b) Compare Classification with a regression with an example. 04
(c) Explain the Brute Force MAP Learning algorithm. 07
OR
Q.4 (a) What is CNN? State its applications. 03
(b) A patient takes a lab test and the result comes back positive. It is known that 04
the test returns a correct positive result in only 98% of the cases and a
correct negative result in only 97% of the cases. Furthermore, only 0.008 of
the entire
The population has this disease.
1. What is the probability that this patient has cancer?
2. What is the probability that he does not have cancer?
3. What is the diagnosis?
(c) Define slope in a linear regression. Find the slope of the graph where the 07
lower point on the line is represented as (−7, −6) and the higher point on the
line is represented as (5, 5).