Bayespy

Bayesian Python: Bayesian inference tools for Python
Alternatives To Bayespy
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Pymc7,7851431057 hours ago36March 15, 2022216otherPython
Bayesian Modeling in Python
Bda_py_demos851
2 years agogpl-3.0Jupyter Notebook
Bayesian Data Analysis demos for Python
Bayespy666
4 months ago5March 20, 202168mitPython
Bayesian Python: Bayesian inference tools for Python
Dbda Python543
2 years ago3mitJupyter Notebook
Doing Bayesian Data Analysis, 2nd Edition (Kruschke, 2015): Python/PyMC3 code
Bda_r_demos530
12 days ago2bsd-3-clauseR
Bayesian Data Analysis demos for R
Bayesplot376
6 months ago60gpl-3.0R
bayesplot R package for plotting Bayesian models
Scipy2014_tutorial281
4 years ago1Jupyter Notebook
Tutorial: Bayesian Statistical Analysis in Python
Mamba.jl228
133 years agoNovember 11, 201943otherJulia
Markov chain Monte Carlo (MCMC) for Bayesian analysis in julia
Beast2217
8 days ago160lgpl-2.1Java
Bayesian Evolutionary Analysis by Sampling Trees
Pygpgo214
12 years ago5July 27, 20216mitPython
Bayesian optimization for Python
Alternatives To Bayespy
Select To Compare


Alternative Project Comparisons
Readme

BayesPy - Bayesian Python

BayesPy provides tools for Bayesian inference with Python. The user constructs a model as a Bayesian network, observes data and runs posterior inference. The goal is to provide a tool which is efficient, flexible and extendable enough for expert use but also accessible for more casual users.

Currently, only variational Bayesian inference for conjugate-exponential family (variational message passing) has been implemented. Future work includes variational approximations for other types of distributions and possibly other approximate inference methods such as expectation propagation, Laplace approximations, Markov chain Monte Carlo (MCMC) and other methods. Contributions are welcome.

Project information

Copyright (C) 2011-2017 Jaakko Luttinen and other contributors (see below)

BayesPy including the documentation is licensed under the MIT License. See LICENSE file for a text of the license or visit http://opensource.org/licenses/MIT.

Latest release release conda-release
Documentation http://bayespy.org
Repository https://github.com/bayespy/bayespy.git
Bug reports https://github.com/bayespy/bayespy/issues
Author Jaakko Luttinen [email protected]
Chat chat
Mailing list [email protected]

Continuous integration

Branch Test status Test coverage Documentation
master (stable) travismaster covermaster docsmaster
develop (latest) travisdevelop coverdevelop docsdevelop

Similar projects

VIBES (http://vibes.sourceforge.net/) allows variational inference to be performed automatically on a Bayesian network. It is implemented in Java and released under revised BSD license.

Bayes Blocks (http://research.ics.aalto.fi/bayes/software/) is a C++/Python implementation of the variational building block framework. The framework allows easy learning of a wide variety of models using variational Bayesian learning. It is available as free software under the GNU General Public License.

Infer.NET (http://research.microsoft.com/infernet/) is a .NET framework for machine learning. It provides message-passing algorithms and statistical routines for performing Bayesian inference. It is partly closed source and licensed for non-commercial use only.

PyMC (pymc-devs/pymc) provides MCMC methods in Python. It is released under the Academic Free License.

OpenBUGS (http://www.openbugs.info) is a software package for performing Bayesian inference using Gibbs sampling. It is released under the GNU General Public License.

Dimple (http://dimple.probprog.org/) provides Gibbs sampling, belief propagation and a few other inference algorithms for Matlab and Java. It is released under the Apache License.

Stan (http://mc-stan.org/) provides inference using MCMC with an interface for R and Python. It is released under the New BSD License.

PBNT - Python Bayesian Network Toolbox (http://pbnt.berlios.de/) is Bayesian network library in Python supporting static networks with discrete variables. There was no information about the license.

Contributors

The list of contributors:

  • Jaakko Luttinen
  • Hannu Hartikainen
  • Deebul Nair
  • Christopher Cramer
  • Till Hoffmann

Each file or the git log can be used for more detailed information.

Popular Bayesian Projects
Popular Mcmc Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Bayesian
Mcmc
Bayesian Inference