Completed
0:00:00 Hello!
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Coding Challenge 187 - Bayes Theorem
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00:00 Hello!
- 2 0:03:34 Explaining Bayes' Theorem
- 3 0:12:07 What is Naive Bayes?
- 4 0:13:49 Setting up the Classifier in p5.js
- 5 0:15:41 Coding the train function
- 6 0:22:14 Coding the classify Function
- 7 0:24:45 Revising the train function
- 8 0:29:06 Implementing Probability Calculations
- 9 0:33:24 Laplacian Additive Smoothing
- 10 0:42:21 Ignoring the enominator Normalization
- 11 0:45:36 Quick User Interface
- 12 0:49:42 Final thoughts and next steps.