Ecosyste.ms: Awesome
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: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitliner/naive-bayes-classifier
- Owner: bitliner
- Created: 2012-09-01T08:50:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-01T09:13:31.000Z (over 12 years ago)
- Last Synced: 2024-04-09T21:32:24.723Z (10 months ago)
- Language: JavaScript
- Size: 3.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.