Skip to content

Instantly share code, notes, and snippets.

@leachim
Last active April 11, 2022 10:56
Show Gist options
  • Save leachim/a83c012f337743c5c080484372694328 to your computer and use it in GitHub Desktop.
Save leachim/a83c012f337743c5c080484372694328 to your computer and use it in GitHub Desktop.
GSoc 2021 - Michael Schneider - Turing.jl case studies for Latent Variable Models

GSoc 2021 - Turing.jl case studies for Latent Variable Models

Contributions

My contribution during GSoC 2021 is two case studies for using Turing.jl with Latent Variable Models. The models I have implemented are probabilistic PCA and Gaussian Process Latent Variable Models and a few extensions of these models. Each one is documented in a separate Github pull request (see links below).

probabilistic PCA

Code: TuringLang/docs#121

Gaussian Process Latent Variable Model

Code: TuringLang/docs#122

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment