{ "metadata": { "name": "", "signature": "sha256:5eba98dc5faffa71302db8142e7741c3a47072de51afd646902afecc8bc531f5" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Gaussian Process Winter School, Genova, Italy\n", "\n", "### 19th-22nd January 2015\n", "\n", "### Neil D. Lawrence\n", "\n", "## Introduction\n", "\n", "Welcome to the Gaussian process winter school in Genova in Italy. \n", "\n", "This notebook provides you with the guide to your lab classes for the entire school. The lab classes are intended to help get you familiar with modeling with Gaussian processes as well as the principles of probabilistic inference.\n", "\n", "The lab classes are based on our GPy software, the most recent release was on 21st November 2014. You can install the GPy framework with\n", "\n", "```sh\n", "pip install GPy\n", "```\n", "\n", "As well as these lab classes there are a range of tutorials on how to use `GPy`, many of which are written by members of my research group. `GPy` is under active development and is released under a BSD license, you'd also be very welcome to contribute!\n", "\n", "As well as the GPy software we use our `pods` software for ['open data science'](http://inverseprobability.com/2014/07/01/open-data-science/) for access to data sets and other resources.\n", "\n", "```sh\n", "pip install -pre pods\n", "```\n", "\n", "## Background \n", "\n", "The first day will review probabilistic inference and introduce Gaussian processes. The lab session will allow you to become familiar with the Jupyter (the ipython notebook) and start to work with Gaussian processes.\n", "\n", "* [Welcome to `Jupyter`](./jupyter introduction.ipynb) A quick introduction to `Jupyter`, `python` and `numpy`. \n", "* [Introduction to Probabilistic Regression](./probabilistic interpretations of regression.ipynb) A review of least squares, basis function modelling and the probabilistic interpretation of least squares.\n", "* [Introduction to Bayesian Regression](./bayesian approach to regression.ipynb) Introducing priors over parameters and averaging over solutions.\n", "\n", "## Gaussian Processes\n", "\n", "The second day will focus on Gaussian process models and developing covariance functions. \n", " \n", "* [Introduction to Gaussian Processes](./gaussian process introduction.ipynb) We move from the Bayesian regression with polynomials to Gaussian process perspectives by looking at the priors over the function directly.\n", "* [GPy: Introduction through Covariance Functions](./GPy introduction covariance functions.ipynb) `GPy` is a Python Gaussian process framework that implements many of the ideas we'll see in the course. In this session we introduce its covariance functions and sample from the associated Gaussian processes.\n", "* [Gaussian Process Regression with GPy](./GPy gaussian process regression.ipynb) In this example we show how to do a simple regression model using Gaussian processes in GPy.\n", "* [Optimizing Gaussian Processes](./GPy optimizing gaussian processes.ipynb) The parameters of the covariance function can be optimized. In this example we show how to optimize the parameters of the covariance function. (TODO HMC)\n", "\n", "## Structured Outputs with Gaussian Processes\n", "\n", "The third day reviews multiple output Gaussian processes for learning vector valued functions and approximations for Gaussian processes.\n", "\n", "* [Multiple Output GPs](./multiple outputs.ipynb)\n", "* [TODO Differential Equations and Gaussian Processes](./GP differential equation.ipynb)\n", "\n", "\n", "## Approximations and Dimensionality Reduction\n", "\n", "These examples look at latent variable models and approximations for speeding up inference in Gaussian processes and/or making inference tractable.\n", "\n", "* [Low Rank Approximations for Gaussian Processes](./low rank approximations.ipynb)\n", "* [Non Gaussian Likelihoods](./non gaussian likelihoods.ipynb)\n", "* [Low Rank and Non Gaussian](./low rank and non gaussian.ipynb)\n", "* [Dimensionality Reduction with Gaussian Processes](./dimensionality reduction with gaussian processes.ipynb) (TODO check0" ] }, { "cell_type": "code", "collapsed": false, "input": [], "language": "python", "metadata": {}, "outputs": [] } ], "metadata": {} } ] }