Skip to content

Latest commit

 

History

86 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bayes Classifier

This repositoy contains the implementation of a Bayes Classifier, written from scratch with Numpy.
The goal of this small project was to write a simple ml algorithm with an understandable, documented and user-friendly structure.

Distribution package:

Single-variate distributions:

  • Singlevariate Normal Distribution
  • Poisson Distribution
  • Gamma Distribution

Multi-variate distributions:

  • Multivariate Normal Distribution

Running programs:

Running Example Programs (replace the 'x' with 1, 2 or 3):

$ python example_x.py

Running Tests:

$ python -m pytest

About

A simple implementation of a multivariate Bayes classifier, made from scratch using Python 3 and Numpy.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages