Machine Learning (ML)/Machine Learning (ML) MCQ Set 09 Sample Test,Sample questions

Question:
 A nearest neighbor approach is best used

1.with large-sized datasets.

2.when irrelevant attributes have been removed from the data.

3.when a generalized model of the data is desirable.

4.when an explanation of what has been found is of primary importance.

Posted Date:-2022-06-25 05:07:10


Question:
 During the last few years, many ______ algorithms have been applied to deepneural networks to learn the best policy for playing Atari video games and to teach an agent how to associate the right action with an input representing the state.

1.Logical

2.Classical

3.Classification

4.None of the above

Posted Date:-2022-06-25 05:49:59


Question:
 How it's possible to use a different placeholder through the parameter_______.

1.regression

2.classification

3.random_state

4.missing_values

Posted Date:-2022-06-25 05:52:29


Question:
 If Linear regression model perfectly first i.e., train error is zero, then _____________________

1.Test error is also always zero

2.Test error is non zero

3.Couldn’t comment on Test error

4.Test error is equal to Train error

Posted Date:-2022-06-25 06:00:38


Question:
 if there is only a discrete number of possible outcomes (called categories),the process becomes a______.

1.Regression

2.Classification

3.Modelfree

4.Categories

Posted Date:-2022-06-25 05:48:11


Question:
 If you need a more powerful scaling feature, with a superior control on outliers and the possibility to select a quantile range, there's also the class________

1. RobustScaler .

2.DictVectorizer

3.LabelBinarizer

4.FeatureHasher

Posted Date:-2022-06-25 05:53:13


Question:
 In many classification problems, the target ______ is made up of categorical labels which cannot immediately be processed by any algorithm.

1.random_state

2.dataset

3.test_size

4.All of the above

Posted Date:-2022-06-25 05:59:09


Question:
 In syntax of linear model lm(formula,data,..), data refers to ______

1.Matrix

2.Vector

3.Array

4.List

Posted Date:-2022-06-25 06:01:50


Question:
 Logistic regression is a ________ regression technique that is used to model data having a_____outcome.

1. linear, numeric

2. linear, binary

3.nonlinear, numeric

4.nonlinear, binary

Posted Date:-2022-06-25 05:29:46


Question:
 SVM is a ------------------ learning

1.Supervised

2.Unsupervised

3.Both

4.None

Posted Date:-2022-06-25 08:12:22


Question:
 Techniques involve the usage of both labeled and unlabeled data is called___.

1.Supervised

2.Semi-supervised

3.unsupervised

4.None of the above

Posted Date:-2022-06-25 08:15:49


Question:
 The leaf nodes of a model tree are

1.averages of numeric output attribute values.

2.nonlinear regression equations.

3. linear regression equations.

4.sums of numeric output attribute values.

Posted Date:-2022-06-25 05:28:49


Question:
 This supervised learning technique can process both numeric and categorical input attributes.

1.linear regression

2.bayes classifier

3.logistic regression

4. backpropagation learning

Posted Date:-2022-06-25 05:31:07


Question:
 What is ‘Training set’?

1.Training set is used to test the accuracy of the hypotheses generated by the learner.

2.A set of data is used to discover the potentially predictive relationship.

3.Both A & B

4.None of the above

Posted Date:-2022-06-25 05:44:45


Question:
 Which of the following are supervised learning applications

1.Spam detection,Pattern detection,Natural Language Processing

2.Image classification,Real-time visual tracking

3.Autonomous car driving,Logistic optimization

4.Bioinformatics,Speech recognition

Posted Date:-2022-06-25 05:49:07


Question:
 Which of the following is a common use of unsupervised clustering?

1.detect outliers

2.determine a best set of input attributes for supervised learning

3.evaluate the likely performance of a supervised learner model

4.determine if meaningful relationships can be found in a dataset

Posted Date:-2022-06-25 05:12:38


Question:
 Which statement is true about prediction problems?

1. the output attribute must be categorical.

2.the output attribute must be numeric.

3. the resultant model is designed to determine future outcomes.

4. the resultant model is designed to classify current behavior.

Posted Date:-2022-06-25 05:11:29


Question:
A measure of goodness of fit for the estimated regression equation is the

1.multiple coefficient of determination

2.mean square due to error

3. mean square due to regression

4.None of these

Posted Date:-2022-06-25 05:00:15


Question:
A multiple regression model has

1.only one independent variable

2.more than one dependent variable

3.more than one independent variable

4.None of the above

Posted Date:-2022-06-25 04:59:05


Question:
A multiple regression model has the form: y = 2 + 3x1 + 4x2. As x1 increases by 1 unit (holding x2constant), y will

1.increase by 3 units

2.decrease by 3 units

3. increase by 4 units

4.decrease by 4 units

Posted Date:-2022-06-25 04:58:15


Question:
A regression model in which more than one independent variable is used to predict the dependent variable is called

1.a simple linear regression model

2.a multiple regression models

3.an independent model

4. none of the above

Posted Date:-2022-06-25 04:56:33


Question:
A supervised scenario is characterized by the concept of a _____.

1.Programmer

2.Teacher

3.Author

4.Farmer

Posted Date:-2022-06-25 08:17:25


Question:
A term used to describe the case when the independent variables in a multiple regression modelare correlated is

1.regression

2.correlation

3.multicollinearity

4.None of these

Posted Date:-2022-06-25 04:57:22


Question:
According to____ , it’s a key success factor for the survival and evolution of all species.

1.Claude Shannons theory

2. Gini Index

3.Darwin’s theory

4. None of above

Posted Date:-2022-06-25 05:43:42


Question:
Another name for an output attribute.

1.predictive variable

2.independent variable

3. estimated variable

4.dependent variable

Posted Date:-2022-06-25 05:08:48


Question:
Bernoulli Naïve Bayes Classifier is ___________distribution

1.Continuous

2.Discrete

3.Binary

4.None of these

Posted Date:-2022-06-25 06:32:50


Question:
Bootstrapping allows us to

1.choose the same training instance several times

2.choose the same test set instance several times.

3. build models with alternative subsets of the training data several times.

4.test a model with alternative subsets of the test data several times.

Posted Date:-2022-06-25 05:19:13


Question:
Classification problems are distinguished from estimation problems in that

1.classification problems require the output attribute to be numeric.

2.classification problems require the output attribute to be categorical.

3.classification problems do not allow an output attribute.

4. classification problems are designed to predict future outcome.

Posted Date:-2022-06-25 05:10:16


Question:
Common deep learning applications include____

1.Image classification,Real-time visual tracking

2.Autonomous car driving,Logistic optimization

3.Bioinformatics,Speech recognition

4.All of the above

Posted Date:-2022-06-25 05:46:17


Question:
Computers are best at learning

1.facts

2.concepts

3.procedures

4.principles

Posted Date:-2022-06-25 04:52:50


Question:
Data used to build a data mining model.

1.validation data

2.training data

3.test data

4.hidden data

Posted Date:-2022-06-25 04:53:35


Question:
Data used to optimize the parameter settings of a supervised learner model.

1.training

2.test

3.verification

4.validation

Posted Date:-2022-06-25 05:18:06


Question:
Even if there are no actual supervisors ________ learning is also based on feedback provided by the environment

1.Supervised

2.Reinforcement

3.Unsupervised

4.None of the above

Posted Date:-2022-06-25 08:14:18


Question:
Features being classified is __________ of each other in Naïve Bayes Classifier

1.Independent

2.Dependent

3.Partial Dependent

4.None

Posted Date:-2022-06-25 06:30:37


Question:
For a multiple regression model, SST = 200 and SSE = 50. The multiple coefficient ofdetermination is

1.0.25

2.4.00

3.0.75

4.None of the above

Posted Date:-2022-06-25 05:04:27


Question:
Gaussian distribution when plotted, gives a bell shaped curve which is symmetric about the _______ of the feature values.

1.Mean B. C. Discrete D.

2.Variance

3.Discrete

4.Random

Posted Date:-2022-06-25 08:10:28


Question:
In reinforcement learning if feedback is negative one it is defined as____.

1.Penalty

2.Overlearning

3.Reward

4.None of the above

Posted Date:-2022-06-25 05:42:48


Question:
Multinomial Naïve Bayes Classifier is ___________distribution

1.Continuous

2.Discrete

3.Binary

4.None of These

Posted Date:-2022-06-25 06:33:38


Question:
Naive Bayes classifiers are a collection ------------------of algorithms 

1.Classification

2.Clustering

3.Regression

4.All of the above

Posted Date:-2022-06-25 06:09:35


Question:
Naive Bayes classifiers is _______________ Learning

1.Supervised

2.Unsupervised

3.Both

4.None

Posted Date:-2022-06-25 06:24:56


Question:
Regression trees are often used to model _______ data.

1.linear

2.nonlinear

3.categorical

4.symmetrical

Posted Date:-2022-06-25 05:22:38


Question:
Reinforcement learning is particularly efficient when______________.

1.the environment is not completely deterministic

2.its often very dynamic

3. its impossible to have a precise error measure

4.All of the above

Posted Date:-2022-06-25 05:47:12


Question:
scikit-learn also provides a class for per-sample normalization, Normalizer. It can apply________to each element of a dataset

1. max, l0 and l1 norms

2.max, l1 and l2 norms

3.max, l2 and l3 norms

4.max, l3 and l4 norms

Posted Date:-2022-06-25 05:54:16


Question:
Selecting data so as to assure that each class is properly represented in both the training andtest set.

1. cross validation

2.stratification

3.verification

4.bootstrapping

Posted Date:-2022-06-25 05:15:26


Question:
Simple regression assumes a __________ relationship between the input attribute and outputattribute.

1.linear

2.quadratic

3.reciprocal

4.inverse

Posted Date:-2022-06-25 05:21:18


Question:
Supervised learning and unsupervised clustering both require at least one

1.hidden attribute.

2.output attribute.

3.input attribute

4.categorical attribute.

Posted Date:-2022-06-25 04:54:20


Question:
Supervised learning differs from unsupervised clustering in that supervised learning requires

1.at least one input attribute.

2. input attributes to be categorical

3.at least one output attribute

4.output attributes to be categorical.

Posted Date:-2022-06-25 04:55:23


Question:
SVM is a ------------------ algorithm 

1.Classification

2.Clustering

3.Regression

4.All

Posted Date:-2022-06-25 08:11:26


Question:
The adjusted multiple coefficient of determination accounts for

1. the number of dependent variables in the model

2.the number of independent variables in the model

3.unusually large predictors

4.None of the above

Posted Date:-2022-06-25 05:01:20


Question:
The average positive difference between computed and desired outcome values.

1.root mean squared error

2.mean squared error

3.mean absolute error

4.mean positive error

Posted Date:-2022-06-25 05:14:38


Question:
The average squared difference between classifier predicted output and actual output.

1.mean squared error

2.root mean squared error

3.mean absolute error

4. mean relative error

Posted Date:-2022-06-25 05:20:32


Question:
The effectiveness of an SVM depends upon:

1.selection of kernel

2.kernel parameters

3.soft margin parameter c

4.All of the above

Posted Date:-2022-06-25 04:51:24


Question:
The multiple coefficient of determination is computed by

1.dividing ssr by sst

2.dividing sst by ssr

3.dividing sst by sse

4.None of the above

Posted Date:-2022-06-25 05:02:16


Question:
The parameter______ allows specifying the percentage of elements to put into the test/training set

1.. test_size

2.training_size

3.All above

4.None of these

Posted Date:-2022-06-25 05:58:14


Question:
The process of forming general concept definitions from examples of concepts to belearned.

1.deduction

2.abduction

3.induction

4.conjunction

Posted Date:-2022-06-25 04:52:04


Question:
The standard error is defined as the square root of this computation.

1.the sample variance divided by the total number of sample instances.

2. the population variance divided by the total number of sample instances.

3.the sample variance divided by the sample mean.

4.the population variance divided by the sample mean.

Posted Date:-2022-06-25 05:17:14


Question:
There are also many univariate methods that can be used in order to select the best features according to specific criteria based on________.

1. F-tests and p-values

2.chi-square

3.ANOVA

4.All of the above

Posted Date:-2022-06-25 05:55:10


Question:
This clustering algorithm initially assumes that each data instance represents a single cluster.

1.agglomerative clustering

2. conceptual clustering

3. k-means clustering

4.expectation maximization

Posted Date:-2022-06-25 05:40:30


Question:
This clustering algorithm merges and splits nodes to help modify nonoptimal partitions.

1.agglomerative clustering B.

2.expectation maximization

3. conceptual clustering

4.k-means clustering

Posted Date:-2022-06-25 05:39:44


Question:
This technique associates a conditional probability value with each data instance.

1.linear regression

2.logistic regression

3.simple regression

4.multiple linear regression

Posted Date:-2022-06-25 05:30:25


Question:
This unsupervised clustering algorithm terminates when mean values computed for the currentiteration of the algorithm are identical to the computed mean values for the previous iteration.

1. agglomerative clustering

2.conceptual clustering

3.k-means clustering

4.expectation maximization

Posted Date:-2022-06-25 05:41:37


Question:
When it is necessary to allow the model to develop a generalization ability and avoid a common problem called______.

1.Overfitting B. C. D. Regression

2.Overlearning

3.Classification

4.Regression

Posted Date:-2022-06-25 08:14:59


Question:
Which of the following is true about Residuals ?

1.Lower is better

2.Higher is better

3.A or B depend on the situation

4.None of These

Posted Date:-2022-06-25 06:05:16


Question:
Which of the following methods do we use to find the best fit line for data in Linear Regression?

1.Least Square Error

2.Maximum Likelihood

3.Logarithmic Loss

4.Both A and B

Posted Date:-2022-06-25 06:03:16


Question:
With Bayes classifier, missing data items are

1.treated as equal compares.

2.treated as unequal compares.

3.replaced with a default value

4. ignored.

Posted Date:-2022-06-25 05:34:30


Question:
____performs a PCA with non-linearly separable data sets.

1.SparsePCA

2.KernelPCA

3.SVD

4.None of the Mentioned

Posted Date:-2022-06-25 05:56:17


Question:
_____is much more difficult because it's necessary to determine a supervised strategy to train a model for each feature and, finally, to predict their value

1.Removing the whole line

2. Creating sub-model to predict those features

3. Using an automatic strategy to input them according to the other known values

4.All of the above

Posted Date:-2022-06-25 05:51:47


More MCQS

  1. Machine Learning (ML) MCQ Set 01
  2. Machine Learning (ML) MCQ Set 02
  3. Machine Learning (ML) MCQ Set 03
  4. Machine Learning (ML) MCQ Set 04
  5. Machine Learning (ML) MCQ Set 05
  6. Machine Learning (ML) MCQ Set 06
  7. Machine Learning (ML) MCQ Set 07
  8. Machine Learning (ML) MCQ Set 08
  9. Machine Learning (ML) MCQ Set 09
  10. Machine Learning (ML) MCQ Set 10
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!