Machine Learning
Gaussian Process Regression
. In this notebook, Gaussian Process Regression is performed based on perfect and noisy data in order to show the basic principles behind the process.
. In this notebook, Gaussian Process Regression is performed based on perfect and noisy data in order to show the basic principles behind the process.
The following notebook performs simple and multivariate linear regression for an air pollution dataset, comparing the results of a maximum-likelihood regression with a manual gradient descent implementation.