|
20 | 20 | "relatedChallenges": ["40-word-counter", "42-markov-chain-name-generator"], |
21 | 21 | "timestamps": [ |
22 | 22 | { "time": "0:00:00", "title": "Hello!" }, |
23 | | - { "time": "0:03:37", "title": "Explaining Bayes' Theorem" }, |
| 23 | + { "time": "0:03:34", "title": "Explaining Bayes' Theorem" }, |
24 | 24 | { "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" }, |
30 | 29 | { "time": "0:29:06", "title": "Implementing Probability Calculations" }, |
31 | 30 | { "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)" }, |
33 | 32 | { "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." } |
35 | 34 | ], |
36 | 35 | "codeExamples": [ |
37 | 36 | { |
|
0 commit comments