bayeslite
Probabilistic database
A database system that allows querying probabilistic implications of data using Bayesian inference.
BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
923 stars
59 watching
63 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
automatic-data-modelingdata-sciencedatabasesmachine-learningprobabilistic-programming
Related projects:
Repository | Description | Stars |
---|---|---|
probcomp/bayesdb | A system for querying probable implications of data using Bayesian inference and a custom query language. | 891 |
camdavidsonpilon/probabilistic-programming-and-bayesian-methods-for-hackers | An introduction to Bayesian methods and probabilistic programming for software developers | 26,798 |
tweag/monad-bayes | A library that enables probabilistic programming in Haskell. | 409 |
joashc/csharp-probability-monad | A monadic probabilistic programming framework for Bayesian modelling and inference in C#. | 96 |
probprog/pyprob | A probabilistic programming system for simulators and high-performance computing based on PyTorch | 27 |
google/edward2 | A tool for writing probabilistic models and manipulating their computation | 679 |
rlouf/mcx | Tools and methods for Bayesian deep learning using probabilistic programming. | 325 |
maxsklar/bayespy | A Python library for Bayesian inference and multinomial mixture modeling | 108 |
thepaw/probab | A tool for generating and manipulating probabilistic models in code. | 20 |
pyro-ppl/numpyro | A probabilistic programming library that provides a NumPy backend for automatic differentiation and JIT compilation to GPU/TPU/CPU. | 2,290 |
blackjax-devs/blackjax | A Bayesian inference library designed to provide modular and customizable samplers for probabilistic programming | 846 |
sisl/bayesnets.jl | A Julia package for representing and working with probabilistic graphical models. | 218 |
christophmark/bayesloop | A framework for fitting time series models with changing parameters and selecting the best model using Bayesian inference | 153 |
pgm-lab/inferpy | A high-level API for probabilistic modeling with a focus on ease of use and scalability | 147 |
rlabbe/thinkbayes | An interactive adaptation of Allen Downey's book on Bayesian statistics in Jupyter Notebooks | 395 |