<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://sathvik.com</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Understanding Singular Value Decomposition (SVD)</title>
          <link>https://sathvik.com/technical/SVD</link>
          <description>A deep dive into SVD, its mathematical foundations, and practical applications in machine learning and data compression</description>
          <pubDate>Sun, 26 Jan 2025 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>