Skip to content

Commit f1a0268

Browse files
committed
Updates to lab classes for MLSS
1 parent 0977de9 commit f1a0268

6 files changed

+16
-15
lines changed

lab_classes/mlss/.ipynb_checkpoints/index-checkpoint.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:43e13b0d3446c3bca3497c75aa3b092226d220c8b4dcd5f679f4e662bfd988e9"
4+
"signature": "sha256:0556b4ae1080bb2506a261f0aed7304355929147020e90795dffc24fe67d17f9"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -51,7 +51,7 @@
5151
"\n",
5252
"## Gaussian Processes\n",
5353
"\n",
54-
"The second day will focus on Gaussian process models and developing covariance functions. \n",
54+
"The session will focus on Gaussian process models and developing covariance functions. \n",
5555
" \n",
5656
"* [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",
5757
"* [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",

lab_classes/mlss/GPy gaussian process regression.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:4a95cc8ac4784d9884e9eca006446655b954da06402f08df15653d9139d722e2"
4+
"signature": "sha256:6f75c774ee9379cd0d148d6a0826a50b406af86f66fb8c00fd8b97d54beee7fe"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -14,9 +14,9 @@
1414
"source": [
1515
"# Gaussian Process Regression in GPy\n",
1616
"\n",
17-
"## Gaussian Process Winter School, Genova, Italy\n",
17+
"## Machine Learning Summer School, Sydney, Australia\n",
1818
"\n",
19-
"### 20th January 2014\n",
19+
"### February 2015\n",
2020
"\n",
2121
"### Neil D. Lawrence and Nicolas Durrande\n",
2222
"\n",

lab_classes/mlss/GPy introduction covariance functions.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:81d15f4e5504b5e3a79a177c06233272245e10b15057208834e75123cc7f2775"
4+
"signature": "sha256:823d802015716b6086a983b2cd31944abe7736a085332a4b23914230516a3d01"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -13,9 +13,10 @@
1313
"metadata": {},
1414
"source": [
1515
"# GPy Introduction: Covariance Functions in GPy\n",
16-
"## Gaussian Process Winter School, Genova, Italy\n",
1716
"\n",
18-
"### 20th January 2014\n",
17+
"## Machine Learning Summer School, Sydney, Australia\n",
18+
"\n",
19+
"### February 2015\n",
1920
"\n",
2021
"### Neil D. Lawrence and Nicolas Durrande\n"
2122
]

lab_classes/mlss/GPy optimizing gaussian processes.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:e536d3195e4f11c355f3ffa9515f59741de6135d0301c7d95ce8436884cac106"
4+
"signature": "sha256:c12ffa19d91c1d586504d92774e872d05d6e8d63d996f07aa870cf333acea7fb"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -14,9 +14,9 @@
1414
"source": [
1515
"# Introduction to GPy: Gaussian Process Regression in GPy\n",
1616
"\n",
17-
"## Gaussian Process Winter School, Genova, Italy\n",
17+
"## Machine Learning Summer School, Sydney, Australia\n",
1818
"\n",
19-
"### 20th January 2014\n",
19+
"### February 2015\n",
2020
"\n",
2121
"### Neil D. Lawrence and Nicolas Durrande\n"
2222
]

lab_classes/mlss/gaussian process introduction.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"source": [
1515
"# Inroduction to Gaussian Processes\n",
1616
"\n",
17-
"## Gaussian Process Road Show, Genoa, Italy\n",
18-
"### 19th or 20th January 2015\n",
17+
"## Machine Learning Summer School, Sydney, Australia\n",
18+
"### February 2015\n",
1919
"### Neil D. Lawrence\n",
2020
"\n",
2121
"When we form a Gaussian process we assume data is *jointly Gaussian* with a particular mean and covariance,\n",

lab_classes/mlss/index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:43e13b0d3446c3bca3497c75aa3b092226d220c8b4dcd5f679f4e662bfd988e9"
4+
"signature": "sha256:0556b4ae1080bb2506a261f0aed7304355929147020e90795dffc24fe67d17f9"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -51,7 +51,7 @@
5151
"\n",
5252
"## Gaussian Processes\n",
5353
"\n",
54-
"The second day will focus on Gaussian process models and developing covariance functions. \n",
54+
"The session will focus on Gaussian process models and developing covariance functions. \n",
5555
" \n",
5656
"* [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",
5757
"* [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",

0 commit comments

Comments
 (0)