New tutorial draft called 'A kernel overview'

This commit is contained in:
Nicolas 2013-02-08 16:10:58 +00:00
parent 1d6885f6d9
commit bc62b79e49
12 changed files with 172 additions and 68 deletions

View file

@ -12,7 +12,7 @@ We first import the libraries we will need: ::
import numpy as np
import GPy
1 dimensional model
1-dimensional model
===================
For this toy example, we assume we have the following inputs and outputs::
@ -99,7 +99,7 @@ Once again, we can use ``print(m)`` and ``m.plot()`` to look at the resulting mo
GP regression model after optimization of the parameters.
2 dimensional example
2-dimensional example
=====================
Here is a 2 dimensional example::