https://github.com/GPflow/GPflow
Raw File
Tip revision: ff05f7e8ae2fc51529f05f4f7a849ea545d4f8cf authored by Felix Leibfried on 21 January 2020, 13:41:47 UTC
minor change to optimizer
Tip revision: ff05f7e
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 in the `tutorials <https://nbviewer.jupyter.org/github/GPflow/GPflow/blob/develop/doc/source/notebooks/advanced/kernels.ipynb>`_.

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