This repo manually implements the Naive Bayes algorithm with a Gaussian distribution.
This is a project to design a bare-bones machine learning algorithm from scratch for my own personal edification. I wrote about how I did this, and Naive Bayes in general, on my Medium blog: see blog post 1 and blog post 2 for details on the implementation.