Monday, May 18, 2020

Machine Learning Exam Questions TRUE or FALSE 10

Machine learning quiz questions TRUE or FALSE with answers, important machine learning interview questions for data science, Top 5 machine learning question set


Machine Learning TRUE / FALSE Questions - SET 10


1. A classifier trained on less training data is less likely to overfit.

(a) TRUE                                                   (b) FALSE

View Answer

Answer: FALSE
A specific classifier (with some fixed model complexity) will be more likely to fit to the noise in the training data when there is less training data, and is therefore more likely to overfit.

2. Logistic regression cannot be kernelized.

(a) TRUE                                                   (b) FALSE

View Answer

Answer: FALSE
Logistic regression can be kernelized.
Regular logistic regression works well for linearly separable data. It’s weakness is with non-linearly separable data. Kernel logistic regression is a technique that extends regular logistic regression to deal with data that is not linearly separable.

3. The following product of factors (joint probability computation) corresponds to a valid Bayesian Network over the variables A, B, C and D: P(A | B) * P(B | C) * P(C | D) * P(D | A).
(a) TRUE                                                   (b) FALSE

View Answer

Answer: FALSE

The Bayesian network as per the given specification is as follows, if you draw a Bayesian network;


Bayesian network

The network generated from the given conditional probabilities results in a cyclic graph. For a valid Bayesian network, it should be a Directed Acyclic Graph (DAG). Hence, the given specification does not correspond to a valid Bayesian network.
Bayesian network
A Bayesian network is a directed acyclic graph in which each edge corresponds to a conditional dependency, and each node corresponds to a unique random variable.


**********************

Related links:


top 5 questions in machine learning

quiz questions for data scientists

less bias vs high bias data science quiz online

online quiz questions on machine learning

true or false quiz on machine learning and data science

data science interview questions

logistic regression can be kernelized

joint probability computation in bayesian network

machine learning multiple choice questions

What is overfitting

top 5 machine learning interview questions

machine learning exam questions

what are the solutions for handling overfitting in neural network

No comments:

Post a Comment

Featured Content

Multiple choice questions in Natural Language Processing Home

MCQ in Natural Language Processing, Quiz questions with answers in NLP, Top interview questions in NLP with answers Multiple Choice Que...

All time most popular contents

data recovery