-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (65 loc) · 3.25 KB
/
index.html
File metadata and controls
68 lines (65 loc) · 3.25 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gaurav Mahajan</title>
<meta name="theme-color" content="#444A60" />
<link rel="stylesheet" type="text/css" href="css/style.css?v=3.1">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<main>
<div class="dtable">
<div class="half pad20" style="height: 60px;">
<a href="./">
<h1 class="top-header" style="font-weight: 500; margin: 0px;">Gaurav Mahajan</h1>
</a>
<div class="hidden" style="text-align: left;"> <b style="font-weight: 700;">Email:</b>
gaurav.mahajan@yale.edu</div><br>
</div>
<div class="hidden" style="float: left; padding: 15px 50px 0px 30px; width: 42%">
<p style="text-align: right; margin: 5px;">
Room 1319, <br> Kline Tower,<br> New Haven, CT 06511
</p>
</div>
</div>
<hr>
<article>
<div style="display: table; margin: 0px 0px 30px 0px;">
<div class="half margin30" style="float: left;">
<img src="images/p2.jpg" alt="Gaurav's photo" id="photo"></img>
</div>
<div class="half margin30" style="float: left;">
<p style="margin: 90px 0px 0px 0px;">
I am a postdoctoral associate in Yale University's Department of Computer Science mentored by <a href="http://www.cs.yale.edu/homes/spielman/">Dan Spielman</a>.
I am broadly interested in machine learning theory and reinforcement learning. You can find more about my research and selected publications <a href="publications.html">here</a>.
<br>
<br>
Previously, I completed my PhD in the <a href="https://cstheory.ucsd.edu/home.html">theory
group</a> at
UCSD advised by <a href="https://cseweb.ucsd.edu/~dasgupta/">Sanjoy Dasgupta</a> and
<a href="https://cseweb.ucsd.edu/~slovett/">Shachar Lovett</a>. I have spent some fun summers at Microsoft Research, Institute for Advanced Study
and Simons Institute.
<br>
<br>
<b>
Bootcamp: </b>
<!-- style="font-weight: 100;
margin-top: 0px;" -->
<a href="icts/rlbootcamp.html">ICTS: RL Theory Bootcamp, Fall 2025</a>
<br>
<b>
Past Courses: </b>
<!-- style="font-weight: 100;
margin-top: 0px;" -->
<a href="courses/cspc648/cspc648.html">CPSC 648: Quantum Codes, Fall 2024</a>
<br>
<br>
</p>
</div>
</div>
</div>
</article>
</main>
</body>
</html>