-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
75 lines (69 loc) · 3.76 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
<!doctype html>
<html lang="en">
<head>
<title>Gautam Mittal</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/img/favicon.png">
<link rel="stylesheet" type="text/css" href="/css/style.css">
</head>
<body>
<div class="profile">
<div class="profile-pic">
<img src="/img/me/stanford2023.jpg" />
</div>
<div class="profile-text">
<h1>Gautam Mittal</h1>
<div class="social">
<a href="mailto:[email protected]" rel="noreferrer">
<img src="/img/social/mail.svg" id="in" alt="LinkedIn" />
</a>
<a href="//github.com/gmittal" rel="noreferrer">
<img src="/img/social/github.svg" id="gh" alt="GitHub" />
</a>
<a href="//www.linkedin.com/in/mittalgautam/" rel="noreferrer">
<img src="/img/social/linkedin.svg" id="in" alt="LinkedIn" />
</a>
<a href="//scholar.google.com/citations?hl=en&user=6HbdDgIAAAAJ" rel="noreferrer">
<img src="/img/social/scholar.svg" id="in" alt="LinkedIn" />
</a>
<a href="//twitter.com/realgmittal" rel="noreferrer">
<img src="/img/social/twitter.svg" id="fb" alt="X" />
</a>
<a href="/.well-known/ssh.txt" rel="noreferrer">
<img src="/img/social/fingerprint.svg" id="ssh" alt="SSH" />
</a>
</div>
</div>
</div>
<p id="about">
I am an engineer and researcher based in San Francisco. I am interested in deep learning, systems, computer- and human-generated art, jazz performance, bicycles, and the past and future of technology.<br /><br />
Previously, I was part of the founding team at <a href="https://contextual.ai">Contextual AI</a>
building <a href="https://contextual.ai/introducing-rag2">retrieval-augmented language systems</a>.
I worked on the research team where I focused on large-scale training, benchmarking, algorithms, data, and infrastructure for language models and retrieval systems.
I've also worked on <a href="https://www.youtube.com/live/j0z4FweCy4M?si=2Ki0I8_PS2uinqVq&t=4279">vision</a> <a href="https://www.youtube.com/live/j0z4FweCy4M?si=Ed3x59UQqeeAVjbF&t=5490">foundation</a> <a href="https://twitter.com/karpathy/status/1465796331247575042">models</a> at <a href="https://www.tesla.com/AI">Tesla AI</a>,
<a href="https://magenta.tensorflow.org/">music</a> <a href="https://arxiv.org/abs/2103.16091">generation</a> at <a href="https://deepmind.google">Google Brain</a> (now DeepMind),
<a href="https://github.com/balsa-project/balsa">learned query optimizers</a> and <a href="https://github.com/skypilot-org/skypilot">SkyPilot</a> at the Berkeley <a href="https://sky.cs.berkeley.edu/">Sky Computing Lab</a> (formerly known as the RISE Lab),
marketplace products at <a href="https://stripe.com">Stripe</a>, and machine learning at Edmodo.<br /><br />
I studied foundation models and jazz improvisation at Stanford, learning from an amazing group of researchers and musicians.
Before that, I earned a degree in Electrical Engineering and Computer Science from UC Berkeley.<br /><br />
</p>
<script>
(function(b, o, i, l, e, r) {
b.GoogleAnalyticsObject = l;
b[l] || (b[l] =
function() {
(b[l].q = b[l].q || []).push(arguments)
});
b[l].l = +new Date;
e = o.createElement(i);
r = o.getElementsByTagName(i)[0];
e.src = '//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e, r)
}(window, document, 'script', 'ga'));
ga('create', 'UA-35192434-1', 'auto');
ga('send', 'pageview');
</script>
<script src="//instant.page/1.2.2" type="module" integrity="sha384-2xV8M5griQmzyiY3CDqh1dn4z3llDVqZDqzjzcY+jCBCk/a5fXJmuZ/40JJAPeoU"></script>
</body>
</html>