sinclairzx81/bayes
An implementation of a naive bayes classifier in TypeScript
This tool helps developers build real-time classification services within message-based systems. It takes in streams of plain JavaScript objects representing training data, even with varying properties and new features, to learn patterns. The output is a probability distribution for classifying new, incoming data points. It is designed for software developers building applications that need to make quick decisions based on dynamic, evolving data.
No commits in the last 6 months.
Use this if you are a developer creating a system that needs to classify unstructured, real-time message data and learn from it continuously, while maintaining a low memory footprint.
Not ideal if your data includes continuous numerical values that cannot be easily quantized into discrete categories.
Stars
7
Forks
2
Language
JavaScript
License
—
Category
Last pushed
Aug 20, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sinclairzx81/bayes"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
cardmagic/classifier
A general classifier module to allow Bayesian and LSI classifications.
ptnplanet/Java-Naive-Bayes-Classifier
A java classifier based on the naive Bayes approach complete with Maven support and a runnable example.
kevalmorabia97/Naive-Bayes-Text-Classifier-in-Java
Naive Bayes Classification used to classify movie reviews as positive or negative
msamsami/wnb
General (mixed) and weighted naive Bayes classifiers.
surmon-china/naivebayes
NaiveBayes classifier for JavaScript