-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
30 lines (30 loc) · 1.48 KB
/
about.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
---
layout: page
title: Home
---
<div class="blurb">
<h1>Hi, welcome to my site.</h1>
<p>I use this site to blog about interesting/fun statistical methods and algorithms.
It's basically a dump of my experiments in varying stages of maturity.
Most of my implementations are loosely related to Bayesian Statistics.
<br><br>
Things I love: learning, big cookups with my wife, long conversations with my daughter,
being outside, good beer with friends, squash, puzzles, CS, statistics, machine learning,
Avatar the Last Airbender, Star `[a-zA-Z]{4}$`, and development economics.
<br><br>
I lead the data science team at <a href="https://www.idinsight.org/">IDInsight</a> where we use
data analytics to tackle the most pressing issues in international developement.
Previously, I worked as a data scientist at Coles Supermarkets and QuantumBlack. And prior to that
I was at the Center for International Development
at Harvard as a Growth Lab Fellow where I worked on economic complexity
and diversification.
<br><br>
I am a graduate of the MPA/ID program at Harvard Kennedy School where I studied
Development Economics, Econometrics, and Data Science. I studied Electric
Engineering at University of Melbourne as an undergrad and I'm working hard to remember
all the stuff I learnt.
<br><br>
Any opinion presented here is entirely mine and
do not represent the views of my employer.
<p> You can contact me using one of the channels in the header.</p>
</div><!-- /.blurb -->