rdlester / pyfac
Python implementation of Sum-Product for Factor Graphs
☆44Updated 8 years ago
Alternatives and similar repositories for pyfac:
Users that are interested in pyfac are comparing it to the libraries listed below
- factor graph library☆68Updated 5 years ago
- Sum product algorithm - Belief propagation (message passing) for factor graphs☆86Updated 6 years ago
- a library for deep reinforcement learning, with applications for navigation☆16Updated 6 years ago
- Bayesian nonparametric small-variance asymptotic clustering algorithms☆20Updated 7 years ago
- Factor graphs and loopy belief propagation implemented in Python☆189Updated 2 years ago
- Dirichlet Process Mixture Model sampling-based inference algorithms☆13Updated 7 years ago
- An implementation of "Simple and Scalable Predictive Uncertainty Estimation using Deep Ensembles" (http://arxiv.org/abs/1612.01474)☆34Updated 8 years ago
- Code for paper "Fast ε-free Inference of Simulation Models with Bayesian Conditional Density Estimation"☆31Updated 5 years ago
- Variational inference for Dirichlet process mixture models with multinomial mixture components.☆33Updated 11 years ago
- An iterative neural autoregressive distribution estimator (NADE-K)☆26Updated 10 years ago
- RL Experiments from our paper "Backpropagation Through the Void": https://arxiv.org/abs/1711.00123. Lovingly forked from OpenAI's RL Base…