Skip to content

Implemantation of Gaussian Naive Bayes Calssifier in Python from scratch. (No advanced library)

Notifications You must be signed in to change notification settings

ShaishavJogani/Naive-Bayes-Classfier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Naive-Bayes-Classfier

Implementation of Gaussian Naive Bayes Classification.

The code is written from scratch and does NOT use existing functions or packages which can provide the Naive Bayes Classifier class or fit/predict function (e.g. sklearn).

I use Bank note authentication dataset, which can be downloaded from http://archive.ics.uci.edu/ml/datasets/banknote+authentication. Complete description of the dataset can be also found on that web-page.

The Implementation and some of it's functions are taken from this website (https://machinelearningmastery.com/naive-bayes-classifier-scratch-python/)

Author: Shaishav Jogani (https://www.linkedin.com/in/shaishavjogani/)

About

Implemantation of Gaussian Naive Bayes Calssifier in Python from scratch. (No advanced library)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages