MST-2 - Machine Learning
MST-2 - Machine Learning
MST-2_Machine Learning
* Required
Untitled Section
Discriminative
Generative
41. How many input nodes are required to process a grayscale image of 1 point
28X28? *
28 X 1
28 X 28
56 X 56
56 X 1
https://docs.google.com/forms/d/e/1FAIpQLSem15gzca-m2XzSWpRj2gW8lsTesjN6_NZtWjXjbFglUilUEw/formResponse 1/14
5/12/2020 MST-2_Machine Learning
34. When deriving a memory cell in memory networks, we choose to read 1 point
values as vector values instead of scalars. Which type of addressing would
this entail? *
Content-based addressing
Location-based addressing
https://docs.google.com/forms/d/e/1FAIpQLSem15gzca-m2XzSWpRj2gW8lsTesjN6_NZtWjXjbFglUilUEw/formResponse 2/14
5/12/2020 MST-2_Machine Learning
receptors
transmitter
transmission
TRUE
FALSE
Find the optimal separating hyperplane which minimizes the margin of training data
Find the optimal separating hyperplane which maximizes the margin of training data
11. In nearest neighbour case, the stored pattern closest to input pattern is 1 point
recalled, where does it occurs? *
https://docs.google.com/forms/d/e/1FAIpQLSem15gzca-m2XzSWpRj2gW8lsTesjN6_NZtWjXjbFglUilUEw/formResponse 3/14
5/12/2020 MST-2_Machine Learning
Minimum margin
Maximum margin
39. In neural networks, nonlinear activation functions such as sigmoid, tanh, 1 point
and ReLU *
help to learn nonlinear decision boundaries always output values between 0 and 1
receptors
transmitter
https://docs.google.com/forms/d/e/1FAIpQLSem15gzca-m2XzSWpRj2gW8lsTesjN6_NZtWjXjbFglUilUEw/formResponse 4/14
5/12/2020 MST-2_Machine Learning
We can predict any future state from the previous state and the matrix of transition
probabilities.
A and D
40. Which of the following types of RNN is best suited for sentiment 1 point
analysis? *
One to One
b) One to Many
c) Many to One
d)Many To Many
29. The network that involves backward links from output to the input and 1 point
Perceptrons
https://docs.google.com/forms/d/e/1FAIpQLSem15gzca-m2XzSWpRj2gW8lsTesjN6_NZtWjXjbFglUilUEw/formResponse 5/14
5/12/2020 MST-2_Machine Learning
25. Which of the following SVM model can be used to detect the outliers? * 1 point
nu-SVM classification
nu-SVM regression
one-classification
Supervised
Unsupervised
In this situation, neurons become inactive and only output 0 for any input
Dying ReLU neurons do not play any role in discriminating the input and become
useless
https://docs.google.com/forms/d/e/1FAIpQLSem15gzca-m2XzSWpRj2gW8lsTesjN6_NZtWjXjbFglUilUEw/formResponse 6/14
5/12/2020 MST-2_Machine Learning
32. Exploding gradient problem is an issue in training deep networks where 1 point
the gradient getS so large that the loss goes to an infinitely high value and
then explodes.What is the probable approach when dealing with
“Exploding Gradient” problem in RNNs? *
Gradient clipping
Dropout
None of these
31. Given an n-character word, we want to predict which character would 1 point
be the n+1th character in the sequence. For example, our input is
“predictio” (which is a 9 character word) and we have to predict what
would be the 10th character.Which neural network architecture would be
suitable to complete this task? *
Classification
Regression
Clustering
https://docs.google.com/forms/d/e/1FAIpQLSem15gzca-m2XzSWpRj2gW8lsTesjN6_NZtWjXjbFglUilUEw/formResponse 7/14
5/12/2020 MST-2_Machine Learning
actual output is determined by computing the outputs of units for each hidden layer
hidden layers output is not all important, they are only meant for supporting input and
output layers
class identification
weight adjustment
https://docs.google.com/forms/d/e/1FAIpQLSem15gzca-m2XzSWpRj2gW8lsTesjN6_NZtWjXjbFglUilUEw/formResponse 8/14
5/12/2020 MST-2_Machine Learning
8. What leads to minimization of error between the desired & actual 1 point
outputs? *
stability
convergence
26. Markov analysis is a technique that deals with the probabilities of future 1 point
occurrences by *
https://docs.google.com/forms/d/e/1FAIpQLSem15gzca-m2XzSWpRj2gW8lsTesjN6_NZtWjXjbFglUilUEw/formResponse 9/14
5/12/2020 MST-2_Machine Learning
machine breakdowns.
13. By using only linear processing units in output layer, can a artificial 1 point
neural network capture association if input patterns is greater then
dimensionality of input vectors? *
YES
NO
pattern mapping
pattern association
pattern classification
https://docs.google.com/forms/d/e/1FAIpQLSem15gzca-m2XzSWpRj2gW8lsTesjN6_NZtWjXjbFglUilUEw/formResponse 10/14
5/12/2020 MST-2_Machine Learning
35. If calculation of reset gate in GRU unit is close to 0, which of the 1 point
following would occur? *
OVAL
ROUND
TREE
RECTANGULAR
https://docs.google.com/forms/d/e/1FAIpQLSem15gzca-m2XzSWpRj2gW8lsTesjN6_NZtWjXjbFglUilUEw/formResponse 11/14
5/12/2020 MST-2_Machine Learning
30. Why is an RNN (Recurrent Neural Network) used for machine 1 point
translation, say translating English to French? (Check all that apply.) *
10. Can a neural network learn & recall at the same time? * 1 point
YES
NO
38. Which of the following techniques can be used for normalization in text 1 point
mining? *
Stemming
Lemmatization
Both A and B
YES
NO
https://docs.google.com/forms/d/e/1FAIpQLSem15gzca-m2XzSWpRj2gW8lsTesjN6_NZtWjXjbFglUilUEw/formResponse 12/14
5/12/2020 MST-2_Machine Learning
37. Ability to learn how to do tasks based on the data given for training or 1 point
initial experience *
Self Organization
Adaptive Learning
Fault tolerance
Robustness
36. If calculation of update gate in GRU unit is close to 1, which of the 1 point
following would occur? *
22. The training examples closest to the separating hyperplane are called 1 point
as _______ *
Training vectors
Test vectors
Support vectors
https://docs.google.com/forms/d/e/1FAIpQLSem15gzca-m2XzSWpRj2gW8lsTesjN6_NZtWjXjbFglUilUEw/formResponse 13/14
5/12/2020 MST-2_Machine Learning
17. Does backpropagaion learning is based on gradient descent along error 1 point
surface? *
YES
NO
cannot be said
5. Learning is a? * 1 point
slow process
fast process
can’t say
This form was created inside of Acropolis Institute of Technology and Research. Report Abuse
Forms
https://docs.google.com/forms/d/e/1FAIpQLSem15gzca-m2XzSWpRj2gW8lsTesjN6_NZtWjXjbFglUilUEw/formResponse 14/14