mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
New tutorial draft called 'A kernel overview'
This commit is contained in:
parent
1d6885f6d9
commit
bc62b79e49
12 changed files with 172 additions and 68 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue