Skip to content

Commit e5d7e1a

Browse files
committed
revise timecodes
1 parent c063da5 commit e5d7e1a

File tree

1 file changed

+7
-8
lines changed
  • content/videos/challenges/187-bayesian-text-classification

1 file changed

+7
-8
lines changed

content/videos/challenges/187-bayesian-text-classification/index.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,17 @@
2020
"relatedChallenges": ["40-word-counter", "42-markov-chain-name-generator"],
2121
"timestamps": [
2222
{ "time": "0:00:00", "title": "Hello!" },
23-
{ "time": "0:03:37", "title": "Explaining Bayes' Theorem" },
23+
{ "time": "0:03:34", "title": "Explaining Bayes' Theorem" },
2424
{ "time": "0:12:07", "title": "What is Naive Bayes?" },
25-
{ "time": "0:13:48", "title": "Setting up the Classifier in p5.js" },
26-
{ "time": "0:15:41", "title": "Coding the Word Counting Algorithm" },
27-
{ "time": "0:21:22", "title": "Training the Classifier with Data" },
28-
{ "time": "0:22:14", "title": "Coding the Classify Function" },
29-
{ "time": "0:25:20", "title": "Refactoring the Data Structure" },
25+
{ "time": "0:13:49", "title": "Setting up the Classifier in p5.js" },
26+
{ "time": "0:15:41", "title": "Coding the train() function " },
27+
{ "time": "0:22:14", "title": "Coding the classify() Function" },
28+
{ "time": "0:24:45", "title": "Revising the train() function" },
3029
{ "time": "0:29:06", "title": "Implementing Probability Calculations" },
3130
{ "time": "0:33:24", "title": "Laplacian (Additive) Smoothing" },
32-
{ "time": "0:42:21", "title": "Ignoring the Denominator (Normalization)" },
31+
{ "time": "0:42:21", "title": "Ignoring the enominator (Normalization)" },
3332
{ "time": "0:45:36", "title": "Quick User Interface" },
34-
{ "time": "0:49:42", "title": "Final thoughts" }
33+
{ "time": "0:49:42", "title": "Final thoughts and next steps." }
3534
],
3635
"codeExamples": [
3736
{

0 commit comments

Comments
 (0)