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
  • /
  • getting_started.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:10969da51da20b9ef00b37d76cc6a13538425d21
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 ...
getting_started.rst
Getting Started
===============

This section aims to give you the knowledge necessary to use GPflow on small-to-medium projects,
without necessarily going too much into the mathematical and technical details. We do not try to
teach the theory behind Gaussian Processes.

* For a brief introduction to the mathematics of Gaussian Processes we recommend
  `this article <http://www.inference.org.uk/mackay/gpB.pdf>`_.
* For a longer text on the theory of Gaussian Processes we recommend the book:
  `Gaussian Processes for Machine Learning <https://gaussianprocess.org/gpml/>`_.
* If you need a deeper understanding of the technical details or advanced features of GPflow please,
  see our :doc:`user_guide`.

We will assume you are reasonably familiar with `Python <https://www.python.org/>`_,
`NumPy <https://numpy.org/>`_ and maybe `TensorFlow <https://www.tensorflow.org/>`_, and it is good
if you have some previous experience with data processing or machine learning in Python. We do not
assume prior knowldege of Gaussian Processes.


.. toctree::
   :maxdepth: 1

   installation
   notebooks/getting_started/basic_usage
   notebooks/getting_started/kernels
   notebooks/getting_started/mean_functions
   notebooks/getting_started/parameters_and_their_optimisation
   notebooks/getting_started/large_data
   notebooks/getting_started/classification_and_other_data_distributions
   notebooks/getting_started/monitoring
   notebooks/getting_started/saving_and_loading
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