-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
executable file
·40 lines (29 loc) · 3.32 KB
/
community.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
layout: default
---
<div class="well">
<h1> Organized Workshops and summer schools</h1>
<li> <a href="http://gpss.cc/gpss18/">Gaussian Process Summer School</a>, Sheffield, UK, 3-6 September 2018 (with Mauricio Alvarez Neil Lawrence, Rich Wilkinson, Jeremy Oakley and MLSitran). <br/> </li>
<li> <a href="https://bayesopt.github.io/">NIPS workshop in Bayesian optimization</a>, Long beach, California, US, 10 December 2017 (with Jose Miguel Hernandez Lobato and Ruben Martinez Cantin). <br/> </li>
<li> <a href="http://gpss.cc/gpss17/">Gaussian Process Summer School</a>, Sheffield, UK, 12-14 September 2017 (with Mauricio Alvarez Neil Lawrence, Rich Wilkinson, Jeremy Oakley and MLSitran). <br/> </li>
<li> <a href="http://gpss.cc/gpmc17/">Gaussian Process and Bayesian optimization Masterclass</a>, Lancaster, UK, 6-7 February 2016 (with Neil Lawrence). <br/> </li>
<li> <a href="https://bayesopt.github.io/">NIPS workshop in Bayesian optimization</a>, Barcelona, Spain, 10 December 2016 (with Roberto Calandra, Frank Hutter, Bobak Shahriari and Ryan Adams). <br/> </li>
<li> <a href="http://gpss.cc/gpuqss16/">Gaussian Process Summer School</a>, Sheffield, UK, 12-14 September 2016 (with Neil Lawrence, Rich Wilkinson, Jeremy Oakley and MLSitran). <br/> </li>
<li> <a href="http://gpss.cc/gpuqss16/">Workshop on Uncertainty Quantification</a>, Sheffield, UK, 5 September 2017 (with Neil Lawrence, Rich Wilkinson, Jeremy Oakley and MLSitran). <br/></li>
<li> <a href="http://javiergonzalezh.github.io/archive4_teaching.html">Course in Bayesian Optimization</a>, Pereira, Colombia, 27-130 October 2015 (with Mauricio Alvarez). <br/></li>
<li> <a href="http://gpss.cc/gpss15/">Gaussian Process Summer School</a>, Sheffield, UK, 14-16 September 2015 (with Neil Lawrence and MLSitran). <br/> </li>
<li> <a href="http://gpss.cc/gpgo15/">Workshop on Gaussian Processes for Global Optimization</a>, Sheffield, UK, 17 September 2015 (with Neil Lawrence and MLSitran). <br/></li>
</div>
<div class="well">
<h1> Course in Bayesian Optimization </h1>
<center> <img src="./images/bo_pereira.jpg" style="width:550px" align="middle"></center>
Course in Bayesian Optimization delivered on October 27-30 at the University of Pereira Colombia (invited by <a href= https://sites.google.com/site/maalvarezl/> Mauricio Alvarez</a>). The material of the course is a mix of the slides and labs written by <a href=" http://staffwww.dcs.shef.ac.uk/people/N.Lawrence/ ">Neil Lawrence</a> and the the <a href="http://ml.dcs.shef.ac.uk/sitran/"> Machine Learning group </a> (first day) plus my point of view on different topics in Bayesian Optimization (days 2 and 3).
<h3>--- Lectures ---</h3>
<p>Lecture 1: <a href="./courseBO/lectures/CourseBO_Lecture1.pdf">Uncertainty and Gaussian Processes</a></p>
<p>Lecture 2: <a href="./courseBO/lectures/CourseBO_Lecture2.pdf">Bayesian Optimization</a><p>
<p>Lecture 3: <a href="./courseBO/lectures/CourseBO_Lecture3.pdf">Advanced topics in Bayesian Optimization</a></p>
<h3>--- Labs ----</h3>
<p>Lab 1: Introduction to GPy [<a href="./courseBO/notebooks/CourseBO_Lab1.ipynb">Jupyter Notebook</a>].
<p>Lab 2: Introduction to GPyOpt [<a href="./courseBO/notebooks/CourseBO_Lab2.ipynb">Jupyter Notebook</a>].
<p>Lab 3: Advanced GPyOpt [<a href="./courseBO/notebooks/CourseBO_Lab3.ipynb">Jupyter Notebook</a>].
</div>