GPy/index.html
2014-11-21 15:36:51 +00:00

84 lines
4.4 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>GPy by SheffieldML</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">GPy</h1>
<p class="header">a Gaussian processes framework in python</p>
<ul>
<li><a class="buttons tutorial" href="http://nbviewer.ipython.org/github/SheffieldML/notebook/blob/master/GPy/index.ipynb">Tutorials </a></li>
<li class="download"><a class="buttons" href="https://github.com/SheffieldML/GPy/zipball/master">Download ZIP</a></li>
<li><a class="buttons github" href="https://github.com/SheffieldML/GPy">View On GitHub</a></li>
</ul>
<p class="header">This project is maintained by <a class="header name" href="https://github.com/SheffieldML">SheffieldML</a></p>
</header>
<section>
<h1>GPy</h1>
<p>GPy is a Gaussian Process (GP) framework written in python, from the Sheffield machine learning group. </p>
<p>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. </p>
<p>GPy is available under the BSD 3-clause license. We'd love to incorporate your changes, so fork us on <a href="https://github.com/SheffieldML/GPy">github</a>!</p>
<h2>New release!</h2>
<p> After a long series of changes, we're pleased to announce the GPy 0.6 is ready for use. Users can download the code from github or install with pip.</p>. There are lots of changes, we've tried to highlight important ones in the <a href=./changelog06.md>changelog</a>.
<h2>Installation</h2>
<p>Installation instructions along side the source code can be found on the <a href="https://github.com/SheffieldML/GPy">GPy project github page</a>. The instructions vary slightly with the target OS but essentially revolve around installing from the python package index, <a href="https://pypi.python.org/pypi/GPy/">PyPI</a></p>
<h2>Tutorials</h2>
A series of tutorials on working with GPy can be found here:</p>
<ul>
<li><a href="http://nbviewer.ipython.org/github/SheffieldML/notebook/blob/master/GPy/index.ipynb">Online tutorials</a></li>
</ul>
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 <a href="https://github.com/SheffieldML/notebook/tree/master/GPy">downloaded</a> and run with the <a href="http://ipython.org/notebook.html">ipython notebook</a>.
<h2>User mailing list</h2>
<p>
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
</p>
<ul>
<li><a href="https://lists.shef.ac.uk/sympa/subscribe/gpy-users">GPy user mailing list</a> </li>
</ul>
<h2>Documentation</h2>
<p>You can read the online documentation for GPy here:</p>
<ul>
<li><a href="https://gpy.readthedocs.org/en/latest/">Online documentation</a></li>
</ul>
These documents are automatically compiled from the docstrings defined in the code: we recommend new users take a look at the <a href="http://nbviewer.ipython.org/github/SheffieldML/notebook/blob/master/GPy/index.ipynb">tutorials</a> first.
<h2>Tests</h2>
<p>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 <a href="https://github.com/SheffieldML/GPy/issues">GPy issues page</a>. Continuous integration status is currently:<br><a href="https://travis-ci.org/SheffieldML/GPy"><img src="https://travis-ci.org/SheffieldML/GPy.png" alt="CI status"></a></br></p>
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>