Hey everyone, so today we will be trying to understand how Naive Bayes Classifier works and how to implement a simple Naive Bayes Classifier from scratch.
Here we've tried out Gaussian Naive Bayes. Checkout Binomial and Multinomial Naive Bayes and look at sklearn library for direct implementation of these algorithms.