2024 - PCS - 24P2CSC04 - Question Bank ML
2024 - PCS - 24P2CSC04 - Question Bank ML
A. Neither supervised nor unsupervised learning B. Both supervised and unsupervised learning
Answer is : D
2 1 1 A OBJ The learner is trying to predict housing prices based on the size of each house. What type of regression is this? CO1 An E 1
Answer is : D
3 1 1 A OBJ The learner is trying to predict housing prices based on the size of each house. The variable “size” is ___________ CO1 An E 1
Answer is : C
4 1 1 A OBJ The target variable is represented along ____________ CO1 An E 1
A. Y axis B. X axis
Answer is : A
5 1 1 A OBJ How many variables are required to represent a linear regression model? CO1 An E 1
A. 3 B. 2
C. 1 D. 4
Answer is : A
6 1 1 A OBJ Can a cancer detection problem be solved by logistic regression? CO1 An E 1
Sometimes
A. B. No
Answer is : C
7 1 1 A OBJ n a logistic regression problem, there are 300 instances. 270 people voted. 30 people did not cast their votes. What is CO1 An E 1
the probability of finding a person who cast one’s vote?
A. 10% B. 90%
C. 0.9 D. 0.1
Answer is : C
8 1 1 A OBJ Who invented logistic regression? CO1 An E 1
C. DR Cox D. Chervonenkis
Answer is : C
9 1 1 A OBJ The hypothesis is given by h(x) = t0 + t1x. What are t0 and t1? CO1 An E 1
192.168.236.3/examportal/admin/PrintQuestions.php?q=MjAyNHx8UENTfHwyNFAyQ1NDMDQ= 1/7
1/20/25, 4:47 PM 2024_PCS_24P2CSC04_Question Bank
10 1 1 A OBJ Which of the following statements is false about Ensemble voting? CO1 An E 1
A. It takes a linear combination of the learners B. It takes non-linear combination of the learners
C. It is the simplest way to combine multiple classifiers D. It is also known as ensembles and linear opinion pools
Answer is : B
11 1 1 A OBJ Which of the following is a solution for the problem, where the classifiers erroneously give unusual low or high support to CO1 R E 1
a particular class?
Answer is : D
12 1 1 A OBJ The cost function is minimized by __________ CO1 R E 1
Answer is : D
13 1 1 A OBJ What happens when the learning rate is low? CO1 R E 1
A. It always reaches the minima quickly B. It reaches the minima very slowly
Answer is : B
14 1 1 A OBJ Which of the following statements is false about gradient descent? CO1 R E 1
A. 0i + 4j B. 1i + 10j
C. 2i – 3j D. -3i + 4j
Answer is : A
16 1 1 A OBJ Which of the following is not related to a gradient descent? CO1 R E 1
A. AdaBoost B. Adadelta
C. Adagrad D. RMSprop
Answer is : A
17 1 1 A OBJ Which of the following statements is not true about Kernel methods? CO1 R E 1
A. It can be used for pattern analysis or pattern recognition B. It maps the data into higher dimensional space
Answer is : A
192.168.236.3/examportal/admin/PrintQuestions.php?q=MjAyNHx8UENTfHwyNFAyQ1NDMDQ= 2/7
1/20/25, 4:47 PM 2024_PCS_24P2CSC04_Question Bank
19 1 1 A OBJ The original hypothesis is known as ______. CO1 R E 1
Answer is : B
20 1 1 A OBJ The learner is trying to predict housing prices based on the size of each house. The variable “size” is ___________ CO1 R E 1
Answer is : C
21 1 1 A OBJ The hypothesis is given by h(x) = t0 + t1x. What is the goal of t0 and t1? CO1 R E 1
C. Give h(x) as close to y, in training data, as possible D. Give h(x) closer to x than y
Answer is : C
22 1 1 A OBJ In the simplified hypothesis, what does hypothesis H and cost function J depend on? CO1 R E 1
Answer is : C
23 1 1 A OBJ How are the points in the domain set given as input to the algorithm? CO1 R E 1
C. Polynomials D. Clusters
Answer is : A
24 1 1 A OBJ To which input does the learner has access to? CO1 R E 1
Answer is : C
25 1 1 A OBJ What is the learner’s output also called? CO1 R E 1
Answer is : A
26 1 1 B DESC CO1 R E 7
Describe Regression with example.
27 1 1 B DESC CO1 R E 7
Describe Correlation Analysis with example.
28 1 1 B DESC CO1 R E 7
Explain Logistic Regression with example.
29 1 1 B DESC CO1 R E 7
Decribe Gradient descent with example.
30 1 1 B DESC CO1 R E 7
List out principle of component ANalysis with example.
31 1 1 C DESC CO1 Ap E 10
Explain Types of Correlation alalysis with example.
32 1 1 C DESC CO1 Ap E 10
Explain in detail about types of gradient analysis with example.
33 1 1 C DESC CO1 Ap E 10
Explain Factor analysis in K-Means with example.
192.168.236.3/examportal/admin/PrintQuestions.php?q=MjAyNHx8UENTfHwyNFAyQ1NDMDQ= 3/7
1/20/25, 4:47 PM 2024_PCS_24P2CSC04_Question Bank
34 1 1 C DESC CO1 R E 10
Explain Discriminate analysis with example.
35 1 1 C DESC CO1 R E 10
Explain Rank correlation ,Partial and Multiple Correlation with excample.
36 2 1 A OBJ G = (<sunny, ?, ?, ?> ; <?, warm, ?, ?> ; <?, ?, high, ?>). Training data = <sunny, warm, normal, same> => Yes CO1 R E 1
(positive example). How will G be represented after encountering this training data?
A. <phi, phi, phi, phi> B. (<sunny, ?, ?, ?> ; <?, warm, ?, ?> ; <?, ?, high, ?>)
Answer is : C
37 2 1 A OBJ The error of h with respect to c is the probability that a randomly drawn instance will fall into the region where CO1 R E 1
_________
C. h is greater than c but not less D. h is lesser than c but not greater
Answer is : A
38 2 1 A OBJ What function is used for hypothesis representation in logistic regression? CO1 R E 1
Answer is : D
39 2 1 A OBJ If distribution D assigns zero probability to instances where h not equal to c, then an error will be ______ CO1 R E 1
A. 1 B. 0.5
C. 0 D. infinite
Answer is : C
40 2 2 A OBJ Who introduced the concept of PAC learning? CO2 R E 1
Answer is : D
41 2 2 A OBJ One of the goals of PAC learning is to give __________ CO2 R E 1
Answer is : D
42 2 2 A OBJ How do we learn concepts from training examples? CO2 R E 1
A. Arbitrarily B. Decremental
C. Incrementally D. Non-incremental
Answer is : C
43 2 2 A OBJ In the list-then-eliminate algorithm, the initial version space contains _____ CO2 R E 1
Answer is : B
192.168.236.3/examportal/admin/PrintQuestions.php?q=MjAyNHx8UENTfHwyNFAyQ1NDMDQ= 4/7
1/20/25, 4:47 PM 2024_PCS_24P2CSC04_Question Bank
44 2 2 A OBJ dataset with 4 attributes, which is the most general hypothesis? CO2 R E 1
Answer is : C
45 2 2 A OBJ What does VC dimension do? CO2 U E 1
Answer is : D
46 2 2 A OBJ What is the VC dimension of a straight line? CO2 U E 1
A. 3 B. 2
C. 4 D. 0
Answer is : A
47 2 2 A OBJ What is the relation between VC dimension and hypothesis space H? CO2 U E 1
Answer is : C
48 2 2 A OBJ What is the advantage of VC dimension over PAC learning? CO2 U E 1
A. VC dimension reduces complexity of training data B. VC dimension outputs more accurate predictors
Answer is : C
49 2 2 A OBJ What is present in the version space of the Find-S algorithm in the beginning? CO2 U E 1
Answer is : D
50 2 2 A OBJ What is one of the advantages of the Find-S algorithm? CO2 U E 1
Answer is : A
51 2 2 A OBJ Candidate-Elimination algorithm can be described by ____________ CO2 U E 1
Answer is : C
52 2 2 A OBJ S = <phi, phi, phi, phi>Training data = <rainy, cold, normal, change> => No (negative example). How will S be CO2 U E 1
represented after encountering this training data?
Answer is : A
192.168.236.3/examportal/admin/PrintQuestions.php?q=MjAyNHx8UENTfHwyNFAyQ1NDMDQ= 5/7
1/20/25, 4:47 PM 2024_PCS_24P2CSC04_Question Bank
53 2 2 A OBJ What is one of the drawbacks of Empirical Risk Minimization? CO2 U E 1
C. Overfitting D. No drawbacks
Answer is : C
54 2 2 A OBJ What is machine learning? CO2 R E 1
Answer is : B
55 2 2 A OBJ What is the primary goal of supervised learning? CO2 R E 1
Answer is : A
56 2 2 A OBJ Which of the following is an example of an unsupervised learning algorithm? CO2 R E 1
Answer is : B
57 2 2 A OBJ In classification, what does the term "class label" refer to? CO2 R E 1
Answer is : C
58 2 2 A OBJ What is the purpose of regularization in machine learning models? CO2 R E 1
Answer is : B
59 2 2 A OBJ What is the difference between precision and recall? CO2 U E 1
Answer is : B
61 2 2 B DESC CO2 Ap E 7
Describe Version Space with example.
62 2 2 B DESC CO2 Ap E 7
List out and explain the Issues in Machine Learning with example.
63 2 2 B DESC CO2 Ap E 7
Explain PAC Learning with example.
64 2 2 B DESC CO2 Ap E 7
Describe VC Dimension with example.
65 2 2 B DESC CO2 Ap E 7
Describe Supervised Machine Learning with example.
192.168.236.3/examportal/admin/PrintQuestions.php?q=MjAyNHx8UENTfHwyNFAyQ1NDMDQ= 6/7
1/20/25, 4:47 PM 2024_PCS_24P2CSC04_Question Bank
66 2 2 C DESC CO2 E E 10
Explain Canditate Elimination algorithm with suitable traning and testing data set.
67 2 2 C DESC CO2 E E 10
Explain in detail about Find-S algorithm with suitable hypothesis.
68 2 2 C DESC CO2 E E 10
Briefly explain Fininte and Infinite hypothesis with suitable example.
69 2 2 C DESC CO2 E E 10
Explain PAC Learing with suitable example.
70 2 2 C DESC CO2 E E 10
Listout and explain Challenges in machine learning with example.
192.168.236.3/examportal/admin/PrintQuestions.php?q=MjAyNHx8UENTfHwyNFAyQ1NDMDQ= 7/7