Skip to content
#

variational-inference

Here are 307 public repositories matching this topic...

jesnie
jesnie commented Feb 4, 2022

Feature request

In several places we use multiple dispatch. Right now the types to dispatch on are configured separately. Could we infer the types to dispatch on from Python type hints? That would simplify the code.

Motivation

Instead of:

@dispatch.expectation.register(Gaussian, kernels.Sum, InducingPoints, NoneType, NoneType)
def expectation_gaussian_sum_inducingpoints(
    

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 Jan 21, 2019
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the variational-inference topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more