Skip to content

hpandana/clustered-gaussian-process-TFP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Clustered Gaussian Process (GP) Regression in TFP

This is an implementation of clustered GP regression in tensorflow_probability (TFP), based on this paper: A clustered Gaussian process model for computer experiments by Sung et al (2009).

The GP itself marginalizes hyperparameters with Hamiltonian Monte Carlo integration. It follows the GPR example provided in tensorflow_probability (TFP).

The ipynb is here.