Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 20 hours 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.