Contents
- 1 What do you need to know about the Gaussian process?
- 2 Why is the L2 regularization equivalent to Gaussian prior?
- 3 What to do when things are not Gaussian?
- 4 Can a mixed model use a Gaussian distribution?
- 5 Is the sum of the K Gaussian models a Gaussians model?
- 6 How are Gaussian processes used in Bayesian inference?
What do you need to know about the Gaussian process?
The Gaussian Process model section defines the Gaussian Process prior and the likelihood. And it explains the model parameters in the prior and the likelihood. The Computing the posterior section derives the posterior from the prior and the likelihood. And it describes how to make predictions using the posterior.
Why is the L2 regularization equivalent to Gaussian prior?
Instead of a Gaussian prior, multiply your likelihood with a Laplace prior and then take the logarithm. A good reference (perhaps slightly advanced) detailing both issues is the paper “Adaptive Sparseness for Supervised Learning”, which currently does not seem easy to find online. Alternatively look at “Adaptive Sparseness using Jeffreys Prior”.
How is the Gaussian distribution used in statistics?
The Gaussian or normal distribution is one of the most widely used in statistics. Estimating its parameters using Bayesian inference and conjugate priors is also widely used. The use of conjugate priors allows all the results to be derived in closed form.
What to do when things are not Gaussian?
Variational Gaussian Process — What To Do When Things Are Not Gaussian introduces variational inference to allow us to use a non-Gaussian likelihood in a Gaussian Process model. Sparse and Variational Gaussian Process — What To Do When Data is Large introduces inducing variables to allow us to scale a Gaussian Process model to large datasets.
You will be able to have a basic understanding on Gaussian Process (what is it and why it is very popular), Gaussian Mixture Model and Expectation Maximization Algorithm after this tutorial. What is GP? Permalink
Can a mixed model use a Gaussian distribution?
In general, a mixed model can use any probability distribution. The Gaussian mixture model is used here because the Gaussian distribution has good mathematical properties and good computational performance. For example, we now have a bunch of samples of dogs.
How are GP and Gaussian mixtures used in robotics?
For a GP, any finite linear combination of those function variables has a joint (zero mean) Gaussian distribution. It can be used for nonlinear regression, classification, ranking, preference learning, ordinal regression. In robotics, it can be applied to state estimation, motion planning and in our case environment modeling.
Is the sum of the K Gaussian models a Gaussians model?
The sum of the K Gaussian models is not a Gaussian model. For each submodel, there is an unknown ( μ k, σ k, α k) ( μ k, σ k, α k) , and the direct derivation cannot be calculated. It need to be solved by iterative method.
How are Gaussian processes used in Bayesian inference?
Since Gaussian processes let us describe probability distributions over functions we can use Bayes’ rule to update our distribution of functions by observing training data. To reinforce this intuition I’ll run through an example of Bayesian inference with Gaussian processes which is exactly analogous to the example in the previous section.
How are Gaussian processes used in optimisation software?
For some kernel functions, matrix algebra can be used to calculate the predictions using the technique of kriging. When a parameterised kernel is used, optimisation software is typically used to fit a Gaussian process model. The concept of Gaussian processes is named after Carl Friedrich Gauss because it is based on…