Skip to content

Commit

Permalink
add personal projects link
Browse files Browse the repository at this point in the history
  • Loading branch information
leloykun committed May 4, 2024
1 parent 42e8bc6 commit 58f3640
Show file tree
Hide file tree
Showing 116 changed files with 2,598 additions and 191 deletions.
6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ menu:
url: papers/
weight: 1
- name: Personal Projects
url: portfolio/
url: personal-projects/
weight: 2
# - name: Courses
# url: courses/
Expand Down Expand Up @@ -68,8 +68,8 @@ params:
url: cv.pdf
- name: Papers
url: papers/
- name: Porfolio
url: portfolio/
- name: Personal Projects
url: personal-projects/
# - name: Courses
# url: courses/
# - name: Data
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions content/portfolio
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</a>
</li>
<li>
<a href="https://leloykun.github.io/portfolio/" title="Personal Projects">
<a href="https://leloykun.github.io/personal-projects/" title="Personal Projects">
<span>Personal Projects</span>
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion public/archive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
</a>
</li>
<li>
<a href="https://leloykun.github.io/portfolio/" title="Personal Projects">
<a href="https://leloykun.github.io/personal-projects/" title="Personal Projects">
<span>Personal Projects</span>
</a>
</li>
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ <h1><span style="color:#011F5B">Franz Louis Cesista</span></h1>
Papers
</span>
</a>
<a class="button" href="portfolio/" rel="noopener" title="Porfolio">
<a class="button" href="personal-projects/" rel="noopener" title="Personal Projects">
<span class="button-inner">
Porfolio
Personal Projects
</span>
</a>
<a class="button" href="https://ponder.substack.com" rel="noopener" title="Ponder">
Expand Down
28 changes: 14 additions & 14 deletions public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,64 +12,64 @@
<language>en</language><atom:link href="https://leloykun.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Flash Hyperbolic Attention Minimal [WIP]</title>
<link>https://leloykun.github.io/portfolio/1-flash-hyperbolic-attention-minimal/</link>
<link>https://leloykun.github.io/personal-projects/1-flash-hyperbolic-attention-minimal/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://leloykun.github.io/portfolio/1-flash-hyperbolic-attention-minimal/</guid>
<guid>https://leloykun.github.io/personal-projects/1-flash-hyperbolic-attention-minimal/</guid>
<description>A minimal implementation of Flash Attention 1 &amp;amp; 2 in just ~350 lines of CUDA code. This is still a work-in-progress, but the ultimate goal is to implement the various variations of Hyperbolic Attention in CUDA.</description>
</item>

<item>
<title>Llama.cpp</title>
<link>https://leloykun.github.io/portfolio/2-llama.cpp/</link>
<link>https://leloykun.github.io/personal-projects/2-llama.cpp/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://leloykun.github.io/portfolio/2-llama.cpp/</guid>
<guid>https://leloykun.github.io/personal-projects/2-llama.cpp/</guid>
<description>A C&#43;&#43; implementation of Meta&amp;#39;s Llama2 generative large-language model. I also optimized the original C implementation by Karpathy by adding parallelization on the multi-head attention layer.</description>
</item>

<item>
<title>Expedock AutoML</title>
<link>https://leloykun.github.io/portfolio/3-expedock-automl/</link>
<link>https://leloykun.github.io/personal-projects/3-expedock-automl/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://leloykun.github.io/portfolio/3-expedock-automl/</guid>
<guid>https://leloykun.github.io/personal-projects/3-expedock-automl/</guid>
<description>Expedock&amp;#39;s AutoML Library -- fit a model, run batch inference, and get explanations in one line of code each.</description>
</item>

<item>
<title>Ateneo&#39;s Competitive Programming Varsity&#39;s Code Library</title>
<link>https://leloykun.github.io/portfolio/4-progvar-library/</link>
<link>https://leloykun.github.io/personal-projects/4-progvar-library/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://leloykun.github.io/portfolio/4-progvar-library/</guid>
<guid>https://leloykun.github.io/personal-projects/4-progvar-library/</guid>
<description>A collection of algorithms, data structures and other useful information for competitive programming. Used and maintained by members of the Ateneo de Manila University Programming Varsity.</description>
</item>

<item>
<title>Codeball 2018</title>
<link>https://leloykun.github.io/portfolio/5-codeball/</link>
<link>https://leloykun.github.io/personal-projects/5-codeball/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://leloykun.github.io/portfolio/5-codeball/</guid>
<guid>https://leloykun.github.io/personal-projects/5-codeball/</guid>
<description>My entry for the World Finals of the Russian AI Cup 2018 - Codeball. A 3D physics-aware orchestrator of a pair of bots in a Rocket League-esque soccer game.</description>
</item>

<item>
<title>Codewars 2017</title>
<link>https://leloykun.github.io/portfolio/6-codewars/</link>
<link>https://leloykun.github.io/personal-projects/6-codewars/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://leloykun.github.io/portfolio/6-codewars/</guid>
<guid>https://leloykun.github.io/personal-projects/6-codewars/</guid>
<description>My entry for the World Finals of the Russian AI Cup 2017 - Codewars. A particle swarm-based AI that uses potential flows and fluid mechanics to direct units in a Command-and-Conquer-esque game.</description>
</item>

<item>
<title>Booking Demand Prediction for Grab SEA</title>
<link>https://leloykun.github.io/portfolio/7-grab-booking-demand-prediction/</link>
<link>https://leloykun.github.io/personal-projects/7-grab-booking-demand-prediction/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://leloykun.github.io/portfolio/7-grab-booking-demand-prediction/</guid>
<guid>https://leloykun.github.io/personal-projects/7-grab-booking-demand-prediction/</guid>
<description>Booking demand prediction for Grab&amp;#39;s Southeast Asia operations. The project involves spatio-temporal forecasting, anomaly detection, and econometric modeling.</description>
</item>

Expand Down
2 changes: 1 addition & 1 deletion public/papers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</a>
</li>
<li>
<a href="https://leloykun.github.io/portfolio/" title="Personal Projects">
<a href="https://leloykun.github.io/personal-projects/" title="Personal Projects">
<span>Personal Projects</span>
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion public/papers/rasg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</a>
</li>
<li>
<a href="https://leloykun.github.io/portfolio/" title="Personal Projects">
<a href="https://leloykun.github.io/personal-projects/" title="Personal Projects">
<span>Personal Projects</span>
</a>
</li>
Expand Down
Loading

0 comments on commit 58f3640

Please sign in to comment.