-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (43 loc) · 1.76 KB
/
Copy pathindex.html
File metadata and controls
44 lines (43 loc) · 1.76 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Kevin P. Murphy</title>
<meta name="description" content="Kevin Patrick Murphy — research scientist working on probabilistic machine learning and Bayesian decision-making.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="hero">
<img class="photo" src="photo.jpg" alt="Kevin Murphy, Dubai 2023">
<div class="intro">
<h1>Kevin P. Murphy</h1>
<p class="affil">Research Scientist, Google DeepMind</p>
<p class="affil">Adjunct professor, UBC</p>
<p class="bio">I work on probabilistic machine learning/ AI; my current focus is on
agentic decision-making under uncertainty and world modeling.
<a class="biolink" href="bio.html">Full bio →</a></p>
<nav class="links" aria-label="Links">
<div class="linkrow">
<span class="linklabel">Contact</span>
<a href="mailto:murphyk@gmail.com">Email</a>
<a href="https://x.com/sirbayes">Twitter/X</a>
<a href="https://github.com/murphyk">GitHub</a>
</div>
<div class="linkrow">
<span class="linklabel">Artefacts</span>
<a href="publications.html">Papers</a>
<a href="https://probml.github.io/pml-book/">Books</a>
<a href="talks.html">Talks</a>
<a href="https://scholar.google.com/citations?user=MxxZkEcAAAAJ&hl=en">Google Scholar</a>
</div>
</nav>
</div>
</header>
<footer>
<p>Static site — edit <code>index.html</code> (this page), <code>publications.js</code> (the paper
list), or <code>style.css</code> (styling) in
<a href="https://github.com/murphyk/murphyk.github.io">the repo</a>.</p>
</footer>
</body>
</html>