GPy/doc/source/index.rst

61 lines
1.7 KiB
ReStructuredText
Raw Normal View History

2020-03-30 11:07:53 +01:00
GPy - A Gaussian Process (GP) framework in Python
=================================================
2020-03-30 11:07:53 +01:00
Introduction
------------
2013-01-31 10:57:43 +00:00
2020-03-30 14:58:59 +01:00
`GPy <http://sheffieldml.github.io/GPy/>`_ is a Gaussian Process (GP) framework written in Python, from the Sheffield machine learning group. It includes support for basic GP regression, multiple output GPs (using coregionalization), various noise models, sparse GPs, non-parametric regression and latent variables.
2013-01-31 10:57:43 +00:00
2014-11-05 14:51:12 +00:00
The `GPy homepage <http://sheffieldml.github.io/GPy/>`_ contains tutorials for users and further information on the project, including installation instructions.
2020-03-30 14:58:59 +01:00
The documentation hosted here is mostly aimed at developers interacting closely with the code-base.
Source Code
-----------
2014-11-05 14:51:12 +00:00
The code can be found on our `Github project page <https://github.com/SheffieldML/GPy>`_. It is open source and provided under the BSD license.
2020-03-30 11:07:53 +01:00
Installation
------------
2020-03-30 14:58:59 +01:00
Installation instructions can currently be found on our `Github project page <https://github.com/SheffieldML/GPy>`_.
Tutorials
---------
2020-03-30 14:58:59 +01:00
Several tutorials have been developed in the form of `Jupyter Notebooks <https://nbviewer.jupyter.org/github/SheffieldML/notebook/blob/master/GPy/index.ipynb>`_.
2020-04-03 16:45:24 +01:00
.. toctree::
:maxdepth: 1
:caption: Architecture
architecture
2020-03-30 14:58:59 +01:00
.. toctree::
:maxdepth: 1
:caption: For developers
2020-03-30 14:58:59 +01:00
tuto_creating_new_models
tuto_creating_new_kernels
tuto_plotting
tuto_parameterized
2015-10-06 14:04:15 +01:00
.. toctree::
:maxdepth: 1
2020-03-30 14:58:59 +01:00
:caption: API Documentation
2015-10-06 14:04:15 +01:00
2020-04-03 10:11:44 +01:00
GPy.core
GPy.core.parameterization
2015-10-06 14:04:15 +01:00
GPy.models
2020-04-22 11:14:03 +01:00
GPy.kern.src
2015-10-06 14:04:15 +01:00
GPy.likelihoods
GPy.mappings
GPy.examples
GPy.util
GPy.plotting.gpy_plot
GPy.plotting.matplot_dep
GPy.inference.optimization
GPy.inference.latent_function_inference
GPy.inference.mcmc
2015-09-18 18:30:54 +01:00