naive-apl
Bayesian classifier
A naive Bayesian classifier implemented in APL
Naive Bayesian Classifier written in APL
22 stars
4 watching
6 forks
Language: APL
last commit: almost 7 years ago
Linked from 1 awesome list
apibayes-classifierbayesianmachine-learning
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 |
mljs/naive-bayes | An implementation of the Naive Bayes classifier algorithm in JavaScript | 48 |
alvations/bayesline | A software framework implementing a multivariate Bayesian classifier for language identification | 0 |
nutsiepully/naivebayes.jl | A Julia implementation of Naive Bayes classification algorithm | 8 |
fredwu/simple_bayes | An implementation of a Naive Bayes classifier in Elixir | 392 |
amazaspshumik/sklearn-bayes | A collection of Python packages implementing Bayesian machine learning algorithms with scikit-learn API | 514 |
jbrukh/bayesian | Naive Bayesian classification library for Go. | 805 |
reddavis/naive-bayes | A simple implementation of a Naive Bayes classifier for text classification tasks | 49 |
mustafaturan/omnicat-bayes | An implementation of the Naive Bayes algorithm as a text classification strategy in Ruby. | 32 |
doobwa/mcmc.jl | MCMC algorithms implemented in Julia for Bayesian modeling | 35 |
oasic/nbayes | A Ruby implementation of Naive Bayes for probability estimation and classification tasks | 153 |
mcleonard/sampyl | An MCMC sampler library for Bayesian estimation using Python | 330 |
maxsklar/bayespy | A Python library for Bayesian inference and multinomial mixture modeling | 108 |
tweag/monad-bayes | A library that enables probabilistic programming in Haskell. | 409 |
abhik/pebl | A Python library and command line application for learning Bayesian network structures from observational data. | 104 |