You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: where_is_my_understanding/quizes/introduction_to_machine_learning.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@
4
4
"type": "multiple_choice",
5
5
"answers": [
6
6
{
7
-
"answer": "Machine learning is the field of study that gives computes the ability to learn without being explicitly programmed",
7
+
"answer": "Machine learning is the field of study that gives computes the ability to learn without being explicitly programmed.",
8
8
"correct": true,
9
-
"feedback": "Correct: You could also have 'The science (and art) of programming computers so they learn from data'"
9
+
"feedback": "Correct: You could also define it as 'The science (and art) of programming computers so they learn from data'"
10
10
},
11
11
{
12
12
"answer": "Machine learning is about writing explicit rules and algorithms to solve specific problems",
13
13
"correct": false,
14
14
"feedback": "Incorrect: Machine learning isn't about pre-written rules, but instead learning from data following general patterns"
15
15
},
16
16
{
17
-
"answer": "The science (and art) of programming computers so they learn from data",
18
-
"correct": true,
19
-
"feedback": "Correct: You could also have 'Machine learning is the field of study that gives computes the ability to learn without being explicitly programmed'"
17
+
"answer": "Machine learning is a technique where algorithms are programmed to iteratively refine their code until they achieve optimal performance.",
18
+
"correct": false,
19
+
"feedback": "Incorrect: Generally, ML algorithms adjust their parameters, not their underlying code."
20
20
},
21
21
{
22
22
"answer": "Machine learning is about storing and retrieving vast amounts of data efficiently, like a database system.",
0 commit comments