Module 2 Quiz: Email
Module 2 Quiz: Email
Tổng điểm19/19
Total points 10
Graded Quiz • 30 min
Email *
nguyenquocmanh46k29.1@gmail.com
1.Generative adversarial networks:? *
1/1
2.Which of the following is NOT an advantage of deep learning networks:? *
1/1
They eliminate some of the “feature engineering” tasks required in a typical machine learning
workflow
All choices are advantages of deep learning networks
With increasing amounts of data, they become increasingly accurate
They run much faster than non-deep learning machine learning approaches
3. Which of the following is not a “loss function” used to evaluate the performance of
machine learning algorithms? *
1/1
Recall
Accuracy
Precision
Validity
4.Which of the following machine learning loss functions refers to the fraction of
labels that the algorithm correctly predicts: *
1/1
Validity
Precision
Accuracy
Recall
5.Which of the following machine learning loss functions measures how many
instances identified as “positive” by the algorithm are correctly identified? *
1/1
Validity
Precision
Recall
Accuracy
6.Consider a model that predicts whether a patient has a condition and should receive
a particular treatment (corresponding to a positive recommendation by the algorithm).
Which of the following performance metrics would you want to minimize for a context
such as this assuming there are high costs for a sick patient missing the treatment
but fairly low costs of a well patient receiving the treatment? *
1/1
False negatives
False positives
Accuracy
No choices are correct
7. Sending a data set without the correct predicted answers (unlabeled data) to a
crowdsourcing platform for gig workers to add the correct answers (labels) is an
example of: *
1/1
A way to generate training data that a machine learning algorithm can use to learn
A way to cross-validate algorithmic performance
A way to extract relevant “features” from a data set that a machine learning algorithm can use to
learn
A way to evaluate machine learning performance
8. Which of the following best describes “overfitting”? *
10/10
9.What is the role of test data in a machine learning workflow? Select all that apply *
1/1