An open API service indexing awesome lists of open source software.

https://github.com/bitliner/naive-bayes-classifier


https://github.com/bitliner/naive-bayes-classifier

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Naive Bayes classifier

Naive Bayes classifier for node.js

It implements Binarized Multinomial Naive Bayes algorithm.

Inspired by "Baseline Algorithm" lesson of Natural Language Processing course on Coursera platform.