-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (21 loc) · 1.44 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="style.css">
<title>David Warde-Farley</title>
</head>
<body>
<div class="container">
<h1>David Warde-Farley</h1>
<h2>Machine Learning Researcher</h2>
<hr>
<p>I am a Staff Research Scientist at <a href="http://deepmind.com/">DeepMind</a> based in London, England. I completed my PhD research in 2016 under <a href="http://mila.quebec/en/yoshua-bengio/">Yoshua Bengio</a> at Université de Montréal as part of (what shortly thereafter became) <a href="http://mila.quebec/">Mila</a>. Prior to that, I completed Bachelor's and Master's degrees at <a href="http://wwww.cs.toronto.edu/">the Department of Computer Science</a> at the University of Toronto, the latter supervised by <a href="http://www.morrislab.ca/">Quaid Morris</a>.</p>
<p>You can find out more about my research from <a href="https://scholar.google.com/citations?user=MOgfm8oAAAAJ&hl=en">Google Scholar</a>, and find some code of varying vintages that I've written on <a href="https://github.com/dwf">GitHub</a>. You can also find me on <a href="http://twitter.com/dwf">Twitter</a> and <a href="https://www.linkedin.com/in/david-warde-farley-55a0825/">LinkedIn</a>.</p>
<hr>
</div>
</body>
</html>