Skip to content
/ GPLVM Public
forked from vr308/GPLVM

Implementation of GPLVM and Bayesian GPLVM in pytorch/gpytorch

Notifications You must be signed in to change notification settings

gpleiss/GPLVM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPLVM: Core Models

Implementation of Gaussian Process Latent Variable models in pytorch/gpytorch

Key References:

  1. Gaussian process latent variable models for visualisation of high dimensional data
  2. Bayesian GPLVM
  3. Local distance preservation in the GPLVM
  4. Stochastic Variational Inference for back-constrained GPLVM
  5. Gaussian Processes for Big data

Models


  1. GPLVM
  2. B-GPLVM
  3. Back-constrained GPLVM
  4. SVI GPLVM (with and without back-constraints)

Inference


  1. ML-II Optimisation
  2. Variational Inference with the collapsed bound
  3. Stochastic Variational Inference with the uncollapsed bound

Code Layout


data/* has all the data loading utilities
models/* model classes

Usage


See demo.py

About

Implementation of GPLVM and Bayesian GPLVM in pytorch/gpytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%