mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
54 lines
No EOL
2.1 KiB
HTML
54 lines
No EOL
2.1 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 class="download"><a class="buttons" href="https://github.com/SheffieldML/GPy/zipball/master">Download ZIP</a></li>
|
|
<li class="download"><a class="buttons" href="https://github.com/SheffieldML/GPy/tarball/master">Download TAR</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>a Gaussian Process (GP) framework 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>
|
|
|
|
<hr><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>
|
|
|
|
<hr><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>
|
|
</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> |