Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.02 KB

File metadata and controls

18 lines (11 loc) · 1.02 KB

Gaussian Process Regression

License: MIT

Regression Animation

This simple python project performs Gaussian process regression, without depending on any external libraries.

Gaussian process regression involves sampling from a distribution over all functions:
FunctionPosterior

Allowing us to make predictions based on a training data set consisting of samples from the true process:
FunctionPrediction

Uncertainty

License

This project is licensed under the terms of MIT license. See the LICENSE file for more info.