-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
202 lines (171 loc) Β· 9.9 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs ββββββββββββββββββββββββββββββββββββββββββββββ -->
<meta charset="utf-8">
<title>Vitor Hadad</title>
<meta name="Personal homepage" content="">
<meta name="Vitor Hadad" content="">
<!-- Mobile Specific Metas βββββββββββββββββββββββββββββββββββββ -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT ββββββββββββββββββββββββββββββββββββββββββ-->
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:700' rel='stylesheet' type='text/css'>
<script src="https://use.fontawesome.com/946aa46844.js"></script>
<!-- CSS ββββββββββββββββββββββββββββββββββββββββββββββββββ -->
<link href="https://unpkg.com/@primer/css/dist/primer.css" rel="stylesheet" />
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/halflearned.css">
<!-- Other utilities ββββββββββββββββββββββββββββββββββββββββββββββββββ -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js"></script>
<!--- Mathjax --->
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
</head>
<body>
<!-- Primary Page Layout ββββββββββββββββββββββββββββββββββββββββββββββββββ -->
<div class="container" style="margin-top:5%">
<div class="row">
<div class="one-half column">
<img class="u-full-width" src="images/photo.jpg" />
</div>
<div class="one-half column" style="margin-top: 5%; font-size: 1.7rem">
<p>
Vitor Hadad<br />
Applied Scientist (L5)<br />
Amazon Lab126 <br />
<span class="tooltipped tooltipped-e tooltipped-no-delay email pseudo-link"
aria-label="Click to copy to clipboard."
data-clipboard-text="[email protected]">
</span> <br />
<a href="https://twitter.com/vitorhadad"><i class="fa fa-twitter fa-1x"></i></a>
<a href="https://github.com/halflearned"><i class="fa fa-github fa-1x" style="color:#303030"></i></a>
<a href="https://scholar.google.com/citations?hl=en&user=lTmDo34AAAAJ&view_op=list_works&gmla=AJsN-F5jlDegCdZmqFp0gNthVCMMKy48L-gc5GcvqwvWXFaYtXntMBfozz23hQNCHF24OY9qzian6FiawEsTtQKOzSXDtEHU05eLmlQpriXdA9IyTh9kS5xDZOZ_g-AWxkTm2kB5y3SrtTsBC0EzIKUuBVRM-99dx-RWNxjVMPqx0JQesKA_sjOikmdMAkW1buw8f0tLdq6I&sciund=13307214944424333998"><span class="fab icon-scholar fa-2x" style="font-size: 1.6rem"></span></a>
<a href="https://www.linkedin.com/in/vitor-hadad-433175149/"><i class="fa fa-linkedin fa-1x"></i></a>
</p>
</div>
</div>
<div class="row" style="margin-top:5%; font-size: 1.7rem">
<p>
I'm an applied scientist at <a href="https://amazon.jobs/en/teams/lab126/">Amazon Lab126</a>, where I use machine learning-based causal inference and prediction methods to solve problems related to Amazon devices.
Recently I've worked on sleep-related devices such as the Amazon <a href="https://www.amazon.science/blog/amazon-halo-rise-advances-the-future-of-sleep">Halo Rise</a>.
</p>
<p>
Prior to this position, I was a postdoc at the <a href="https://www.gsb.stanford.edu/faculty-research/centers-initiatives/sil">Golub Capital Social Impact Lab</a>, led by <a href="https://www.gsb.stanford.edu/faculty-research/faculty/susan-athey"> Susan Athey</a> at Stanford GSB.
My research focused on the design and analysis of adaptive experiments such as multi-armed bandits and contextual bandits. I was a developer on the R package <a href="https://github.com/grf-labs/grf">grf</a> for nonparametric causal inference based on random forests. </p>
<p> I hold a PhD in Economics from <a href="https://www.bc.edu/">Boston College</a>. My advisors were <a href="http://economics.emory.edu/home/people/faculty/biography/hoderlein-stefan.html">Stefan Hoderlein</a>, <a href="https://www.bc.edu/bc-web/schools/mcas/departments/economics/people/faculty-directory/arthur-lewbel.html">Arthur Lewbel</a> and <a href="https://sites.bc.edu/utku-unver/">Utku Ünver</a>.
</p>
</div>
<div class="row">
<h5> Research </h5>
<ul>
Contextual Bandits in a Survey Experiment on Charitable Giving: Within-Experiment Outcomes versus Policy Learning (2022).<br/>
Susan Athey, Undral Byambadalai, <b>Vitor Hadad</b>, Sanath Kumar Krishnamurthy, Weiwen Leung, Joseph Jay Williams [alphabetically].<br />
Preprint. <br />
<a href="https://arxiv.org/abs/2211.12004">[arXiv]</a>
<a href="https://github.com/grf-labs/sufrep">[github]</a>
</ul>
<ul>
Shared Decision-Making: Can Improved Counseling Increase Willingness to Pay for Modern Contraceptives? (2021)<br />
Susan Athey, Katy Bergstrom, <b>Vitor Hadad</b>, Julian C. Jamison, Berk Özler, Luca Parisotto, Julius Dohbit Sama [alphabetically].<br />
Preprint. <br />
<a href="https://www.gsb.stanford.edu/faculty-research/working-papers/shared-decision-making-can-improved-counseling-increase-willingness">[preprint]</a>
</ul>
<ul>
Confidence Intervals for Policy Evaluation in Adaptive Experiments (2021).<br/>
<b>Vitor Hadad</b>, David A. Hirshberg, Ruohan Zhan, Stefan Wager and Susan Athey.<br>
Proceedings of the National Academy of Sciences.<br />
<a href="https://arxiv.org/abs/1911.02768">[arXiv]</a>
<a href="https://github.com/gsbDBI/mab_inference">[github]</a>
</ul>
<ul>
Off-Policy Evaluation via Adaptive Weighting with Data from Contextual Bandits (2021).<br/>
Ruohan Zhan, David A. Hirshberg, <b>Vitor Hadad</b> and Susan Athey.<br/>
Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery & Data Mining. <br />
<a href="https://arxiv.org/abs/2106.02029">[arXiv]</a>
<a href="https://github.com/gsbDBI/contextual_bandits_evaluation">[github]</a>
</ul>
<ul>
Extending Tractable Contextual Bandits Beyond Realizability (2021).<br/>
Sanath Kumar Krishnamurthy, <b>Vitor Hadad</b> and Susan Athey.<br />
International Conference on Machine Learning (ICML).<br />
<a href="https://arxiv.org/abs/2102.13240">[arXiv]</a>
</ul>
<ul>
Tractable Contextual Bandits Beyond Realizability (AISTATS Poster, 2021).<br/>
Sanath Kumar Krishnamurthy, <b>Vitor Hadad</b> and Susan Athey.<br />
International Conference on Artificial Intelligence and Statistics (AISTATS). <br />
<a href="https://arxiv.org/abs/2010.13013">[arXiv]</a>
</ul>
<ul>
Sufficient Representations for Categorical Variables (2018).<br/>
Jonathan Johannemann, <b>Vitor Hadad</b>, Susan Athey and Stefan Wager.<br />
Preprint.<br/>
<a href="https://arxiv.org/abs/1908.09874">[arXiv]</a>
<a href="https://github.com/grf-labs/sufrep">[github]</a>
</ul>
<ul>
Essays in Econometrics and Dynamic Kidney Exchange (2018). <br />
Vitor Hadad. <br /> Doctoral dissertation. <br/>
<a href="https://dlib.bc.edu/islandora/object/bc-ir%3A107962/datastream/PDF/download/citation.pdf">[PDF]</a>
</ul>
</div>
<div class="row">
<h5> Software </h5>
<ul>
<code>GRF</code> Causal inference based on generalized random forests (R/C++ package).<br/>
Based on Wager, Tibshirani and Athey (2019, Ann. Stat.) and others.
<br />
<a href="https://github.com/grf-labs/grf">[github]</a>
<a href="https://grf-labs.github.io/grf/">[docs]</a>
</ul>
<ul>
<code>sufrep</code> Encoding categorical variables as continuous to ML algorithms via sufficient representations (R package). <br/>
Based on Johannemann, Hadad, Athey, Wager (2018).
<br />
<a href="https://github.com/grf-labs/sufrep/">[github]</a>
</ul>
<ul>
<code>fhhps</code> Linear panel data with two endogenous random coefficients (Python package). <br/>
Based on Fox, Hadad, Hoderlein, Petrin and Sherman (In progress).
<br />
<a href="https://github.com/halflearned/FHHPS">[github]</a>
<a href="https://econ2017.sites.olt.ubc.ca/files/2019/03/pdf_seminar_Productivity-Slides_Fox.pdf">[slides]</a>
</ul>
</div>
<div class="row">
<h5> Teaching </h5>
<ul>
Big Data - Boston College EC3389.<br/>
Co-instructor, with Stefan Hoderlein. Spring 2016. <br/>
<a href="https://github.com/halflearned/EC3389">[github]</a>
</ul>
<ul>
Statistics - Boston College EC1151. <br/>
Instructor. Fall 2016, Spring 2017. <br/>
<a href="https://github.com/halflearned/EC1151">[github]</a>
</ul>
</div>
<div class="row" style="margin-bottom:5%">
<!--- Buffer at bottom of website --->
</div>
<!-- End Document ββββββββββββββββββββββββββββββββββββββββββββββββββ -->
</body>
<script>
var clipboard = new ClipboardJS('.email');
clipboard.on('success', function(e) {
console.info('Action:', e.action);
console.info('Text:', e.text);
console.info('Trigger:', e.trigger);
e.clearSelection();
});
clipboard.on('error', function(e) {
console.error('Action:', e.action);
console.error('Trigger:', e.trigger);
});
</script>
</html>