-
Updated
Sep 2, 2020 - Julia
#
hmc
Here are 25 public repositories matching this topic...
Bayesian inference with probabilistic programming.
machine-learning
julia-language
artificial-intelligence
probabilistic-programming
bayesian-inference
mcmc
turing
probabilistic-graphical-models
hmc
hamiltonian-monte-carlo
bayesian-statistics
probabilistic-models
bayesian-neural-networks
probabilistic-inference
18
fehiepsi
commented
Jul 28, 2020
Manifold Markov chain Monte Carlo methods in Python
python
mcmc
hmc
hamiltonian-monte-carlo
markov-chain-monte-carlo
hybrid-monte-carlo
inference-algorithms
-
Updated
Aug 28, 2020 - Python
Robust, modular and efficient implementation of advanced Hamiltonian Monte Carlo algorithms
-
Updated
Sep 1, 2020 - Julia
A C++ library of Markov Chain Monte Carlo (MCMC) methods
cpp
cpp11
armadillo
differential-evolution
mcmc
hmc
hamiltonian-monte-carlo
markov-chain-monte-carlo
de
metropolis-hastings
mala
langevin-diffusion
riemannian-manifold
-
Updated
Nov 28, 2018 - C++
A lightweight and performant implementation of HMC and NUTS in Python, spun out of the PyMC project.
-
Updated
Aug 18, 2020 - Python
Hybrid Memory Cube Simulation & Research Infrastructure
-
Updated
Jul 5, 2018 - C
Code accompanying the paper 'Manifold MCMC methods for Bayesian inference in a wide class of diffusion models'
-
Updated
Aug 30, 2020 - Jupyter Notebook
Used in Deep Machine Learning and Lattice Quantum Chromodynamics
-
Updated
Jun 20, 2018 - Mathematica
Numerical simulation code for non-abelian gauge theories
-
Updated
Aug 12, 2020 - C
Accompanying code for 'Manifold lifting: scaling MCMC to the vanishing noise regime'
-
Updated
Jul 8, 2020 - Jupyter Notebook
Application of the L2HMC algorithm to simulations in lattice QCD.
-
Updated
Sep 4, 2020 - Jupyter Notebook
An experimental Python package for learning Bayesian Neural Network.
deep-learning
pytorch
vi
variational-inference
hmc
hamiltonian-monte-carlo
pyro
bayesian-deep-learning
mc-dropout
monte-carlo-dropout
bayesian-neural-network
-
Updated
Jul 6, 2020 - Python
Modified TensorFlow implementation for training MCMC samplers on Lattice Gauge Theory models from the paper: Generalizing Hamiltonian Monte Carlo with Neural Network
-
Updated
Mar 21, 2019 - Jupyter Notebook
Bayesian deep learning experiments
deep-learning
jupyter-notebook
pytorch
dropout
vi
experiments
reproducibility
mcmc
convolutional-neural-network
variational-inference
hmc
pyro
bayesian-deep-learning
monte-carlo-dropout
bayesian-neural-network
bayesian-dl-experiments
-
Updated
Jul 6, 2020 - Jupyter Notebook
-
Updated
Jan 16, 2018 - Stan
Theano implementations of thermodynamic Monte Carlo algorithms
-
Updated
Mar 27, 2017 - Python
Stable and Self-Tuned Hamiltonian Monte Carlo Sampler
-
Updated
Jul 23, 2020 - MATLAB
Improve this page
Add a description, image, and links to the hmc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hmc topic, visit your repo's landing page and select "manage topics."
Hi @JavierAntoran @stratisMarkou,
First of all, thanks for making all of this code available - it's been great to look through!
Im currently spending some time trying to work through the Weight Uncertainty in Neural Networks in order to implement Bayes-by-Backprop. I was struggling to understand the difference between your implementation of `Bayes-by-Bac