There are 0 repository under naive-bayes-tutorial topic.
Gauss Naive Bayes in Python From Scratch.
A Python implementation of Naive Bayes from scratch.
This project aims to predict the survival of passengers aboard the Titanic using the Naive Bayes classifier algorithm. The dataset used in this project contains information about Titanic passengers, such as their age, gender, passenger class, and other relevant features.