missed cluster quiz

pull/38/head
Jen Looper 3 years ago
parent c4d8366757
commit 307f7b7c5e

@ -1589,49 +1589,53 @@
"title": "K-Means Clustering: Pre-Lecture Quiz", "title": "K-Means Clustering: Pre-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "q1", "questionText": "K-Means is derived from:",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "electrical engineering",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "signal processing",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "computational linguistics",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "A good Silhouette score means:",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "clusters are well-separated and well-defined",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "b", "answerText": "there are few clusters",
"isCorrect": "false"
},
{
"answerText": "there are many clusters",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "Variance is:",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "the average of the squared differences from the mean",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "a problem for clustering if it becomes too high",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "c", "answerText": "both of these",
"isCorrect": "false" "isCorrect": "true"
} }
] ]
} }
@ -1642,48 +1646,48 @@
"title": "K-Means Clustering: Post-Lecture Quiz", "title": "K-Means Clustering: Post-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "q1", "questionText": "A Voronoi diagram shows:",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "a cluster's variance",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "a cluster's seed and its region",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "a cluster's inertia",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "Inertia is",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "a measure of how internally coherent clusters are",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "b", "answerText": "a measure of how much clusters move",
"isCorrect": "false"
},
{
"answerText": "a measure of cluster quality",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "Using K-Means, you must first determine the value of 'k'",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "true",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "false",
"isCorrect": "false" "isCorrect": "false"
} }
] ]

Loading…
Cancel
Save