Skip to content

maka89/noisy-gp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

noisy-gp

Gaussian Process Regression with noisy inputs and outputs. Variance estimates for the training set X and y, is supplied to the fit() method, and can vary from sample to sample.

Using noisy inputs can give the LML many local maxima. Thus it is useful to supply good bounds for the hyperparameters and run the optimization many times with different initial values. Or use another method to choose hyperparameters.

Papers:

-Learning Gaussian Process Models from Uncertain Data - Patrick Dallaire, Camille Besse, and Brahim Chaib-draa

-Approximate Methods for Propagation of Uncertainty with Gaussian Process Model. PhD thesis, University of Glasgow, Glasgow, UK (2004)

gp_regressor.py contains the Gaussian Process Regression class and an example from the former paper.

About

Gaussian Process Regression for training data with noisy inputs and/or outputs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages