Machine Learning MCQ
Machine Learning MCQ
Machine Learning MCQ
Answer
Correct option is D
Answer
Correct option is C
Answer
Correct option is C
4. Choose the correct option regarding machine learning (ML) and artificial
intelligence (AI)
(A) ML is a set of techniques that turns a dataset into a software
(B) AI is a software that can emulate the human mind
(C) ML is an alternate way of programming intelligent machines
(D) All of the above
Answer
Correct option is D
5. Which of the factors affect the performance of the learner system does not include?
(A) Good data structures
(B) Representation scheme used
(C) Training scenario
(D) Type of feedback
Answer
Correct option is A
6. In general, to have a well-defined learning problem, we must identity which of the
following
(A) The class of tasks
(B) The measure of performance to be improved
(C) The source of experience
(D) All of the above
Answer
Correct option is D
7. Successful applications of ML
(A) Learning to recognize spoken words
(B) Learning to drive an autonomous vehicle
(C) Learning to classify new astronomical structures
(D) Learning to play world-class backgammon
(E) All of the above
Answer
Correct option is E
Answer
Correct option is E
11. Concept learning inferred a ______ valued function from training examples of its
input and output.
(A) Decimal
(B) Hexadecimal
(C) Boolean
(D) All of the above
Answer
Correct option is C
Answer
Correct option is B
Answer
Correct option is B
14. What kind of learning algorithm for "Facial identities or facial expressions"?
(A) Prediction
(B) Recognition Patterns
(C) Generating Patterns
(D) Recognizing Anomalies
Answer
Correct option is B
16. Real-Time decisions, Game AI, Learning Tasks, Skill Aquisition, and Robot
Navigation are applications of which of the folowing
(A) Supervised Learning: Classification
(B) Reinforcement Learning
(C) Unsupervised Learning: Clustering
(D) Unsupervised Learning: Regression
Answer
Correct option is B
18. Fraud Detection, Image Classification, Diagnostic, and Customer Retention are
applications in which of the following
(A) Unsupervised Learning: Regression
(B) Supervised Learning: Classification
(C) Unsupervised Learning: Clustering
(D) Reinforcement Learning
Answer
Correct option is B
19. Which of the following is not function of symbolic in the various function
representation of Machine Learning?
(A) Rules in propotional Logic
(B) Hidden-Markov Models (HMM)
(C) Rules in first-order predicate logic
(D) Decision Trees
Answer
Correct option is B
20. Which of the following is not numerical functions in the various function
representation of Machine Learning?
(A) Neural Network
(B) Support Vector Machines
(C) Case-based
(D) Linear Regression
Answer
Correct option is C
21. FIND-S Algorithm starts from the most specific hypothesis and generalize it by
considering only ________ examples.
(A) Negative
(B) Positive
(C) Negative or Positive
(D) None of the above
Answer
Correct option is B
24. Inductive learning is based on the knowledge that if something happens a lot it is
likely to be generally.
(A) True
(B) False
Answer
Correct option is A
25. Inductive learning takes examples and generalizes rather than starting with
__________ knowledge.
(A) Inductive
(B) Existing
(C) Deductive
(D) None of these
Answer
Correct option is B
26. A drawback of the FIND-S is that, it assumes the consistency within the training
set.
(A) True
(B) False
Answer
Correct option is A
Unit-2
Answer
Correct option is B
2. Which of the following is a widely used and effective machine learning algorithm
based on the idea of bagging?
(A) Decision Tree
(B) Random Forest
(C) Regression
(D) Classification
Answer
Correct option is B
3. To find the minimum or the maximum of a function, we set the gradient to zero
because which of the following
(A) Depends on the type of problem
(B) The value of the gradient at extrema of a function is always zero
(C) Both (A) and (B)
(D) None of these
Answer
Correct option is B
17. A 3-input neuron has weights 1, 4 and 3. The transfer function is linear with the
constant of proportionality being equal to 3. The inputs are 4, 8 and 5 respectively.
What will be the output?
(A) 139
(B) 153
(C) 612
(D) 160
Answer
Correct option is B
22. Neural Networks are complex _____ functions with many parameters.
(A) Linear
(B) Non linear
(C) Discreate
(D) Exponential
Answer
Correct option is A
23. The general tasks that are performed with backpropagation algorithm
(A) Pattern mapping
(B) Prediction
(C) Function approximation
(D) All of the above
Answer
Correct option is D
24. Backpropagaion learning is based on the gradient descent along error surface.
(A) True
(B) False
Answer
Correct option is A
27. The network that involves backward links from output to the input and hidden
layers is known as
(A) Recurrent neural network
(B) Self organizing maps
(C) Perceptrons
(D) Single layered perceptron
Answer
Correct option is A
Answer
Correct option is C
2. Which of the following is the consequence between a node and its predecessors
while creating bayesian network?
(A) Conditionally independent
(B) Functionally dependent
(C) Both Conditionally dependant & Dependant
(D) Dependent
Answer
Correct option is A
5. _____ provides way and means of weighing up the desirability of goals and the
likelihood of achieving them.
(A) Utility theory
(B) Decision theory
(C) Bayesian networks
(D) Probability theory
Answer
Correct option is A
7. Probability provides a way of summarizing the ______ that comes from our
laziness and ignorances.
(A) Belief
(B) Uncertaintity
(C) Joint probability distributions
(D) Randomness
Answer
Correct option is B
9. Causal chain (For example, Smoking cause cancer) gives rise to:-
(A) Conditionally Independence
(B) Conditionally Dependence
(C) Both
(D) None of the above
Answer
Correct option is A
10. The bayesian network can be used to answer any query by using:-
(A) Full distribution
(B) Joint distribution
(C) Partial distribution
(D) All of the above
Answer
Correct option is B
11. Bayesian networks allow compact specification of:-
(A) Joint probability distributions
(B) Belief
(C) Propositional logic statements
(D) All of the above
Answer
Correct option is A
12. The compactness of the bayesian network can be described by
(A) Fully structured
(B) Locally structured
(C) Partially structured
(D) All of the above
Answer
Correct option is B
13. The Expectation Maximization Algorithm has been used to identify conserved
domains in unaligned proteins only. State True or False.
(A) True
(B) False
Answer
Correct option is B
Answer
Correct option is C
19. In the intermediate steps of "EM Algorithm", the number of each base in each
column is determined and then converted to fractions.
(A) True
(B) False
Answer
Correct option is A
20. Naïve Bayes algorithm is based on _______ and used for solving classification
problems.
(A) Bayes Theorem
(B) Candidate elimination algorithm
(C) EM algorithm
(D) None of the above
Answer
Correct option is A
24. In which of the following types of sampling the information is carried out under
the opinion of an expert?
(A) Convenience sampling
(B) Judgement sampling
(C) Quota sampling
(D) Purposive sampling
Answer
Correct option is B
Answer
Correct option is C
Answer
Correct option is A
Answer
Correct option is A
4. Statement: True error defined over entire instance space, not just training data
(A) True
(B) False
Answer
Correct option is A
Answer
Correct option is D
6. What area of CLT tells “How many examples we need to find a good
hypothesis ?”?
(A) Sample Complexity
(B) Computational Complexity
(C) Mistake Bound
(D) None of these
Answer
Correct option is A
7. What area of CLT tells “How much computational power we need to find a
good hypothesis ?”?
(A) Sample Complexity
(B) Computational Complexity
(C) Mistake Bound
(D) None of these
Answer
Correct option is B
8. What area of CLT tells “How many mistakes we will make before finding a
good hypothesis ?”?
(A) Sample Complexity
(B) Computational Complexity
(C) Mistake Bound
(D) None of these
Answer
Correct option is C
9. (For question no. 9 and 10) Can we say that concept described by
conjunctions of Boolean literals are PAC learnable?
(A) Yes
(B) No
Answer
Correct option is A
10. How large is the hypothesis space when we have n Boolean attributes?
(A) |H| = 3 n
(B) |H| = 2 n
(C) |H| = 1 n
(D) |H| = 4n
Answer
Correct option is A
Answer
Correct option is A
12. For a particular learning task, if the requirement of error parameter changes
from 0.1 to 0.01. How many more samples will be required for PAC learning?
(A) Same
(B) 2 times
(C) 1000 times
(D) 10 times
Answer
Correct option is D
Answer
Correct option is D
Answer
Correct option is D
Answer
Correct option is C
Answer
Correct option is A
Answer
Correct option is C
Answer
Correct option is C
Answer
Correct option is D
23. How many types of layer in radial basis function neural networks?
(A) 3
(B) 2
(C) 1
(D) 4
Answer
Correct option is A, Input layer, Hidden layer, and Output layer
24. The neurons in the hidden layer contains Gaussian transfer function whose
output are _____________ to the distance from the centre of the neuron.
(A) Directly
(B) Inversely
(C) equal
(D) None of these
Answer
Correct option is B
25. PNN/GRNN networks have one neuron for each point in the training file,
While RBF network have a variable number of neurons that is usually
(A) less than the number of training points.
(B) greater than the number of training points
(C) equal to the number of training points
(D) None of these
Answer
Correct option is A
26. Which network is more accurate when the size of training set between small
to medium?
(A) PNN/GRNN
(B) RBF
(C) K-means clustering
(D) None of these
Answer
Correct option is A
Answer
Correct option is D
Answer
Correct option is A
1. Genetic algorithm is a
(A) Search technique used in computing to find true or approximate solution to
optimization and search problem
(B) Sorting technique used in computing to find true or approximate solution to
optimization and sort problem
(C) Both A & B
(D) None of these
Correct option is A
Correct option is A
Answer
Correct option is C
Answer
Correct option is A
Answer
Correct option is C
6. Genetic operators includes
(A) Crossover
(B) Mutation
(C) Both A & B
(D) None of these
Answer
Correct option is C
7. Produces two new offspring from two parent string by copying selected bits
from each parent is called
(A) Mutation
(B) Inheritance
(C) Crossover
(D) None of these
Answer
Correct option is C
12. _________ evolution over many generations was directly influenced by the
experiences of individual organisms during their lifetime
(A) Baldwin
(B) Lamarckian
(C) Bayes
(D) None of these
Answer
Correct option is B