Skip to content

agn-7/gaussian_naive_bayes_classifier

Repository files navigation

Gaussian_Naive_Bayes_Classifier

In fact, this method called Quadratic Discriminant Analysis (QDA) which in a 1-dimensional area is same as Naive Bayes classifier NBC.

1d-gaussian

Google-Colab

Here's the implementation of a naive bayes example in google-colab notebook without using sklearn in order to better understanding.

Open In Colab