variational-inference
Here are 175 public repositories matching this topic...
Kind of embarrassingly late to realize this, but PyMC3 doesn't properly distribute the Apache license as described in the license file. All we need to do is to add the frontmatter from the license with the current year at The PyMC Developers
as the copyright holder.
I might have some time soon to file a PR for this, but if so
We should demonstrate in all notebooks how to (correctly) use tf.function. This would unearth bugs e.g. due to use of static instead of dynamic shapes (#1179) that aren't currently covered by any tests.
Seminars DeepBayes Summer School 2018
-
Updated
Dec 17, 2019 - Jupyter Notebook
Variational autoencoder implemented in tensorflow and pytorch (including inverse autoregressive flow)
-
Updated
Dec 14, 2019 - Python
Lecture notes on Bayesian deep learning
-
Updated
Dec 19, 2019
Pytorch implementations of Bayes By Backprop, MC Dropout, SGLD, the Local Reparametrization Trick, KF-Laplace and more
-
Updated
Dec 20, 2019 - Jupyter Notebook
A U-Net combined with a variational auto-encoder that is able to learn conditional distributions over semantic segmentations.
-
Updated
Dec 19, 2019 - Jupyter Notebook
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
-
Updated
Dec 19, 2019 - Jupyter Notebook
I try my best to keep updated cutting-edge knowledge in Machine Learning/Deep Learning and Natural Language Processing. These are my notes on some good papers
-
Updated
Dec 19, 2019
Collection of probabilistic models and inference algorithms
-
Updated
Dec 16, 2019 - Python
Implementation of VLAE
-
Updated
Dec 19, 2019 - Python
Tensorflow implementation of conditional variational auto-encoder for MNIST
-
Updated
Nov 25, 2019 - Python
The Gaia dataset is an extremely accurate catalog of bright stars' locations. We can use them to learn the WCS transforms for each image rather than relying on the SDSS pipeline.
It's already stored on the NERSC file system.
/global/project/projectdirs/cosmo/work/gaia/chunks-sdss
In addition to getting more accurate WCS transforms, we might also hope to correct for a property of
Reimplementation of Variational Inference with Normalizing Flows (https://arxiv.org/abs/1505.05770)
-
Updated
Dec 17, 2019 - Python
Understanding normalizing flows
-
Updated
Dec 16, 2019 - Jupyter Notebook
Describe the bug
If batch_size for MinibatchInferenceLoop is larger than the dataset size, this line throws due to division by zero.
Expected behavior
Possible mitigations are:
- Option No. 1: Default batch size to min("requested batch size", "dataset size") and issue a warning if "requested
Implementation of Sequential Attend, Infer, Repeat (SQAIR)
-
Updated
Dec 10, 2019 - Jupyter Notebook
Kalman Variational Auto-Encoder
-
Updated
Nov 24, 2019 - Python
From Lu Cheng:
"It was said in GPStuff manual page 42 that periodic kernel was coming
from this paper
http://jmlr.org/proceedings/papers/v33/solin14.pdf
In page 907, equation (23) and GPStuff appendix, there is the canonical
periodic covariance function. And it is not obvious to find the explicit
form of quasi-periodic covariance function in section 3.5.
In the demo_periodic.m, there is alway t
PyTorch implementation of "Weight Uncertainty in Neural Networks"
-
Updated
Dec 18, 2019 - Jupyter Notebook
Variational Bayesian Monte Carlo (VBMC) algorithm for posterior and model inference in MATLAB
-
Updated
Dec 19, 2019 - MATLAB
Deep Generative Models for Natural Language Processing, conference mapping and paper list
-
Updated
Dec 20, 2019
Implementation of Sequential Variational Autoencoder
-
Updated
Dec 19, 2019 - Python
PixelVAE with or without regularization
-
Updated
Dec 19, 2019 - Python
TensorFlow implementation of "noisy K-FAC" and "noisy EK-FAC"
-
Updated
Oct 22, 2019 - Python
Code for the paper Implicit Weight Uncertainty in Neural Networks
-
Updated
Dec 18, 2019 - Jupyter Notebook
Adversarial Imitation Via Variational Inverse Reinforcement Learning
-
Updated
Dec 12, 2019 - Python
Improve this page
Add a description, image, and links to the variational-inference topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the variational-inference topic, visit your repo's landing page and select "manage topics."
Similar to the tutorial on custom losses in SVI, we should have a tutorial on implementing custom MCMC kernels using the new MCMC API. Something simple like SGLD seems like a good starting point.