mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
79 lines
3.9 KiB
HTML
79 lines
3.9 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">Tutorial notebooks</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>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>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>
|
|
|
|
<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>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>
|