1 Star 0 Fork 45

CSS360 / pilab_research_fields

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Probabilistic_Inference.md 3.40 KB
一键复制 编辑 原始数据 按行查看 历史
布树辉 提交于 2020-05-04 09:00 . 1) Add some references; 2) Add mindmaps

Probabilistic inference

References

Baysian tools

  • 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 (https://github.com/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.

Resources

Junction Tree Algorithm:

Guassian Bayesian Networks:

1
https://gitee.com/CSS365_admin/pilab_research_fields.git
git@gitee.com:CSS365_admin/pilab_research_fields.git
CSS365_admin
pilab_research_fields
pilab_research_fields
master

搜索帮助