https://github.com/GPflow/GPflow
Raw File
Tip revision: d3ef1f929efaee9e929f671c717934f4acca4b96 authored by vdutor on 15 March 2019, 15:59:59 UTC
more predict functions
Tip revision: d3ef1f9
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