Skip to content

v0.1

Latest
Compare
Choose a tag to compare
@MattAshman MattAshman released this 01 Dec 09:05
· 4 commits to master since this release
a9f3949

The initial release!

  • models contains the core GP-VAE and SGP-VAE implementations.
  • likelihoods contains the various likelihood functions for defining the likelihood of the observations and the approximate likelihood included in the variational distribution.
  • kernels contains GP kernel implementations.
  • utils contains various utility functions.

Examples of using the sgpvae package for experimentation are given in experiments.