Wednesday, May 13, 2020

Machine Learning Exam Interview Questions TRUE or FALSE 04

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


Machine Learning TRUE / FALSE Questions - SET 04


1. Training neural networks has the potential problem of overfitting the training data.

(a) TRUE                                                   (b) FALSE

View Answer

Answer: TRUE

Overfitting of the training data happens if neural network model is suffering from high variance. It means the trained parameters fits the training set well, but performs poorly when tested on “unseen” data (the training or the validation set).

Solutions:
More training data
Reducing the number of hidden layers
Increasing regularization parameter

2. A support vector machine computes P(y|x).

(a) TRUE                                                   (b) FALSE

View Answer

Answer: FALSE
Support Vector Machine is a linear model for classification and regression problems. SVM is an algorithm that takes the data as an input and outputs a line that separates those classes if possible.

Objective of SVM

The objective of the support vector machine algorithm is to find a hyperplane in an N-dimensional space (N — the number of features) that distinctly classifies the data points.

3. One drawback of maximum likelihood estimation is that in some scenarios (for example, multinomial distribution), it may return probability estimates of zero.

(a) TRUE                                                   (b) FALSE

View Answer

Answer: TRUE

One drawback of Maximum Likelihood Estimation (MLE) is that in some scenarios it may return zero probability estimates. This happens when we try to evaluate MLE models on unseen data.

MLE may overfit the data: it will assign 0 probabilities to words it hasn't seen.
This may not happen with equi-probable events like coin flips, dice etc. It usually occurs in language models in Natural Language Processing.
Example:
Zero probabilities are clearly a problem in language models, such as when predicting the next word in a speech recognition application, because many words will be sparsely represented in the training data. In such cases, the next word may be unseen. Hence, this may end up in zero probability value.


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

Related links:


top 5 questions in machine learning

quiz questions for data scientists

data science quiz online

online quiz questions on machine learning

true or false quiz on machine learning and data science

data science interview questions

what is the objective of SVM

machine learning multiple choice questions

list the drawbacks of maximum likelihood estimate

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