https://github.com/GPflow/GPflow
Raw File
Tip revision: 36c1a01f1d980454782cc1b19c90e88a2c71f6fe authored by Artem Artemev on 07 October 2019, 08:43:59 UTC
Update docstring of the helper
Tip revision: 36c1a01
model_options.rst

========================
The six core models of GPflow
========================

.. automodule:: gpflow.models

GP Regression
-------------

.. autoclass:: gpflow.models.GPR

Sparse GP Regression
--------------------

See also the documentation of the `derivation  <notebooks/SGPR_notes.html>`_.

.. autoclass:: gpflow.models.SGPR

Variational Gaussian Approximation
----------------------------------

See also the documentation of the `derivation  <notebooks/VGP_notes.html>`_.

.. autoclass:: gpflow.models.VGP

Sparse Variational Gaussian Approximation
-----------------------------------------

.. autoclass:: gpflow.models.SVGP

Markov Chain Monte Carlo
------------------------

.. autoclass:: gpflow.models.GPMC

Sparse Markov Chain Monte Carlo
-------------------------------

.. autoclass:: gpflow.models.SGPMC
back to top