Skip to content

Commit

Permalink
update my location to berkeley
Browse files Browse the repository at this point in the history
  • Loading branch information
rushcheyo committed Aug 28, 2024
1 parent b9f9a75 commit 7b09a6c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# rushcheyo.github.io
# xiaoyuchen.me

my academic personal website
29 changes: 24 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}
.date {
font-weight: bold;
width: 6rem;
width: 10rem;
flex-shrink: 0;
}
.content {
Expand Down Expand Up @@ -152,11 +152,30 @@ <h1>Xiaoyu Chen 陈晓雨</h1>
<section id="about">
<h2>About Me</h2>
<p>I'm a third-year CS undergrad at <b>Peking University</b> and a member of the <a href="https://cfcs.pku.edu.cn/english/research/turing_program/introduction1/index.htm">Turing Class</a>.</p>
<p>I'm broadly interested in <b>understanding</b> modern <b>deep learning</b> methods through a combination of <b>theoretical</b> and <b>empirical</b> analysis, with a current focus on the <b>optimization</b> of transformers.</p>
<p>During my undergraduate studies, I worked on <b>theoretical computer science</b> (TCS) and was fortunate to be advised by <a href="https://www.shaofengjiang.cn/">Shaofeng Jiang</a>, <a href="https://www.tongyangli.com/">Tongyang Li</a>, <a href="https://www.kuancheng88.com/">Kuan Cheng</a>, and <a href="https://liutianren.com/">Tianren Liu</a>, among others. I'm also grateful for the guidance from <a href="https://kaifeng.ac/">Kaifeng Lyu</a> and <a href="https://leiwu0.github.io/">Lei Wu</a> in <b>deep learning theory</b>.</p>
<p>I'm broadly interested in <b>understanding</b> modern <b>deep learning</b> methods through a combination of <b>theoretical</b> and <b>empirical</b> analysis, with a current focus on the <b>optimization</b>.</p>
<p>During my undergraduate studies, I worked on <b>theoretical computer science</b> (TCS) and was fortunate to be advised by <a href="https://www.shaofengjiang.cn/">Shaofeng Jiang</a>, <a href="https://www.tongyangli.com/">Tongyang Li</a>, <a href="https://www.kuancheng88.com/">Kuan Cheng</a>, and <a href="https://liutianren.com/">Tianren Liu</a>, among others. I'm also grateful for the guidance from <a href="https://zhiyuanli.ttic.edu/">Zhiyuan Li</a>, <a href="https://kaifeng.ac/">Kaifeng Lyu</a>, and <a href="https://leiwu0.github.io/">Lei Wu</a> in <b>deep learning theory</b>.</p>

<p>Currently, I'm visiting <a href="https://ttic.edu/">TTIC</a> as an intern, advised by <a href="https://zhiyuanli.ttic.edu/">Zhiyuan Li</a>.</p>
<p>If you want to chat, feel free to reach out at <a href mailto="[email protected]">[email protected]</a> or drop by my workplace, 512-6 @ TTIC.</p>
<p>Currently, I'm visiting the <a href="https://simons.berkeley.edu/">Simons Institute</a> at UC Berkeley.</p>
<p>If you want to chat, feel free to reach out at <a href="mailto:[email protected]">[email protected]</a>!</p>
</section>

<section id="experiences">
<h2>Experiences</h2>
<div class="experience">
<div class="date">Summer 2024</div>
<div class="content">
<div class="details">
<b>Research Intern</b> at <a href="https://ttic.edu/">TTIC</a>, advised by <a href="https://zhiyuanli.ttic.edu/">Zhiyuan Li</a>.
</div>
</div>
</div>
<div class="experience">
<div class="date">2022-2024</div>
<div class="details">
Various <b>TCS Research Collaborations</b>, with <a href="https://www.shaofengjiang.cn/">Shaofeng Jiang</a> on streaming geometric algorithms, <a href="https://www.tongyangli.com/">Tongyang Li</a> on quantum algorithms, <a href="https://liutianren.com/">Tianren Liu</a> on security proofs of practical block ciphers, and <a href="https://www.kuancheng88.com/">Kuan Cheng</a> on coding theory. Since I transferred to the deep learning theory community, it is a pity that I have not been able to complete many of the projects.
</div>
</div>
</div>
</section>

<section id="publications">
Expand Down

0 comments on commit 7b09a6c

Please sign in to comment.