bayesline
Bayesian classifier
A software framework implementing a multivariate Bayesian classifier for language identification
A Multinomial Bayesian Classifier for Language Identification
0 stars
3 watching
0 forks
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pharo-ai/naive-bayes-classifier | A simple implementation of a multinomial Naive Bayes classifier for natural language processing and machine learning tasks | 1 |
mattcunningham/naive-apl | A naive Bayesian classifier implemented in APL | 22 |
sisl/bayesnets.jl | A Julia package for representing and working with probabilistic graphical models. | 218 |
mljs/naive-bayes | An implementation of the Naive Bayes classifier algorithm in JavaScript | 48 |
jbrukh/bayesian | A library for performing Bayesian classification on sets of strings using TF-IDF calculations and simple persistence. | 804 |
eaigner/shield | A flexible Bayesian text classifier with backend storage support | 158 |
amazaspshumik/sklearn-bayes | A collection of Python packages implementing Bayesian machine learning algorithms with scikit-learn API | 514 |
alvations/sugarlike | A tool that identifies languages in text by comparing them to a reference set of patterns. | 1 |
fredwu/simple_bayes | An implementation of a Naive Bayes classifier in Elixir | 391 |
reddavis/naive-bayes | A simple implementation of a Naive Bayes classifier for text classification tasks | 49 |
alonfnt/bayex | A lightweight Bayesian optimization library designed to optimize expensive-to-evaluate functions using Gaussian Process models and various acquisition functions. | 84 |
maxsklar/bayespy | A Python library for Bayesian inference and multinomial mixture modeling | 108 |
nutsiepully/naivebayes.jl | A Julia implementation of Naive Bayes classification algorithm | 8 |
mustafaturan/omnicat-bayes | An implementation of the Naive Bayes algorithm as a text classification strategy in Ruby. | 32 |
oasic/nbayes | A Ruby implementation of Naive Bayes for probability estimation and classification tasks | 153 |