Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

» Machine Learning (ML) solved MCQs

What is Model Selection in Machine Learning?

Question:

What is Model Selection in Machine Learning?

A.

the process of selecting models among different mathematical models, which are used to describe the same data set

B.

when a statistical model describes random error or noise instead of underlying relationship

C.

find interesting directions in data and find novel observations/ database cleaning

D.

all above

Answer» a. the process of selecting models among different mathematical models, which are used to describe the same data set

Note: The above multiple-choice question is for all general and Competitive Exams in India

What is Model Selection in Machine Learning? Read More »

» Machine Learning (ML) solved MCQs

Which of the following are supervised learning applications

Question:

Which of the following are supervised learning applications

A.

spam detection, pattern detection, natural language processing

B.

image classification, real-time visual tracking

C.

autonomous car driving, logistic optimization

D.

bioinformatics, speech recognition

Answer» a. spam detection, pattern detection, natural language processing

Note: The above multiple-choice question is for all general and Competitive Exams in India

Which of the following are supervised learning applications Read More »

» Machine Learning (ML) solved MCQs

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

Question:

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.

Note: The above multiple-choice question is for all general and Competitive Exams in India

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

» Machine Learning (ML) solved MCQs

scikit-learn offers the class           , which is responsible for filling the holes using a strategy based on the mean, median, or frequency

Question:

scikit-learn offers the class           , which is responsible for filling the holes using a strategy based on the mean, median, or frequency

A.

labelencoder

B.

labelbinarizer

C.

dictvectorizer

D.

imputer

Answer» d. imputer

Note: The above multiple-choice question is for all general and Competitive Exams in India

scikit-learn offers the class           , which is responsible for filling the holes using a strategy based on the mean, median, or frequency Read More »

» Machine Learning (ML) solved MCQs

Which of the following scale data by removing elements that don’t belong to a given range or by considering a maximum absolute value.

Question:

Which of the following scale data by removing elements that don’t belong to a given range or by considering a maximum absolute value.

A.

minmaxscaler

B.

maxabsscaler

C.

both a & b

D.

none of the mentioned

Answer» c. both a & b

Note: The above multiple-choice question is for all general and Competitive Exams in India

Which of the following scale data by removing elements that don’t belong to a given range or by considering a maximum absolute value. Read More »

» Machine Learning (ML) solved MCQs