Skip to content

Ugenteraan/Naive-Bayes-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naive Bayes Classifier from Scratch

Introduction

This repo contains the implementations of Simple Naive Bayes Classifier and Gaussian Naive Bayes Classifier. The implementations are for understanding how the algorithm works in detail. Not for production use.

The derivations of the algorithms are in my Kaggle Notebook here https://www.kaggle.com/code/ugenteraan/a-study-on-simple-naive-bayes-classifier. Do check it out!

References

  1. https://www.researchgate.net/profile/Daniel-Berrar/publication/324933572_Bayes'_Theorem_and_Naive_Bayes_Classifier/links/5d837aba92851ceb79143b04/Bayes-Theorem-and-Naive-Bayes-Classifier.pdf