monad-bayes
Bayesian library
A library that enables probabilistic programming in Haskell.
A library for probabilistic programming in Haskell.
409 stars
53 watching
62 forks
Language: Jupyter Notebook
last commit: 3 days ago Related projects:
Repository | Description | Stars |
---|---|---|
amazaspshumik/sklearn-bayes | A collection of Python packages implementing Bayesian machine learning algorithms with scikit-learn API | 514 |
maxsklar/bayespy | A Python library for Bayesian inference and multinomial mixture modeling | 108 |
joashc/csharp-probability-monad | A monadic probabilistic programming framework for Bayesian modelling and inference in C#. | 96 |
sisl/bayesnets.jl | A Julia package for representing and working with probabilistic graphical models. | 218 |
mattcunningham/naive-apl | A naive Bayesian classifier implemented in APL | 22 |
allendowney/thinkbayes | TeX-based book and tutorial project with accompanying source code and documentation | 1,648 |
rlabbe/thinkbayes | An interactive adaptation of Allen Downey's book on Bayesian statistics in Jupyter Notebooks | 395 |
probcomp/bayeslite | A database system that allows querying probabilistic implications of data using Bayesian inference. | 923 |
camdavidsonpilon/probabilistic-programming-and-bayesian-methods-for-hackers | An introduction to Bayesian methods and probabilistic programming for software developers | 26,798 |
alvations/bayesline | A software framework implementing a multivariate Bayesian classifier for language identification | 0 |
mattjj/pyhsmm | A Python library providing approximate inference methods for Bayesian Hidden Markov Models and their extensions. | 550 |
probcomp/bayesdb | A system for querying probable implications of data using Bayesian inference and a custom query language. | 891 |
blackjax-devs/blackjax | A Bayesian inference library designed to provide modular and customizable samplers for probabilistic programming | 846 |
mljs/naive-bayes | An implementation of the Naive Bayes classifier algorithm in JavaScript | 48 |
fredwu/simple_bayes | An implementation of a Naive Bayes classifier in Elixir | 392 |