Naive-Bayes
Text classifier
A simple implementation of a Naive Bayes classifier for text classification tasks
Simple Naive Bayes classifier
49 stars
6 watching
8 forks
Language: Ruby
last commit: almost 13 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
mustafaturan/omnicat-bayes | An implementation of the Naive Bayes algorithm as a text classification strategy in Ruby. | 32 |
mljs/naive-bayes | An implementation of the Naive Bayes classifier algorithm in JavaScript | 48 |
oasic/nbayes | A Ruby implementation of Naive Bayes for probability estimation and classification tasks | 153 |
fredwu/simple_bayes | An implementation of a Naive Bayes classifier in Elixir | 392 |
nutsiepully/naivebayes.jl | A Julia implementation of Naive Bayes classification algorithm | 8 |
titsuki/raku-algorithm-naivebayes | A Raku implementation of the Naive Bayes classifier algorithm | 3 |
pharo-ai/naive-bayes-classifier | A simple implementation of a multinomial Naive Bayes classifier for natural language processing and machine learning tasks | 1 |
cardmagic/classifier | A module for text classification using Bayesian and Latent Semantic Indexing algorithms | 660 |
djcp/linnaeus | A Redis-backed system for classifying documents into categories based on their content. | 38 |
mattcunningham/naive-apl | A naive Bayesian classifier implemented in APL | 22 |
ankane/fasttext-ruby | Efficient text classification and representation learning library for Ruby | 203 |
alvations/bayesline | A software framework implementing a multivariate Bayesian classifier for language identification | 0 |
reddavis/n-gram | Generates sequences of characters from a given text, useful for data analysis and modeling | 37 |
sergioburdisso/pyss3 | A Python package implementing an interpretable machine learning model for text classification with visualization tools | 336 |
jekyll/classifier-reborn | A general classifier module with Bayesian and LSI classification capabilities | 552 |