luiarthur / TuringBnpBenchmarks

Benchmarks of Bayesian Nonparametric models in Turing and other PPLs
https://luiarthur.github.io/TuringBnpBenchmarks/
MIT License
29 stars 1 forks source link

Create summary table of all PYP benchmarks #2

Open luiarthur opened 4 years ago

luiarthur commented 4 years ago

The PYP models benchmark for a given sample size can be summarized in the table below, with the cells being compile times (if applicable) and execution times. Timings for forward passes and gradient computations of the models will also be computed if high-level API is available and exposed. The appropriate accompanying data visualizations (line plots, surface plots) will be included to make the results more interpretable. Links will be included to MWEs.

Model (PPL), sample size = N Collapsed Gibbs SMC Particle Gibbs HMC/NUTS (SB) ADVI (SB)
PYP mixture of Gaussians (Turing)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
PYP mixture of non-Gaussians (Turing)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
PYP mixture of Gaussians (STAN)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
PYP mixture of non-Gaussians (STAN)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
PYP mixture of Gaussians (Nimble)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
PYP mixture of non-Gaussians (Nimble)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
PYP mixture of Gaussians (Pyro)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
PYP mixture of non-Gaussians (Pyro)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
PYP mixture of Gaussians (TFP) NA NA NA
  • [ ] TODO
  • [ ] TODO
PYP mixture of non-Gaussians (TFP) NA NA NA
  • [ ] TODO
  • [ ] TODO

Notes: