Skip to content

A simple implementation of the Naive Bayes Algorithm to understand its inner workings.

License

Notifications You must be signed in to change notification settings

pottekkat/naive-bayes-from-scratch

Repository files navigation

Naive Bayes from Scratch

A simple implementation of the Naive Bayes Algorithm to understand its inner workings.

The dataset used here is the Tennis Weather Dataset from Kaggle.

The completed Jupyter Notebook is available here or in the current repo.

Check the PDF file for complete description and walkthrough on how Naive Bayes was implemented.

Dataset