Module 4 Quiz
Module 4 Quiz
Module 4 Quiz
测验, 10 个问题
1
point
1。
Which of the following is an example of clustering?
1
point
2。
Which of the following are advantages to using decision trees over
other models? (Select all that apply)
1
point
3。
Module 4 Quiz
测验, 10 个问题 What is the main reason that each tree of a random forest only
looks at a random subset of the features when building each node?
1
point
4。
Which of the following supervised machine learning methods are
greatly affected by feature scaling? (Select all that apply)
Neural Networks
KNN
Decision Trees
Naive Bayes
1
point
5。
Select which of the following statements are true.
1
point
6。
Match each of the prediction probabilities decision boundaries
visualized below with the model that created them.
1. KNN (k=1)
2. Decision Tree
3. Neural Network
1. KNN (k=1)
2. Neural Network
3. Decision Tree
1. Neural Network
2. Decision Tree
3. KNN (k=1)
Module 4 Quiz 1. Neural Network
测验, 10 个问题
2. KNN (k=1)
3. Decision Tree
1
point
7。
A decision tree of depth 2 is visualized below. Using the `value`
attribute of each leaf, find the accuracy score for the tree of depth
2 and the accuracy score for a tree of depth 1.
0.06745
1
point
8。
For the autograded assignment in this module, you will create a
classifier to predict whether a given blight ticket will be paid on
time (See the module 4 assignment notebook for a more detailed
description). Which of the following features should be removed
from the training of the model to prevent data leakage? (Select all
that apply)
测验, 10 个问题
compliance_detail - More information on why each ticket
was marked compliant or non-compliant
1
point
9。
Which of the following might be good ways to help prevent a data
leakage situation?
1
point
10。
Given the neural network below, find the correct outputs for the
Module 4 Quiz
given values of x1 and x2.
测验, 10 个问题
The neurons that are shaded have an activation threshold, e.g. the
neuron with >1? will be activated and output 1 if the input is
greater than 1 and will output 0 otherwise.
x1 x2 output
0 0 0
0 1 0
1 0 0
1 1 1
x1 x2 output
0 0 1
0 1 0
1 0 0
1 1 1
x1 x2 output
0 0 0
Module 4 Quiz
测验, 10 个问题 0 1 1
1 0 1
1 1 1
x1 x2 output
0 0 0
0 1 1
1 0 1
1 1 0
提交测试