https://github.com/GPflow/GPflow
Raw File
Tip revision: 9998bea5e8e0c1658b301c8054c7e8162d1736c5 authored by Artem Artemev on 17 June 2019, 08:09:10 UTC
Initial commit
Tip revision: 9998bea
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