https://github.com/GPflow/GPflow
Raw File
Tip revision: b41c1f9e0caa7b9dd18d272b69fa2853a80f03b0 authored by vdutor on 19 February 2019, 09:26:19 UTC
GPLVM data
Tip revision: b41c1f9
kernel_options.rst
==================
Kernels included in GPflow
==================

Kernels form a core component of GPflow models and allow prior information to be encoded about a latent function of interest. A notebook showing the effect of choosing different kernels, and showing how it is possible to combine multiple kernels can be found `here <notebooks/kernels.html>`_.

.. automodule:: gpflow.kernels
    :members:
    :exclude-members: Add, Kern, Prod, PeriodicKernel
back to top