Skip to content

Implementation of a Mixture Density Network in the deep probabilistic programming language Pyro.

License

Notifications You must be signed in to change notification settings

ascentai/mdn_pyro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixture density network in Pyro

This script implements a simple Mixture Density Network in Pyro, a probabilistic programming language built on top of PyTorch. It uses the same example data as in Bishops's book (Bishop, C. M. (2013). Pattern Recognition and Machine Learning) and is based on the pytorch implementation of David Ha, https://github.com/hardmaru/pytorch_notebooks/blob/master/mixture_density_networks.ipynb

Samples from the model

See http://pyro.ai/ for documentation on pyro and the following tutorials for more specific information on discrete enumeration and Gaussian Mixture models in Pyro:

Requirements

  • pyro (0.3.0)
  • pytorch (1.0.0)
  • numpy
  • matplotlib

Releases

No releases published

Packages

No packages published

Languages