Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision b4df039c6fe478297e532720e76d1213022410d5 authored by Jesper Nielsen on 26 October 2022, 08:27:38 UTC, committed by GitHub on 26 October 2022, 08:27:38 UTC
Fix mypy error. (#2009)
1 parent dc84ca2
  • Files
  • Changes
  • 03384ba
  • /
  • doc
  • /
  • sphinx
  • /
  • user_guide.rst
Raw File Download
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:b4df039c6fe478297e532720e76d1213022410d5
directory badge Iframe embedding
swh:1:dir:c174a18127572f4e295f3439455efb3db996e31e
content badge Iframe embedding
swh:1:cnt:c8a2d6fc580eda04ad532c49cca9510b127aaf4e
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
user_guide.rst
User Guide
==========

You can use this document to get familiar with the more in-depth topics of GPflow. If you are new to GPflow you should see our :doc:`getting_started` guide first. We have also provided a `flow diagram <_static/GPflows.png>`_ to guide you to the relevant parts of GPflow for your specific problem.


Theoretical notes
-----------------

The following notebooks relate to the theory of Gaussian processes and approximations. These are not required reading for using GPflow, but are included for those interested in the theoretical underpinning and technical details.

.. toctree::
   :maxdepth: 1

   notebooks/theory/vgp_notes
   notebooks/theory/SGPR_notes
   notebooks/theory/cglb
   notebooks/theory/upper_bound

.. toctree::
   :maxdepth: 1

   notebooks/theory/FITCvsVFE

Why we like the Variational Free Energy (VFE) objective rather than the Fully Independent Training Conditional (FITC) approximation for our sparse approximations.

.. toctree::
   :maxdepth: 1

   notebooks/theory/Sanity_check

Demonstrates the overlapping behaviour of many of the GPflow model classes in special cases (specifically, with a Gaussian likelihood and, for sparse approximations, inducing points fixed to the data points).


Tailored models
---------------

This section shows how to use GPflow's utilities and codebase to build new probabilistic models.
These can be seen as complete examples.

.. toctree::
   :maxdepth: 1

   notebooks/tailor/kernel_design

How to implement a covariance function that is not available by default in GPflow. For this example, we look at the Brownian motion covariance.

.. toctree::
   :maxdepth: 1

   notebooks/tailor/gp_nn

Two ways to combine TensorFlow neural networks with GPflow models.

.. toctree::
   :maxdepth: 1

   notebooks/tailor/external-mean-function

How to use a neural network as a mean function.

.. toctree::
   :maxdepth: 1

   notebooks/tailor/mixture_density_network

How GPflow's utilities make it easy to build other, non-GP probabilistic models.


Advanced needs
--------------

This section explains the more complex models and features that are available in GPflow.

.. toctree::
   :maxdepth: 1

   notebooks/advanced/mcmc

Using Hamiltonian Monte Carlo to sample the posterior GP and hyperparameters.

.. toctree::
   :maxdepth: 1

   notebooks/advanced/ordinal_regression

Using GPflow to deal with ordinal variables.

.. toctree::
   :maxdepth: 1

   notebooks/advanced/gps_for_big_data

Using GPflow's Sparse Variational Gaussian Process (SVGP) model :cite:p:`hensman2014scalable` :cite:p:`hensman2013gaussian`. Use sparse methods when dealing with large datasets (more than around a thousand data points).

.. toctree::
   :maxdepth: 1

   notebooks/advanced/multiclass_classification

On classification with more than two classes.

.. toctree::
   :maxdepth: 1

   notebooks/advanced/varying_noise

Most GP models assume the noise is constant across all data points. This notebook shows how to model simple varying noise.

.. toctree::
   :maxdepth: 1

   notebooks/advanced/heteroskedastic

This is a more expensive, but also more powerful way to handly noise that varies across data points.

.. toctree::
   :maxdepth: 1

   notebooks/advanced/changepoints

How to deal with regime-changes in 1D datasets.

.. toctree::
   :maxdepth: 1

   notebooks/advanced/convolutional

How we can use GPs with convolutional kernels for image classification.

.. toctree::
   :maxdepth: 1

   notebooks/advanced/multioutput

For when you have multiple outputs, that all are observed at all data points.

.. toctree::
   :maxdepth: 1

   notebooks/advanced/coregionalisation

For when you have multiple outputs, but not all of them are observed at every data point.

.. toctree::
   :maxdepth: 1

   notebooks/advanced/fast_predictions

How to use caching to speed up repeated predictions.

.. toctree::
   :maxdepth: 1

   notebooks/advanced/GPLVM

How to use the Bayesian GPLVM model. This is an unsupervised learning method usually used for dimensionality reduction.

.. toctree::
   :maxdepth: 1

   notebooks/advanced/variational_fourier_features

In this notebook we demonstrate how new types of inducing variables can easily be incorporated in the GPflow framework. As an example case, we use variational Fourier features.

.. toctree::
   :maxdepth: 1

   notebooks/advanced/natural_gradients

How to optimize the variational approximate posterior's parameters.
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top