killer4639 / bank-note-authentication

Gaussian Naive Bayes and logistic regression for bank note authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%