Skip to content

Gaussian Processes and Bayesian Optimization implemeted in Python

License

Notifications You must be signed in to change notification settings

tsitsimis/gau-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gau-pro

A Python implementation of the Gaussian Processes framework with Bayesian Optimization. Fit noiseless or noisy data and use existing or custom kernels. Bayesian optimization module using existing acquisition functions (μ+kσ, PI) or custom.

Examples

See Notebooks

Dependencies

  • numpy

References

Gaussian Processes for Machine Learning book
Carl Edward Rasmussen and Christopher K. I. Williams
http://www.gaussianprocess.org/gpml/

About

Gaussian Processes and Bayesian Optimization implemeted in Python

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published