Machine Learning (ML) MCQ Quiz Hub

Machine Learning (ML) MCQ Set 09

Choose a topic to test your knowledge and improve your Machine Learning (ML) skills

The effectiveness of an SVM depends upon:





✅ Correct Answer: 4

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





✅ Correct Answer: 3

Computers are best at learning





✅ Correct Answer: 1

Data used to build a data mining model.





✅ Correct Answer: 2

Supervised learning and unsupervised clustering both require at least one





✅ Correct Answer: 1

Supervised learning differs from unsupervised clustering in that supervised learning requires





✅ Correct Answer: 2

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





✅ Correct Answer: 3

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





✅ Correct Answer: 3

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





✅ Correct Answer: 3

A multiple regression model has





✅ Correct Answer: 2

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





✅ Correct Answer: 3

The adjusted multiple coefficient of determination accounts for





✅ Correct Answer: 4

The multiple coefficient of determination is computed by





✅ Correct Answer: 3

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





✅ Correct Answer: 2

A nearest neighbor approach is best used





✅ Correct Answer: 2

Another name for an output attribute.





✅ Correct Answer: 2

Classification problems are distinguished from estimation problems in that





✅ Correct Answer: 3

Which statement is true about prediction problems?





✅ Correct Answer: 4

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





✅ Correct Answer: 1

The average positive difference between computed and desired outcome values.





✅ Correct Answer: 4

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1

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





✅ Correct Answer: 4

Bootstrapping allows us to





✅ Correct Answer: 1

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





✅ Correct Answer: 1

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





✅ Correct Answer: 1

Regression trees are often used to model _______ data.





✅ Correct Answer: 2

The leaf nodes of a model tree are





✅ Correct Answer: 3

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





✅ Correct Answer: 4

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1

With Bayes classifier, missing data items are





✅ Correct Answer: 2

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





✅ Correct Answer: 4

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





✅ Correct Answer: 3

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.





✅ Correct Answer: 3

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





✅ Correct Answer: 1

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





✅ Correct Answer: 3

What is ‘Training set’?





✅ Correct Answer: 2

Common deep learning applications include____





✅ Correct Answer: 4

Reinforcement learning is particularly efficient when______________.





✅ Correct Answer: 4

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





✅ Correct Answer: 2

Which of the following are supervised learning applications





✅ Correct Answer: 1

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.





✅ Correct Answer: 4

_____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





✅ Correct Answer: 2

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





✅ Correct Answer: 4

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________





✅ Correct Answer: 1

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1

____performs a PCA with non-linearly separable data sets.





✅ Correct Answer: 2

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





✅ Correct Answer: 3

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





✅ Correct Answer: 2

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





✅ Correct Answer: 3

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1

Which of the following is true about Residuals ?





✅ Correct Answer: 1

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





✅ Correct Answer: 1

Naive Bayes classifiers is _______________ Learning





✅ Correct Answer: 1

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





✅ Correct Answer: 1

Bernoulli Naïve Bayes Classifier is ___________distribution





✅ Correct Answer: 3

Multinomial Naïve Bayes Classifier is ___________distribution





✅ Correct Answer: 2

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





✅ Correct Answer: 1

SVM is a ------------------ algorithm





✅ Correct Answer: 1

SVM is a ------------------ learning





✅ Correct Answer: 1

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1

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





✅ Correct Answer: 2

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





✅ Correct Answer: 2