GPy/doc/source/index.rst

52 lines
1.4 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
2014-11-05 14:51:12 +00:00
`GPy <http://sheffieldml.github.io/GPy/>`_ is a Gaussian Process (GP) framework written in Python, from the Sheffield machine learning group.
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.
This documentation is mostly aimed at developers interacting closely with the code-base.
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
------------
For developers
--------------
2015-10-06 14:04:15 +01:00
- `Writing new models <tuto_creating_new_models.html>`_
- `Writing new kernels <tuto_creating_new_kernels.html>`_
- `Write a new plotting routine using gpy_plot <tuto_plotting.html>`_
2015-10-06 14:04:15 +01:00
- `Parameterization handles <tuto_parameterized.html>`_
2020-03-30 11:07:53 +01:00
API Documentation
-----------------
2015-10-06 14:04:15 +01:00
.. toctree::
:maxdepth: 1
GPy.models
GPy.kern
GPy.likelihoods
GPy.mappings
GPy.examples
GPy.util
GPy.plotting.gpy_plot
GPy.plotting.matplot_dep
GPy.core
GPy.core.parameterization
GPy.inference.optimization
GPy.inference.latent_function_inference
GPy.inference.mcmc
2015-09-18 18:30:54 +01:00
Indices and tables
2020-03-30 11:07:53 +01:00
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
2015-09-18 18:30:54 +01:00