项目作者: sbashett

项目描述 :
Gaussian Naive Bayes and logistic regression for bank note authentication
高级语言: Python
项目地址: git://github.com/sbashett/bank-note-authentication.git
创建时间: 2018-11-05T06:19:31Z
项目社区:https://github.com/sbashett/bank-note-authentication

开源协议:

下载


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.