-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·29 lines (22 loc) · 1.75 KB
/
index.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
---
layout: default
---
<div class="well">
<center><img src="./images/me.jpg" style="width:324px" class="center"></center>
<h1>Hello</h1>
<p>I am a Principal Researcher at Microsoft Research Cambridge. My research focuses on the development of probabilistic machine learning methods for uncertainty quantification and
data-efficient sequential decision making. I work on the challenges arising when uncertainty of different types (the loss of precision
induced by numerical calculations, data errors, model miss-calibration, etc.) need to be be propagated, controlled and reduced in
complex pipelines. I am also interested on how causal inference can be used to leverage decision making methods and to improve the understanding of complex
systems and processes. As fields of application of my research I am interested in computational biology, health and environmental
sciences.</p>
</br>
</div>
<div class="well">
<h1>You may be interested on:</h1>
<li> The <a href="https://bayesopt.github.io/special-issue.html">Special Issue in Bayesian optimization</a> that together with
With Roberto Calandra, Frank Hutter, Bobak Bobak Shahriari and Roman Garnett we are editing for the <i>Journal of Machine Learning Research</i>.</li>
<li> <a href="https://amzn.github.io/emukit/">Emukit</a>, a Python platform for emulation and decision making under uncertainty. Try the <a href="https://amzn.github.io/emukit-playground/#!/">Emukit-playground</a>! </li>
<li> <a href="https://sheffieldml.github.io/GPyOpt/">GPyOpt</a>, a Python framework for Bayesian optimization.</li>
<li> The series on <a href="http://gpss.cc"> Gaussian process summer schools</a> that I have helped to organize in Sheffield.</li>
</div>