<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://portfolio-blog-starter.vercel.app</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Layer Normalization as a Projection: The Complete Geometric Interpretation</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/layernorm</link>
          <description>An elegant geometric perspective on how layer normalization works through the lens of vector projections</description>
          <pubDate>Sat, 17 May 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Multi Head Latent Attention: The RoPE Compatibility Problem - A Mathematical Analysis</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/mla</link>
          <description>The RoPE Compatibility Problem</description>
          <pubDate>Sun, 27 Apr 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Analysis of Matrix Multiplications in Transformer Architectures</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/transformer_bench</link>
          <description>A detailed exploration of matrix multiplications in Transformer blocks</description>
          <pubDate>Wed, 01 Jan 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Balancing Memory & Compute: Strategies to Manage KV Cache in LLMs</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/kv_cache_optimization</link>
          <description>Techniques for Reducing the Memory Footprint of KV Caches Without Sacrificing Performance</description>
          <pubDate>Mon, 27 May 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>