Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 259 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 259 Bytes

Naive Bayes Classifier

Naive Bayes multi-class classifier inplemented from scratch. Does not handle Laplacian corrections/smoothing.

Code to accompany "Naive Bayes Classifier" by Luis Serrano https://www.youtube.com/watch?v=Q8l0Vip5YUw

Have fun learning!