An open API service indexing awesome lists of open source software.

https://github.com/agn-7/gaussian_naive_bayes_classifier

A simple 1-dimensional Gaussian Naïve Bayes Classifier.
https://github.com/agn-7/gaussian_naive_bayes_classifier

bayes-rule gaussian-naive-bayes machine-learning naive-bayes-classifier python qda quadratic-discriminant-analysis

Last synced: 3 months ago
JSON representation

A simple 1-dimensional Gaussian Naïve Bayes Classifier.

Awesome Lists containing this project

README

        

# 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](https://user-images.githubusercontent.com/14202344/68524884-34812f00-02e1-11ea-9e7d-ae25ab4e8135.png)

### 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