NaiveBayes.jl
Naive Bayes classifier
A Julia implementation of Naive Bayes classification algorithm
Simple Naive Bayes implementation in Julia
8 stars
1 watching
2 forks
Language: Julia
last commit: over 11 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
mljs/naive-bayes | An implementation of the Naive Bayes classifier algorithm in JavaScript | 48 |
reddavis/naive-bayes | A simple implementation of a Naive Bayes classifier for text classification tasks | 49 |
titsuki/raku-algorithm-naivebayes | A Raku implementation of the Naive Bayes classifier algorithm | 3 |
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 |
mattcunningham/naive-apl | A naive Bayesian classifier implemented in APL | 22 |
pharo-ai/naive-bayes-classifier | A simple implementation of a multinomial Naive Bayes classifier for natural language processing and machine learning tasks | 1 |
sisl/bayesnets.jl | A Julia package for representing and working with probabilistic graphical models. | 218 |
mustafaturan/omnicat-bayes | An implementation of the Naive Bayes algorithm as a text classification strategy in Ruby. | 32 |
alvations/bayesline | A software framework implementing a multivariate Bayesian classifier for language identification | 0 |
doobwa/mcmc.jl | MCMC algorithms implemented in Julia for Bayesian modeling | 35 |
sisl/smile.jl | A Julia interface to Smile's C++ reasoning engine for probabilistic graphical models | 2 |
amazaspshumik/sklearn-bayes | A collection of Python packages implementing Bayesian machine learning algorithms with scikit-learn API | 514 |
tweag/monad-bayes | A library that enables probabilistic programming in Haskell. | 409 |
rlabbe/thinkbayes | An interactive adaptation of Allen Downey's book on Bayesian statistics in Jupyter Notebooks | 395 |