Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
ML-For-Beginners
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
Huan Ma
ML-For-Beginners
Commits
affd6bba
Commit
affd6bba
authored
3 years ago
by
Jen Looper
Browse files
Options
Downloads
Patches
Plain Diff
quizzes for clustering 1
parent
cdca20fa
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
quiz-app/src/assets/translations/en.json
+35
-27
35 additions, 27 deletions
quiz-app/src/assets/translations/en.json
with
35 additions
and
27 deletions
quiz-app/src/assets/translations/en.json
+
35
−
27
View file @
affd6bba
...
...
@@ -1305,48 +1305,52 @@
"title"
:
"Introduction to Clustering: Pre-Lecture Quiz"
,
"quiz"
:
[
{
"questionText"
:
"
q1
"
,
"questionText"
:
"
A real-life example of clustering would be
"
,
"answerOptions"
:
[
{
"answerText"
:
"
a
"
,
"answerText"
:
"
Setting the dinner table
"
,
"isCorrect"
:
"false"
},
{
"answerText"
:
"
b
"
,
"answerText"
:
"
Sorting the laundry
"
,
"isCorrect"
:
"true"
},
{
"answerText"
:
"
c
"
,
"answerText"
:
"
Grocery shopping
"
,
"isCorrect"
:
"false"
}
]
},
{
"questionText"
:
"
q2
"
,
"questionText"
:
"
Clustering techniques can be used in these industries
"
,
"answerOptions"
:
[
{
"answerText"
:
"
a
"
,
"isCorrect"
:
"
tru
e"
"answerText"
:
"
banking
"
,
"isCorrect"
:
"
fals
e"
},
{
"answerText"
:
"b"
,
"answerText"
:
"e-commerce"
,
"isCorrect"
:
"false"
},
{
"answerText"
:
"both of these"
,
"isCorrect"
:
"false"
}
]
},
{
"questionText"
:
"
q3
"
,
"questionText"
:
"
Clustering is a type of:
"
,
"answerOptions"
:
[
{
"answerText"
:
"
a
"
,
"answerText"
:
"
supervised learning
"
,
"isCorrect"
:
"false"
},
{
"answerText"
:
"
b
"
,
"answerText"
:
"
unsupervised learning
"
,
"isCorrect"
:
"true"
},
{
"answerText"
:
"
c
"
,
"answerText"
:
"
reinforcement learning
"
,
"isCorrect"
:
"false"
}
]
...
...
@@ -1358,48 +1362,52 @@
"title"
:
"Introduction to Clustering: Post-Lecture Quiz"
,
"quiz"
:
[
{
"questionText"
:
"
q1
"
,
"questionText"
:
"
Euclidean geometry is arranged along
"
,
"answerOptions"
:
[
{
"answerText"
:
"
a
"
,
"isCorrect"
:
"
fals
e"
"answerText"
:
"
planes
"
,
"isCorrect"
:
"
tru
e"
},
{
"answerText"
:
"
b
"
,
"isCorrect"
:
"
tru
e"
"answerText"
:
"
curves
"
,
"isCorrect"
:
"
fals
e"
},
{
"answerText"
:
"
c
"
,
"answerText"
:
"
spheres
"
,
"isCorrect"
:
"false"
}
]
},
{
"questionText"
:
"
q2
"
,
"questionText"
:
"
The density of your clustering data is related to its
"
,
"answerOptions"
:
[
{
"answerText"
:
"
a
"
,
"answerText"
:
"
noise
"
,
"isCorrect"
:
"true"
},
{
"answerText"
:
"b"
,
"answerText"
:
"depth"
,
"isCorrect"
:
"false"
},
{
"answerText"
:
"validity"
,
"isCorrect"
:
"false"
}
]
},
{
"questionText"
:
"
q3
"
,
"questionText"
:
"
The best-known clustering algorithm is
"
,
"answerOptions"
:
[
{
"answerText"
:
"
a
"
,
"isCorrect"
:
"
fals
e"
"answerText"
:
"
k-means
"
,
"isCorrect"
:
"
tru
e"
},
{
"answerText"
:
"
b
"
,
"isCorrect"
:
"
tru
e"
"answerText"
:
"
k-middle
"
,
"isCorrect"
:
"
fals
e"
},
{
"answerText"
:
"
c
"
,
"answerText"
:
"
k-mart
"
,
"isCorrect"
:
"false"
}
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment