prepping for clustering quizzes

pull/34/head
Jen Looper 3 years ago
parent 80b4dea320
commit cdca20faf7

@ -5,9 +5,7 @@ Clustering is a type of [Unsupervised Learning](https://wikipedia.org/wiki/Unsup
[![No One Like You by PSquare](https://img.youtube.com/vi/ty2advRiWJM/0.jpg)](https://youtu.be/ty2advRiWJM "No One Like You by PSquare")
> While you're studying Machine Learning with Clustering, enjoy some Nigerian Dance Hall tracks - this is a highly rated song from 2014 by PSquare.
## [Pre-lecture quiz](link-to-quiz-app)
## [Pre-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/25/)
### Introduction
> TODO infographic
@ -300,7 +298,7 @@ In general, for clustering, you can use scatterplots to show clusters of data, s
## 🚀Challenge
In preparation for the next lesson, make a chart about the various clustering algorithms you might discover and use in a production environment. What kinds of problems is the clustering trying to address?
## [Post-lecture quiz](link-to-quiz-app)
## [Post-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/26/)
## Review & Self Study

@ -6,7 +6,7 @@ Add a sketchnote if possible/appropriate
https://www.youtube.com/watch?v=hDmNF9JG3lo
https://stanford.edu/~cpiech/cs221/handouts/kmeans.html
## [Pre-lecture quiz](link-to-quiz-app)
## [Pre-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/27/)
Describe what we will learn
@ -50,7 +50,7 @@ Add a challenge for students to work on collaboratively in class to enhance the
Optional: add a screenshot of the completed lesson's UI if appropriate
## [Post-lecture quiz](link-to-quiz-app)
## [Post-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/28/)
## Review & Self Study

@ -324,7 +324,7 @@
},
{
"id": 7,
"title": "Get started with Python and Scikit-Learn for Regression models: Pre-Lecture Quiz",
"title": "Introduction to Regression: Pre-Lecture Quiz",
"quiz": [
{
"questionText": "Which of these variables is a numeric variable?",
@ -381,7 +381,7 @@
},
{
"id": 8,
"title": "Get started with Python and Scikit-Learn for Regression models: Post-Lecture Quiz",
"title": "Introduction to Regression: Post-Lecture Quiz",
"quiz": [
{
"questionText": "If your Machine Learning model's training accuracy is 95 % and the testing accuracy is 30 %, then what type of condition it is called?",
@ -438,7 +438,7 @@
},
{
"id": 9,
"title": "Build a Regression Model using Scikit-Learn: Prepare and Visualize Data: Pre-Lecture Quiz",
"title": "Prepare and Visualize Data for Regression: Pre-Lecture Quiz",
"quiz": [
{
"questionText": "Which of these Python modules is used to plot the visualization of data?",
@ -495,7 +495,7 @@
},
{
"id": 10,
"title": "Build a Regression Model using Scikit-Learn: Prepare and Visualize Data: Post-Lecture Quiz",
"title": "Prepare and Visualize Data for Regression: Post-Lecture Quiz",
"quiz": [
{
"questionText": "Which of these code snippets is correct based on this lesson, if you want to check for the presence of missing values in your dataset? Suppose the dataset is stored in a variable named 'dataset' which is a Pandas DataFrame object.",
@ -552,7 +552,7 @@
},
{
"id": 11,
"title": "Lesson 1 - Intro to ML: Pre-Lecture Quiz",
"title": "Linear and Polynomial Regression: Pre-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
@ -605,7 +605,7 @@
},
{
"id": 12,
"title": "Lesson 1 - Intro to ML: Post-Lecture Quiz",
"title": "Linear and Polynomial Regression: Post-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
@ -658,7 +658,7 @@
},
{
"id": 13,
"title": "Lesson 1 - Intro to ML: Pre-Lecture Quiz",
"title": "Logistic Regression: Pre-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
@ -711,7 +711,7 @@
},
{
"id": 14,
"title": "Lesson 1 - Intro to ML: Post-Lecture Quiz",
"title": "Logistic Regression: Post-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
@ -875,6 +875,642 @@
]
}
]
},
{
"id": 17,
"title": "Classification 1: Pre-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "true"
},
{
"answerText": "b",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
}
]
},
{
"id": 18,
"title": "Classification 1: Post-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "true"
},
{
"answerText": "b",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
}
]
},
{
"id": 19,
"title": "Classification 2: Pre-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "true"
},
{
"answerText": "b",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
}
]
},
{
"id": 20,
"title": "Classification 2: Post-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "true"
},
{
"answerText": "b",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
}
]
},
{
"id": 21,
"title": "Classification 3: Pre-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "true"
},
{
"answerText": "b",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
}
]
},
{
"id": 22,
"title": "Classification 3: Post-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "true"
},
{
"answerText": "b",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
}
]
},
{
"id": 23,
"title": "Classification 4: Pre-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "true"
},
{
"answerText": "b",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
}
]
},
{
"id": 24,
"title": "Classification 4: Post-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "true"
},
{
"answerText": "b",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
}
]
},
{
"id": 25,
"title": "Introduction to Clustering: Pre-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "true"
},
{
"answerText": "b",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
}
]
},
{
"id": 26,
"title": "Introduction to Clustering: Post-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "true"
},
{
"answerText": "b",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
}
]
},
{
"id": 27,
"title": "K-Means Clustering: Pre-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "true"
},
{
"answerText": "b",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
}
]
},
{
"id": 28,
"title": "K-Means Clustering: Post-Lecture Quiz",
"quiz": [
{
"questionText": "q1",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
},
{
"questionText": "q2",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "true"
},
{
"answerText": "b",
"isCorrect": "false"
}
]
},
{
"questionText": "q3",
"answerOptions": [
{
"answerText": "a",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
}
]
}
]
}
]
}

Loading…
Cancel
Save