Machine Learning (ML) MCQ Quiz Hub

Machine Learning (ML) MCQ Set 06

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

Which of the following evaluation metrics can be used to evaluate a model while modeling a continuous output variable?





✅ Correct Answer: 4

Which of the following is true about Residuals ?





✅ Correct Answer: 1

Which of the following statement is true about outliers in Linear regression?





✅ Correct Answer: 1

Suppose you plotted a scatter plot between the residuals and predicted values in linear regression and you found that there is a relationship between them. Which of the following conclusion do you make about this situation?





✅ 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 Nave Bayes Classifier





✅ Correct Answer: 1

Multinomial Nave Bayes Classifier is distribution





✅ Correct Answer: 2

Gaussian Nave Bayes Classifier is distribution





✅ Correct Answer: 1

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

Which of the following function provides unsupervised prediction ?





✅ Correct Answer: 4

Which of the following is characteristic of best machine learning method ?





✅ Correct Answer: 4

What are the different Algorithm techniques in Machine Learning?





✅ Correct Answer: 3

What is the standard approach to supervised learning?





✅ Correct Answer: 1

Which of the following is not Machine Learning?





✅ Correct Answer: 2

What is Model Selection in Machine Learning?





✅ Correct Answer: 1

Which are two techniques of Machine Learning ?





✅ Correct Answer: 1

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





✅ Correct Answer: 2

What does learning exactly mean?





✅ Correct Answer: 3

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

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





✅ Correct Answer: 1

According to , its a key success factor for the survival and evolution of all species.





✅ Correct Answer: 3

A supervised scenario is characterized by the concept of a .





✅ Correct Answer: 2

overlearning causes due to an excessive .





✅ Correct Answer: 1

Which of the following is an example of a deterministic algorithm?





✅ Correct Answer: 1

Which of the following model model include a backwards elimination feature selection routine?





✅ Correct Answer: 2

Which of the following are several models





✅ Correct Answer: 4

provides some built-in datasets that can be used for testing purposes.





✅ Correct Answer: 1

While using all labels are turned into sequential numbers.





✅ Correct Answer: 1

produce sparse matrices of real numbers that can be fed into any machine learning model.





✅ Correct Answer: 3

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





✅ Correct Answer: 4

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





✅ Correct Answer: 3

scikit-learn also provides a class for per- sample normalization,





✅ Correct Answer: 1

dataset with many features contains information proportional to the independence of all features and their variance.





✅ Correct Answer: 2

In order to assess how much information is brought by each component, and the correlation among them, a useful tool is the .





✅ Correct Answer: 4

The parameter can assume different values which determine how the data matrix is initially processed





✅ Correct Answer: 3

allows exploiting the natural sparsity of data while extracting principal components.





✅ Correct Answer: 1

Which of the following is true about Residuals ?





✅ Correct Answer: 1

Which of the following statement is true about outliers in Linear regression?





✅ Correct Answer: 4

Suppose you plotted a scatter plot between the residuals and predicted values in linear regression and you found that there is a relationship between them. Which of the following conclusion do you make about this situation?





✅ Correct Answer: 1

Lets say, a Linear regression model perfectly fits the training data (train error is zero). Now, Which of the following statement is true?





✅ Correct Answer: 4

In a linear regression problem, we are using R-squared to measure goodness-of-fit. We add a feature in linear regression model and retrain the same model. Which of the following option is true?





✅ Correct Answer: 3

Which of the one is true about Heteroskedasticity?





✅ Correct Answer: 1

Which of the following assumptions do we make while deriving linear regression parameters?1. The true relationship between dependent y and predictor x is linear2. The model errors are statistically independent3. The errors are normally distributed with a 0 mean and constant standard deviation4. The predictor x is non-stochastic and is measured error-free





✅ Correct Answer: 4

To test linear relationship of y(dependent) and x(independent) continuous variables, which of the following plot best suited?





✅ Correct Answer: 1

which of the following step / assumption in regression modeling impacts the trade- off between under-fitting and over-fitting the most.





✅ Correct Answer: 1

Which of the following is true about Ridge or Lasso regression methods in case of feature selection?





✅ Correct Answer: 2

Which of the following statement(s) can be true post adding a variable in a linear regression model?1. R-Squared and Adjusted R-squared both increase2. R- Squared increases and Adjusted R-





✅ Correct Answer: 1

How many coefficients do you need to estimate in a simple linear regression model (One independent variable)?





✅ Correct Answer: 2

What is/are true about kernel in SVM?1. Kernel function map low dimensional data to high dimensional space2. Its a similarity function





✅ Correct Answer: 3

Suppose you are building a SVM model on data X. The data X can be error prone which means that you should not trust any specific data point too much. Now think that you want to build a SVM model which has quadratic kernel function of polynomial degree 2 that uses Slack variable C as one of its hyper parameter.What would happen when you use very small C (C~0)?





✅ Correct Answer: 1

How do you handle missing or corrupted data in a dataset?





✅ Correct Answer: 4

The SVMs are less effective when:





✅ Correct Answer: 3

If there is only a discrete number of possible outcomes called





✅ Correct Answer: 2

Some people are using the term instead of prediction only to avoid the weird idea that machine learning is a sort of modern magic.





✅ Correct Answer: 1

The term can be freely used, but with the same meaning adopted in physics or system theory.





✅ Correct Answer: 4

Common deep learning applications / problems can also be solved using





✅ Correct Answer: 2