2013-03-11 04:01:13 -07:00
<!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 >
2013-03-11 10:07:43 -07:00
< p class = "header" > a Gaussian processes framework in python< / p >
2013-03-11 04:01:13 -07:00
< 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 >
2013-03-11 10:07:43 -07:00
< p > a Gaussian Process (GP) framework in python, from the Sheffield machine learning group. < / p >
2013-03-11 04:01:13 -07:00
2013-03-11 10:07:43 -07:00
< 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 >
2013-03-11 10:08:56 -07:00
< 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 >
2013-03-11 10:07:43 -07:00
2013-03-11 10:11:41 -07:00
< p > GPy is hosted on the python package index < a href = "https://pypi.python.org/pypi/GPy/" > pypi< / a > , so debian/ubuntu users can get started with::
pip install gpy< / p >
2013-03-11 10:08:56 -07:00
< hr > < p > You can read the online documentation for GPy here:< / p >
2013-03-11 04:01:13 -07:00
< 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 >