Skip to content

Gaussian Naive Bayes and logistic regression for bank note authentication

Notifications You must be signed in to change notification settings

sbashett/bank-note-authentication

Repository files navigation

This is an implementation of logistic regression and Gaussian Naive Bayes algorithm for a simple bank note authentication. The dataset can found in this link.

A comparison graph can be generated using the graph.py python script. The gnb.py and logistic.py contains the classes for gaussian naive bayes and logistic regression respectively. The csv files contain the data along with the labels.

About

Gaussian Naive Bayes and logistic regression for bank note authentication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages