[cb2392]: / AWS / quizes / Chapter4_Quizes.json

Download this file

155 lines (155 with data), 4.9 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
[
{
"question": "The following descriptive statistics included in a box plot:",
"type": "many_choice",
"shuffle_answers": true,
"answers": [
{
"answer": "median",
"correct": true,
"feedback": "Correct."
},
{
"answer": "mean",
"correct": false,
"feedback": "Incorrect."
},
{
"answer": "mode",
"correct": false,
"feedback": "Incorrect."
},
{
"answer": "minimum value",
"correct": true,
"feedback": "Correct."
},
{
"answer": "maximum value",
"correct": true,
"feedback": "Correct."
},
{
"answer": "standard deviation",
"correct": false,
"feedback": "Incorrect."
},
{
"answer": "outlier values",
"correct": true,
"feedback": "Correct."
}
]
},
{
"question": "The following are dimensionality reduction methods:",
"type": "many_choice",
"shuffle_answers": true,
"answers": [
{
"answer": "heatmap",
"correct": false,
"feedback": "Incorrect."
},
{
"answer": "box plot",
"correct": false,
"feedback": "Incorrect."
},
{
"answer": "principle components analysis",
"correct": true,
"feedback": "Correct."
},
{
"answer": "tSNE",
"correct": true,
"feedback": "Correct."
},
{
"answer": "k-means clustering",
"correct": false,
"feedback": "Incorrect."
},
{
"answer": "factor analysis",
"correct": true,
"feedback": "Correct."
}
]
},
{
"question": "The following are properties of PCA",
"type": "many_choice",
"shuffle_answers": true,
"answers": [
{
"answer": "principle components represent the mean values of each cluster.",
"correct": false,
"feedback": "Incorrect."
},
{
"answer": "principle components represent decreasing levels of variance in the data.",
"correct": true,
"feedback": "Correct."
},
{
"answer": "principle components are linear combinations of the observed variables.",
"correct": true,
"feedback": "Correct."
},
{
"answer": "principle components are nonlinear combinations of the observed variables.",
"correct": false,
"feedback": "Incorrect."
},
{
"answer": "the transformed data points in a PCA plot have biological meaning.",
"correct": false,
"feedback": "Incorrect."
},
{
"answer": "all of the principle components are necessary for data visualization.",
"correct": false,
"feedback": "Incorrect."
}
]
},
{
"question": "In k-means clustering:",
"type": "many_choice",
"shuffle_answers": true,
"answers": [
{
"answer": "the centroid has no meaning.",
"correct": false,
"feedback": "Incorrect."
},
{
"answer": "the centroid represents the mean of a cluster.",
"correct": true,
"feedback": "Correct."
},
{
"answer": "all clusters share the same centroid.",
"correct": false,
"feedback": "Incorrect."
},
{
"answer": "the number of clusters are determined by the algorithm.",
"correct": false,
"feedback": "Incorrect."
},
{
"answer": "the number of optimal clusters can be determined by an elbow plot.",
"correct": true,
"feedback": "Correct."
},
{
"answer": "uses hierarchical clustering for the first iteration.",
"correct": false,
"feedback": "Incorrect."
}
]
}
]