-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (33 loc) · 1.4 KB
/
Copy pathindex.html
File metadata and controls
40 lines (33 loc) · 1.4 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
---
layout: default
active_tab: home
title: Home
---
<section class="hero">
<div class="hero-text">
<h1 class="hero-name">Ishani Karmarkar</h1>
<p>
Hello! I am a PhD student at Stanford University. My research broadly focuses on problems at the
intersection of machine learning theory and optimization. Some of my recent work focuses on
problems in reinforcement learning theory and algorithmic game theory, as well as on
applications of RL for solving challenging data-driven optimization problems in healthcare and education.
I am very grateful to be advised by
<a href="https://www.aaronsidford.com/">Aaron Sidford</a> and
<a href="https://vitercik.github.io/">Ellen Vitercik</a>.
</p>
<p>
Previously, I earned a BS in Applied and Computational Mathematics with a Minor in Computer
Science from Caltech, where I did undergraduate research with Bamdad Hosseini and Andrew Stuart.
</p>
<p>
I can be reached at ishanik[at]stanford[dot]edu.
</p>
<div class="hero-links">
<a href="https://scholar.google.com/citations?user=yg8x6wsAAAAJ&hl=en&oi=ao">Google Scholar</a>
<a href="https://www.linkedin.com/in/ishani-karmarkar-161496144/">LinkedIn</a>
</div>
</div>
<div class="hero-photo-wrap">
<img class="hero-photo" alt="Ishani Karmarkar" src="{{ site.baseurl }}/images/homepage.png?v=1">
</div>
</section>