Question
1
Consider the task of building a
classifier from random data, where the attribute values are generated randomly
irrespective of the class labels. Assume the data set contains records from two
classes, “+” and “−.” Half of the data set is used for training while the
remaining half is used for testing. Suppose there are equal number of “+” and
“--” records in test data set and classifier predicts every test record to be
positive. What is the expected error rate of the classifier on the test data?
Select one:
a.
Information is not enough.
b.
0%
c.
100%
d.
50%
Feedback
The correct answer is: 50%
Question
2
We built a classifier to detect
which gender a name belongs to. We represent each name in term of the following
features.
·
Number of characters in the name.
·
Number of vowels.
·
If name contains character y or not. (1 for yes, and 0 for no)
Training data set is as follows:
Akash: Male
Pinky: Female
State which one of the following is
true?
Select one or more:
a.
The dimensionality of the data under this feature representation is 3.
b.
The dimensionality of the data under this feature representation is 2.
c.
The feature vectors of the training name Pinky is [5,1,1].
d.
The feature vectors of the training name Akash is [5,2,1].
The feature vectors of the training name Akash is [5,2,1].
Feedback
The correct answer is: The
dimensionality of the data under this feature representation is 3., The feature
vectors of the training name Pinky is [5,1,1].
Question
3
Which of the following statements
are true?
Select one or more:
a.
We can use Genetic Algorithm for classification.
b.
Crossover is essential in Genetic Algorithm.
c.
We cannot use Genetic Algorithm for classification.
d.
Mutation is essential in Genetic Algorithm.
Feedback
The correct answer is: Crossover is
essential in Genetic Algorithm., We can use Genetic Algorithm for
classification.
Question
4
Consider the task of building a
classifier from random data, where the attribute values are generated randomly
irrespective of the class labels. Assume the data set contains records from two
classes, “+” and “−.” Half of the data set is used for training while the
remaining half is used for testing. Suppose there are equal number of “+” and
“--” records in test data set and classifier predicts each test record to be
positive class with probability 0.8 and negative class with probability 0.2.
What is the expected error rate of the classifier on the test data?
Select one:
a.
100%
b.
0%
c.
Information is not enough
d.
50%
Feedback
The correct answer is: 50%
Question
5
Which of the following statements
are true about univariate Gaussian Distribution?
Select one or more:
a.
Mean and Mode are different.
b.
Mean and Mode are same.
c.
None of them.
d.
Beta Distribution is prior conjugate.
Feedback
The correct answer is: Mean and Mode
are same., Beta Distribution is prior conjugate.
Question
6
Consider the following
transformation of the feature space where X = (x1,x2)
Φ(x) = (x12, √2x1x2, x22 ). Which one is the valid kernel for
this transformation?
Select one:
a.
K(x,z)=(xTz)
K(x,z)=(xTz)
b.
K(x,z)=( xTz + 1)2
c.
None of them.
d.
K(x,z)=(xTz)2
Feedback
The correct answer is:
K(x,z)=(xTz)2
K(x,z)=(xTz)2
Question
7
Figure illustrates decision
boundaries for two nearest-neighbor classifiers. Which of the following
statements are true?
Select one or more:
a.
Decision boundary 1 belongs to 1 nearest neighbor.
b.
Decision boundary 1 belongs to 3 nearest neighbor.
c.
Decision boundary 2 belongs to 1 nearest neighbor.
d.
Decision boundary 2 belongs to 3 nearest neighbor.
Feedback
The correct answer is: Decision
boundary 1 belongs to 1 nearest neighbor., Decision boundary 2 belongs to 3
nearest neighbor.
Question
8
Which one of the following
statements are true?
Select one or more:
a.
K-NN has slow training time, does not take into account the overall
distribution of the data.
b.
None of them.
c.
Perceptron has slow training time in respect to K-NN.
d.
K-NN has slow testing time, does take into account the overall distribution of
the data.
Feedback
The correct answer is: Perceptron
has slow training time in respect to K-NN.
Question
9
Which one of the following
statements are true?
Select one or more:
a.
Neural network use to capture nonlinear relationship between input and output.
Neural network use to capture nonlinear relationship between input and output.
b.
Perceptron can classify nonlinear separable data accurately.
Perceptron can classify nonlinear separable data accurately.
c.
All of them.
d.
Perceptron can only be used to classify two dimensional input.
Feedback
The correct answer is:
Neural network use to capture nonlinear relationship between input and output.
Neural network use to capture nonlinear relationship between input and output.
Question
10
Which of the options are true for
the given statement.?
Given a set of linearly separable
training examples, we train the perceptron algorithm twice, initializing the
weights differently for each run. The two training procedures traverse the data
points in the same order and are run until convergence.
Select one or more:
a.
two resulting classifiers have the same performance on the test set
b.
two resulting classifiers have the different performance on the test set
c.
two resulting classifiers have the different performance on the training set
d.
two resulting classifiers have the same performance on the training set
Feedback
The correct answer is: two resulting
classifiers have the same performance on the training set, two resulting classifiers
have the different performance on the test set
Question
11
Which of the Boolean function given
below is linearly separable?
Select one or more:
a.
(X XOR Y) AND (X OR Y)
b.
NOT X AND Y
c.
X AND Y AND Z
d.
(X OR Y) AND (X OR Z)
Feedback
The correct answer is: X AND Y AND
Z, NOT X AND Y, (X OR Y) AND (X OR Z)
Question
12
State True/False for the following
statement. The Support Vectors do not change when we train SVM directly on
input and when we map input to the higher dimension and then train SVM.
Select one:
a.
False
b.
True
Feedback
The correct answer is: False
Question
13
We built a classifier to detect
which gender a name belong to. We represent each name in term of the following
features.
·
Number of characters in the name.
·
Number of vowels.
·
If name contains character y or not. (1 for yes, and 0 for no)
Training data set is as follows:
Akash: Male
Pinky: Female
Using the kNN algorithm with k = 1
and Euclidean (L2) distance, we want to predict the gender of name = Whisky.
State which of the following
statements are true?
Select one or more:
a.
L2 distance between Akash and Whisky is 3 and classifier predicts Male.
b.
L2 distance between Akash and Whisky is 2 and classifier predicts Female.
c.
L2 distance between Pinky and Whisky is 1 and classifier predicts Female.
d.
L2 distance between Pinky and Whisky is 2 and classifier predicts Female.
Feedback
The correct answer is: L2 distance
between Pinky and Whisky is 1 and classifier predicts Female.
Question
14
Consider the following training set
in 2-dimentional Euclidean space.
Point
|
Coordinate
|
Class
|
X1
|
(-1, 1)
|
Negative
|
X2
|
(0, 1)
|
Positive
|
X3
|
(0, 2)
|
Negative
|
X4
|
(1, -1)
|
Positive
|
X5
|
(1, 0)
|
Positive
|
X6
|
(1, 2)
|
Positive
|
X7
|
(2, 2)
|
Negative
|
X6
|
(1, 3)
|
Positive
|
Which of the following is true?
Select one or more:
a.
If 8NN classifier is consider, point (0,0) belongs to Positive class.
If 8NN classifier is consider, point (0,0) belongs to Positive class.
b.
If 5NN classifier is consider, point (0,0) belongs to Positive class.
If 5NN classifier is consider, point (0,0) belongs to Positive class.
c.
If 2NN classifier is consider, point (0,0) belongs to Positive class.
d.
If 1NN classifier is consider, point (0,0) belongs to Positive class.
If 1NN classifier is consider, point (0,0) belongs to Positive class.
Feedback
The correct answer is:
If 8NN classifier is consider, point (0,0) belongs to Positive class.,
If 1NN classifier is consider, point (0,0) belongs to Positive class.,
If 5NN classifier is consider, point (0,0) belongs to Positive class., If 2NN classifier is consider, point (0,0) belongs to Positive class.
If 8NN classifier is consider, point (0,0) belongs to Positive class.,
If 1NN classifier is consider, point (0,0) belongs to Positive class.,
If 5NN classifier is consider, point (0,0) belongs to Positive class., If 2NN classifier is consider, point (0,0) belongs to Positive class.
Question
15
Which of the following statement are
true ?
Select one or more:
a.
Genetic algorithm always stuck to the local minimum.
b.
Gradient decent method always stuck to the local minimum.
c.
Genetic algorithm runs faster than Gradient decent method.
d.
All of them.
Feedback
The correct answer is: Gradient
decent method always stuck to the local minimum.
Awesome...
ReplyDeleteSurvival8: Bits Wilp Software Development For Portable Devices 2017-H2 Handout >>>>> Download Now
Delete>>>>> Download Full
Survival8: Bits Wilp Software Development For Portable Devices 2017-H2 Handout >>>>> Download LINK
>>>>> Download Now
Survival8: Bits Wilp Software Development For Portable Devices 2017-H2 Handout >>>>> Download Full
>>>>> Download LINK Ye
i tried mailing you , but it is not going through. Can you please share the answers to this question paper if you have.
ReplyDeleteThanks
Mail me at ashishjainblogger@gmail.com
DeleteMention the subject(s) for which you want help.
Thanks for putting up the content in such organized manner.Great Help. Thumbs UP !!
ReplyDeleteRecorded lecture links are not working please help
ReplyDeleteIs there a group/whatsapp group for Mtech in computing systems and Infrastructure?
ReplyDeleteVery useful .. Thank you very much
ReplyDeleteAre you Looking for Smart Device Development? QuantaEd Solutions is the Best Smart Device Development Company, We design and develop smart devices that suit the healthcare requirements. For any inquiry call us we will provide all kind of assistance. For more details visit- https://quantaedsolutions.com
ReplyDeleteThis post is so interactive and informative.keep updating more information...
ReplyDeleteSoftware Testing Courses in Mumbai
Software Testing Training in Ahmedabad
Software Testing Courses in Kochi
Software Testing Courses in Trivandrum
Software Testing Courses in Kolkata
Thanks for the blog article.Thanks Again. Keep writing.
ReplyDeletejava online training hyderabad
java online training in india
Thanks for the blog article.Much thanks again. Fantastic.
ReplyDeleteonline training in java
online training on java
AI & ML in Dubai
ReplyDeletehttps://www.nsreem.com/ourservices/ai-ml/
Artificial intelligence is very widespread today. In at least certainly considered one among its various forms has had an impact on all major industries in the world today, NSREEM is #1 AI & ML Service Provider in Dubai
1634348519669-9
Thank you for giving valuable information about software for portable device, we can also develop custom software from pixabulous design.
ReplyDeleteNice Blog!!!
ReplyDeleteServiceNow Training
ServiceNow Online Training in Hyderabad
This article explains in a clear manner. Nice way of explaining. Thanks for sharing. cloud engineering services
ReplyDeleteI really liked your blog post.Much thanks again. Awesome.
ReplyDeletejava online training
java training
Data Science Training In Noida
ReplyDeleteData Science course In Noida
WILP is a set of educational programs designed in such a way that they can be easily integrated into your work life. Earlier, only highly developed nations like the US and Europe were indoctrinating WILPs but now the WILP in India have also gained a lot of popularity.
ReplyDeleteCandidates who wish to take the BITSAT should begin studying as soon as possible. Due to the high level of competition, it is critical to follow the best BITSAT 2022 preparation tips recommended by professionals. This blog post contains BITSAT 2022 study suggestions as well as exam pattern and syllabus information. Continue reading to get answers to all of your questions. To know more information visit @ SSSi Online Tutoring Services.
ReplyDeleteSurvival8: Bits Wilp Software Development For Portable Devices 2017-H2 Handout >>>>> Download Now
ReplyDelete>>>>> Download Full
Survival8: Bits Wilp Software Development For Portable Devices 2017-H2 Handout >>>>> Download LINK
>>>>> Download Now
Survival8: Bits Wilp Software Development For Portable Devices 2017-H2 Handout >>>>> Download Full
>>>>> Download LINK bO
"Thanks for sharing this informative blog on Best Software Development company in chennai,Software Development Company in chennai,
ReplyDeleteBest Software Development company in india,
Top software development company in chennai,
Software Development Company in india"
The BITS Pilani Admission Process is designed to select the brightest minds for its world-class programs. With its independent entrance exam, BITSAT, and direct admission opportunities for board toppers, the institute ensures that only the most deserving candidates secure a place.
ReplyDelete