https://github.com/GPflow/GPflow
Raw File
Tip revision: 125846f4872c9ad1c5bd2020ba21d549245a8001 authored by Artem Artemev on 17 June 2019, 22:30:41 UTC
Bump version to fix PyPI package
Tip revision: 125846f
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