r21 Cs603c Gnit
r21 Cs603c Gnit
Group-A
(Multiple Choice Questions)
Question No. Questions Marks Module CO BT
No. No. Level
1. Application of machine learning methods to 1 M1 CO4 BT5
large databases is called
A. data mining.
B. artificial intelligence
C. big data computing
D. internet of things
2. If machine learning model output involves 1 M1 CO2 BT4
target variable then that model is called as
A. descriptive model
B. predictive model
C. reinforcement learning
D. all of the above
3. In what type of learning labelled training data 1 M1 CO1 B2
is used
A. unsupervised learning
B. supervised learning
C. reinforcement learning
D. active learning
4. In following type of feature selection method 1 M3 CO2 BT2
we start with empty feature set
A. forward feature selection
B. backward feature selection
C. both A and B
D. none of the above
5. SVM can be used to solve ___________ 1 M1 CO3 BT3
problems
A. Classification
B. Regression
C. Clustering
D. Both Classification and Regression
QUESTION BANK
a) False
b) True
30. Which of the following statements is not true 1 M3 CO2 BT2
about boosting?
a) It mainly increases the bias and the
variance
b) It tries to generate complementary base-
learners by training the next learner on the
mistakes of the previous learners
c) It is a technique for solving two-class
classification problems
d) It uses the mechanism of increasing the
weights of misclassified data in preceding
classifiers
31. In which category does linear regression 1 M1 CO1 BT1
belong to?
a) Neither supervised nor unsupervised
learning
b) Both supervised and unsupervised learning
c) Unsupervised learning
d) Supervised learning
32. The learner is trying to predict housing prices 1 M1 CO4 BT3
based on the size of each house. What type of
regression is this?
a) Multivariate Logistic Regression
b) Logistic Regression
c) Linear Regression
d) Multivariate Linear Regression
33. The learner is trying to predict housing prices 1 M1 CO3 BT4
based on the size of each house. The variable
“size” is ___________
a) dependent variable
b) label set variable
c) independent variable
d) target variable
34. The learner is trying to predict the cost of 1 M1 CO2 BT3
papaya based on its size. The variable “cost”
is __________
a) independent variable
b) target Variable
c) ranked variable
QUESTION BANK
d) categorical variable
35. The independent variable is represented along 1 M2 CO3 BT3
_________
a) Either X-axis or Y-axis, it doesn’t matter
b) Y axis
c) X axis
d) Depends on the dataset
36. The learner is trying to predict the price of a 1 M1 CO2 BT3
house based on the length and width of the
house.
x1 = length and x2 = width. What is a better
hypothesis?
a) h(X) = t0 + t1x1
b) h(X) = t0 + t1x1+ t2x2
c) h(X) = t0 + t2x2
d) h(X) = t0 + t1X, where area of the house: X
= x1 * x2
37. A drawback of Polynomial Regression is 1 M6 CO2 BT3
handling of features with a different priority.
a) True
b) False
38. h(x) = y. What is the cost (h(x), y)? 1 M2 CO3 BT3
a) -infinite
b) infinite
c) 0
d) always h(x)
39. Let m be the number of training instances. 1 M6 CO3 BT2
What is the summation of cost function
multiplied by to get the gradient descent?
a) 1/m
b) m
c) 1 + m
d) 1 – m
40. The cost function is minimized by 1 M6 CO4 BT4
__________
a) Linear regression
b) Polynomial regression
c) PAC learning
d) Gradient descent
41. What is the minimum number of parameters 1 M2 CO1 BT1
QUESTION BANK
Actual Values
Yes No
Predicted Yes 12 3
Values
No 1 9
suitable example.
Playing Golf
Yes No
9 5
1 100 Bad
2 200 Good
3 250 Bad
4 150 Good
5 300 Bad
10. How can you conclude about the model’s 5 M1 CO3 BT4
performance using the confusion matrix?
12. a) Does the accuracy score always a good metric 3 M2 CO4 BT4
to measure the performance of a classification
QUESTION BANK
model?
15. What are the assumptions behind the K-means 2+3 M2 CO4 BT5
algorithm? How do these assumptions affect
the results?
19. Why does PCA maximize the variance in the 5 M2 CO2 BT2
data?
* Please don’t add any column in the above table. However, you may add rows as per requirement.
Group-C
(Long Answer Type Questions)
Questio Questions Mar Modu C BT
n No. ks le No. O Lev
No. el
1. a Explain Decision Tree Algorithm. 5 M1 CO BT3
) 3
QUESTION BANK
b) Apply ID3 algorithm for constructing decision tree for the 10 M2 CO BT5
following Play Tennins.csv dataset 4
A 2,2
B 3,2
C 1,1
D 3,1
QUESTION BANK
E 1.5,0.5
e Clustering 5 M2 CO BT4
) 3
b What do you mean by Gradient Descent? What are the 2+3 M3 CO BT5
) conditions in which Gradient Descent is applied? 4
* Please don’t add any column in the above table. However, you may add rows as per requirement.