124
91.2k

730+ Machine Learning (ML) Solved MCQs

Machine learning is a subset of artificial intelligence that involves the use of algorithms and statistical models to enable a system to improve its performance on a specific task over time. In other words, machine learning algorithms are designed to allow a computer to learn from data, without being explicitly programmed.

These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas: Computer Science Engineering (CSE) .

1.

Application of machine learning methods to large databases is called

A. data mining.
B. artificial intelligence
C. big data computing
D. internet of things
Answer» A. data mining.
2.

If machine learning model output involves target variable then that model is called as

A. descriptive model
B. predictive model
C. reinforcement learning
D. all of the above
Answer» B. predictive model
3.

In what type of learning labelled training data is used

A. unsupervised learning
B. supervised learning
C. reinforcement learning
D. active learning
Answer» B. supervised learning
4.

In following type of feature selection method we start with empty feature set

A. forward feature selection
B. backword feature selection
C. both a and b??
D. none of the above
Answer» A. forward feature selection
5.

In PCA the number of input dimensiona are equal to principal components

A. true
B. false
Answer» A. true
6.

PCA can be used for projecting and visualizing data in lower dimensions.

A. true
B. false
Answer» A. true
7.

Which of the following is the best machine learning method?

A. scalable
B. accuracy
C. fast
D. all of the above
Answer» D. all of the above
8.

What characterize unlabeled examples in machine learning

A. there is no prior knowledge
B. there is no confusing knowledge
C. there is prior knowledge
D. there is plenty of confusing knowledge
Answer» D. there is plenty of confusing knowledge
9.

What does dimensionality reduction reduce?

A. stochastics
B. collinerity
C. performance
D. entropy
Answer» B. collinerity
10.

Data used to build a data mining model.

A. training data
B. validation data
C. test data
D. hidden data
Answer» A. training data
11.

The problem of finding hidden structure in unlabeled data is called…

A. supervised learning
B. unsupervised learning
C. reinforcement learning
D. none of the above
Answer» B. unsupervised learning
12.

Of the Following Examples, Which would you address using an supervised learning Algorithm?

A. given email labeled as spam or not spam, learn a spam filter
B. given a set of news articles found on the web, group them into set of articles about the same story.
C. given a database of customer data, automatically discover market segments and group customers into different market segments.
D. find the patterns in market basket analysis
Answer» A. given email labeled as spam or not spam, learn a spam filter
13.

Dimensionality Reduction Algorithms are one of the possible ways to reduce the computation time required to build a model

A. true
B. false
Answer» A. true
14.

You are given reviews of few netflix series marked as positive, negative and neutral. Classifying reviews of a new netflix series is an example of

A. supervised learning
B. unsupervised learning
C. semisupervised learning
D. reinforcement learning
Answer» A. supervised learning
15.

Which of the following is a good test dataset characteristic?

A. large enough to yield meaningful results
B. is representative of the dataset as a whole
C. both a and b
D. none of the above
Answer» C. both a and b
16.

Following are the types of supervised learning

A. classification
B. regression
C. subgroup discovery
D. all of the above
Answer» D. all of the above
17.

Type of matrix decomposition model is

A. descriptive model
B. predictive model
C. logical model
D. none of the above
Answer» A. descriptive model
18.

Following is powerful distance metrics used by Geometric model

A. euclidean distance
B. manhattan distance
C. both a and b??
D. square distance
Answer» C. both a and b??
19.

The output of training process in machine learning is

A. machine learning model
B. machine learning algorithm
C. null
D. accuracy
Answer» A. machine learning model
20.

A feature F1 can take certain value: A, B, C, D, E, & F and represents grade of students from a college. Here feature type is

A. nominal
B. ordinal
C. categorical
D. boolean
Answer» B. ordinal
21.

PCA is

A. forward feature selection
B. backword feature selection
C. feature extraction
D. all of the above
Answer» C. feature extraction
22.

Dimensionality reduction algorithms are one of the possible ways to reduce the computation time required to build a model.

A. true
B. false
Answer» A. true
23.

Which of the following techniques would perform better for reducing dimensions of a data set?

A. removing columns which have too many missing values
B. removing columns which have high variance in data
C. removing columns with dissimilar data trends
D. none of these
Answer» A. removing columns which have too many missing values
24.

Supervised learning and unsupervised clustering both require which is correct according to the statement.

A. output attribute.
B. hidden attribute.
C. input attribute.
D. categorical attribute
Answer» C. input attribute.
25.

What characterize is hyperplance in geometrical model of machine learning?

A. a plane with 1 dimensional fewer than number of input attributes
B. a plane with 2 dimensional fewer than number of input attributes
C. a plane with 1 dimensional more than number of input attributes
D. a plane with 2 dimensional more than number of input attributes
Answer» B. a plane with 2 dimensional fewer than number of input attributes
26.

Like the probabilistic view, the ________ view allows us to associate a probability of membership with each classification.

A. exampler
B. deductive
C. classical
D. inductive
Answer» D. inductive
27.

Database query is used to uncover this type of knowledge.

A. deep
B. hidden
C. shallow
D. multidimensional
Answer» D. multidimensional
28.

A person trained to interact with a human expert in order to capture their knowledge.

A. knowledge programmer
B. knowledge developer r
C. knowledge engineer
D. knowledge extractor
Answer» D. knowledge extractor
29.

Some telecommunication company wants to segment their customers into distinct groups ,this is an example of

A. supervised learning
B. reinforcement learning
C. unsupervised learning
D. data extraction
Answer» C. unsupervised learning
30.

In the example of predicting number of babies based on stork's population ,Number of babies is

A. outcome
B. feature
C. observation
D. attribute
Answer» A. outcome
31.

Which learning Requires Self Assessment to identify patterns within data?

A. unsupervised learning
B. supervised learning
C. semisupervised learning
D. reinforced learning
Answer» A. unsupervised learning
32.

Select the correct answers for following statements.
1. Filter methods are much faster compared to wrapper methods.
2. Wrapper methods use statistical methods for evaluation of a subset of features while Filter methods use cross validation.

A. both are true
B. 1 is true and 2 is false
C. both are false
D. 1 is false and 2 is true
Answer» B. 1 is true and 2 is false
33.

The "curse of dimensionality" referes

A. all the problems that arise when working with data in the higher dimensions, that did not exist in the lower dimensions.
B. all the problems that arise when working with data in the lower dimensions, that did not exist in the higher dimensions.
C. all the problems that arise when working with data in the lower dimensions, that did not exist in the lower dimensions.
D. all the problems that arise when working with data in the higher dimensions, that did not exist in the higher dimensions.
Answer» A. all the problems that arise when working with data in the higher dimensions, that did not exist in the lower dimensions.
34.

In simple term, machine learning is

A. training based on historical data
B. prediction to answer a query
C. both a and b??
D. automization of complex tasks
Answer» C. both a and b??
35.

If machine learning model output doesnot involves target variable then that model is called as

A. descriptive model
B. predictive model
C. reinforcement learning
D. all of the above
Answer» A. descriptive model
36.

Following are the descriptive models

A. clustering
B. classification
C. association rule
D. both a and c
Answer» D. both a and c
37.

Different learning methods does not include?

A. memorization
B. analogy
C. deduction
D. introduction
Answer» D. introduction
38.

A measurable property or parameter of the data-set is

A. training data
B. feature
C. test data
D. validation data
Answer» B. feature
39.

Feature can be used as a

A. binary split
B. predictor
C. both a and b??
D. none of the above
Answer» C. both a and b??
40.

It is not necessary to have a target variable for applying dimensionality reduction algorithms

A. true
B. false
Answer» A. true
41.

The most popularly used dimensionality reduction algorithm is Principal Component Analysis (PCA). Which of the following is/are true about PCA? 1. PCA is an unsupervised method2. It searches for the directions that data have the largest variance3. Maximum number of principal components <= number of features4. All principal components are orthogonal to each other

A. 1 & 2
B. 2 & 3
C. 3 & 4
D. all of the above
Answer» D. all of the above
42.

Which of the following is a reasonable way to select the number of principal components "k"?

A. choose k to be the smallest value so that at least 99% of the varinace is retained. - answer
B. choose k to be 99% of m (k = 0.99*m, rounded to the nearest integer).
C. choose k to be the largest value so that 99% of the variance is retained.
D. use the elbow method
Answer» A. choose k to be the smallest value so that at least 99% of the varinace is retained. - answer
43.

Which of the folllowing is an example of feature extraction?

A. construction bag of words from an email
B. applying pca to project high dimensional data
C. removing stop words
D. forward selection
Answer» B. applying pca to project high dimensional data
44.

Prediction is

A. the result of application of specific theory or rule in a specific case
B. discipline in statistics used to find projections in multidimensional data
C. value entered in database by expert
D. independent of data
Answer» A. the result of application of specific theory or rule in a specific case
45.

You are given sesimic data and you want to predict next earthquake , this is an example of

A. supervised learning
B. reinforcement learning
C. unsupervised learning
D. dimensionality reduction
Answer» A. supervised learning
46.

PCA works better if there is
1. A linear structure in the data
2. If the data lies on a curved surface and not on a flat surface
3. If variables are scaled in the same unit

A. 1 and 2
B. 2 and 3
C. 1 and 3
D. 1,2 and 3
Answer» C. 1 and 3
47.

A student Grade is a variable F1 which takes a value from A,B,C and D. Which of the following is True in the following case?

A. variable f1 is an example of nominal variable
B. variable f1 is an example of ordinal variable
C. it doesn\t belong to any of the mentioned categories
D. it belongs to both ordinal and nominal category
Answer» B. variable f1 is an example of ordinal variable
48.

What can be major issue in Leave-One-Out-Cross-Validation(LOOCV)?

A. low variance
B. high variance
C. faster runtime compared to k-fold cross validation
D. slower runtime compared to normal validation
Answer» B. high variance
49.

Imagine a Newly-Born starts to learn walking. It will try to find a suitable policy to learn walking after repeated falling and getting up.specify what type of machine learning is best suited?

A. classification
B. regression
C. kmeans algorithm
D. reinforcement learning
Answer» D. reinforcement learning
50.

Support Vector Machine is

A. logical model
B. proababilistic model
C. geometric model
D. none of the above
Answer» C. geometric model

Done Studing? Take A Test.

Great job completing your study session! Now it's time to put your knowledge to the test. Challenge yourself, see how much you've learned, and identify areas for improvement. Don’t worry, this is all part of the journey to mastery. Ready for the next step? Take a quiz to solidify what you've just studied.