https://github.com/GPflow/GPflow
Raw File
Tip revision: 294029dcecfd34ca9ce4401ebc11884338b57200 authored by Alan Saul on 06 February 2019, 16:29:50 UTC
Minor edits and more maths for likelihoods
Tip revision: 294029d
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 `SGPR derivation  <notebooks/SGPR_notes.html>`_.

.. autoclass:: gpflow.models.SGPR

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

See also the documentation of the `VGP 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