mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
Draft of documentation for implemented kernels
This commit is contained in:
parent
dcbe8e405b
commit
3950347e3f
2 changed files with 10 additions and 1 deletions
9
doc/kernel_implementation.rst
Normal file
9
doc/kernel_implementation.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
***************************
|
||||||
|
List of implemented kernels
|
||||||
|
***************************
|
||||||
|
|
||||||
|
====== =========== === ======= =========== =============== ======= =========== ====== ====== ======
|
||||||
|
NAME get/set K Kdiag dK_dtheta dKdiag_dtheta dK_dX dKdiag_dX psi0 psi1 psi2
|
||||||
|
====== =========== === ======= =========== =============== ======= =========== ====== ====== =======
|
||||||
|
rbf \checkmark
|
||||||
|
|
@ -39,7 +39,7 @@ return::
|
||||||
Implemented kernels
|
Implemented kernels
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Many kernels are already implemented in GPy. Here is a summary of most of them:
|
Many kernels are already implemented in GPy. A comprehensive list can be found `here <kernel_implementation.html>`_ . The following figure gives a summary of most of them:
|
||||||
|
|
||||||
.. figure:: Figures/tuto_kern_overview_allkern.png
|
.. figure:: Figures/tuto_kern_overview_allkern.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue