Skip to content

This repository defines a class implementing the Naive Bayes algorithm

Notifications You must be signed in to change notification settings

alexmjn/naive-bayes

Repository files navigation

Naive Bayes Implementation

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.

About

This repository defines a class implementing the Naive Bayes algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages