From 22d5aeaa26117ee601a21f7e2bd3209a3767aadd Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Mon, 3 Nov 2014 15:20:52 +0000 Subject: [PATCH] Updated project web page --- index.html | 92 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 57 insertions(+), 35 deletions(-) diff --git a/index.html b/index.html index 119d68ff..33a40fc3 100644 --- a/index.html +++ b/index.html @@ -1,57 +1,79 @@ - - - - GPy by SheffieldML + + + +GPy by SheffieldML - - - - - - - -
-
+ + +
+

GPy

a Gaussian processes framework in python

This project is maintained by SheffieldML

-
-
+
+

GPy

-

a Gaussian Process (GP) framework in python, from the Sheffield machine learning group.

+

GPy is a Gaussian Process (GP) framework written in python, from the Sheffield machine learning group.

-

Gaussian processes underpin range of modern machine learning algorithms. In GPy, we've used python to implement a range of machine learning algorithms based on GPs.

+

Gaussian processes underpin range of modern machine learning algorithms. In GPy, we've used python to implement a range of machine learning algorithms based on GPs.

-

GPy is available under the BSD 3-clause license. We'd love to incorporate your changes, so fork us on github!

+

GPy is available under the BSD 3-clause license. We'd love to incorporate your changes, so fork us on github!

-

GPy is hosted on the python package index pypi, so you can install with - pip install gpy

+

Installation

+

Installation instructions along side the source code can be found on the GPy project github page. The instructions vary slightly with the target OS but essentially revolve around installing from the python package index, PyPI

-

You can read the online documentation for GPy here:

+

Documentation

+

You can read the online documentation for GPy here:

-

Continuous integration status: CI status

-
-
+ + +

Tutorials

+ A series of tutorials on working with GPy can be found here:

+ + + + These are in the ipython notebook format: the code, plots and text can be read online. If you wish to run the examples locally they can be downloaded and run with the ipython notebook. + +

User mailing list

+ +

+ If you have any questions about the project, or require any help working with the code please make sure you are signed up the the +

+ + +

Tests

+

As the code is under active development we try to ensure that the code is well tested using Continuous Integreation. We'd love to here of any bugs you have found so please do submit issues through our GPy issues page. Continuous integration status is currently:
CI status

+ + -
- - - - \ No newline at end of file + + + + + +