naivebayes and bayes

naivebayes
36
Emerging
bayes
33
Emerging
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 10/25
Maintenance 0/25
Adoption 4/25
Maturity 16/25
Community 13/25
Stars: 143
Forks: 8
Downloads:
Commits (30d): 0
Language: JavaScript
License: MIT
Stars: 7
Forks: 2
Downloads:
Commits (30d): 0
Language: JavaScript
License:
Stale 6m No Package No Dependents
Stale 6m No Package No Dependents

About naivebayes

surmon-china/naivebayes

NaiveBayes classifier for JavaScript

This tool helps you automatically sort text content into predefined categories. You provide examples of text alongside their correct categories, and it learns to classify new, unseen text. For example, you can feed it emails and label them as 'spam' or 'not spam', and it will predict the category for future incoming emails. This is ideal for anyone needing to organize or filter large volumes of text, such as content moderators, customer support teams, or marketing analysts.

content-categorization spam-detection sentiment-analysis text-classification data-organization

About bayes

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.

real-time systems message processing data classification dynamic data analysis developer tools

Scores updated daily from GitHub, PyPI, and npm data. How scores work