<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SVD on Chen Kai Blog</title><link>https://www.chenk.top/en/tags/svd/</link><description>Recent content in SVD on Chen Kai Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 21 Jan 2026 09:00:00 +0000</lastBuildDate><atom:link href="https://www.chenk.top/en/tags/svd/index.xml" rel="self" type="application/rss+xml"/><item><title>ML Math Derivations (2): Linear Algebra and Matrix Theory</title><link>https://www.chenk.top/en/ml-math-derivations/02-linear-algebra-and-matrix-theory/</link><pubDate>Wed, 21 Jan 2026 09:00:00 +0000</pubDate><guid>https://www.chenk.top/en/ml-math-derivations/02-linear-algebra-and-matrix-theory/</guid><description>&lt;p>&lt;figure class="article-figure">
 &lt;img src="https://blog-pic-ck.oss-cn-beijing.aliyuncs.com/posts/en/ml-math-derivations/02-Linear-Algebra-and-Matrix-Theory/illustration_1.png" alt="ML Math Derivations (2): Linear Algebra and Matrix Theory — Chapter overview" loading="lazy" decoding="async" class="content-image">
 
&lt;/figure>
&lt;/p>
&lt;hr>
&lt;h2 id="why-this-chapter-and-whats-different" class="heading-anchor">Why this chapter, and what&amp;rsquo;s different&lt;a href="#why-this-chapter-and-whats-different" class="heading-link" aria-label="Permalink to this section" title="Copy link to this section">#&lt;/a>
&lt;/h2>&lt;p>If you have already worked through a standard linear-algebra course you have seen most of these objects. &lt;strong>This chapter is not that course.&lt;/strong> It is the &lt;em>ML practitioner&amp;rsquo;s slice&lt;/em> of linear algebra: the half-dozen ideas that actually appear when you implement gradient descent, run PCA, train a neural net, or read a paper.&lt;/p></description></item><item><title>Essence of Linear Algebra (9): Singular Value Decomposition — The Crown Jewel of Linear Algebra</title><link>https://www.chenk.top/en/linear-algebra/09-singular-value-decomposition/</link><pubDate>Wed, 26 Feb 2025 09:00:00 +0000</pubDate><guid>https://www.chenk.top/en/linear-algebra/09-singular-value-decomposition/</guid><description>&lt;p>&lt;figure class="article-figure">
 &lt;img src="https://blog-pic-ck.oss-cn-beijing.aliyuncs.com/posts/en/linear-algebra/09-singular-value-decomposition/illustration_1.png" alt="Essence of Linear Algebra (9): Singular Value Decomposition — The Crown Jewel of Linear Algebra — Chapter overview" loading="lazy" decoding="async" class="content-image">
 
&lt;/figure>
&lt;/p>
&lt;hr>
&lt;h2 id="why-svd-earns-the-crown" class="heading-anchor">Why SVD Earns the Crown&lt;a href="#why-svd-earns-the-crown" class="heading-link" aria-label="Permalink to this section" title="Copy link to this section">#&lt;/a>
&lt;/h2>&lt;p>The spectral theorem of &lt;a href="https://www.chenk.top/en/linear-algebra/08-symmetric-matrices-and-quadratic-forms/">Chapter 8&lt;/a>
 gave us &lt;span class="math-inline">$A = Q\Lambda Q^T$&lt;/span>
 — a beautifully clean factorisation, but &lt;strong>only for symmetric matrices&lt;/strong>. Most matrices that show up in practice are not symmetric, and many are not even square:&lt;/p>
&lt;ul>
&lt;li>a photograph stored as a &lt;span class="math-inline">$1920 \times 1080$&lt;/span>
 pixel matrix,&lt;/li>
&lt;li>a Netflix-style user&amp;ndash;movie rating matrix (millions of rows, thousands of columns),&lt;/li>
&lt;li>a document&amp;ndash;term matrix in NLP (documents by vocabulary),&lt;/li>
&lt;li>a gene-expression matrix in bioinformatics.&lt;/li>
&lt;/ul>
&lt;span class="math-block">$$
A = U\,\Sigma\,V^{\!\top}.
$$&lt;/span>
&lt;p>
This is the most powerful, most universally applicable decomposition in all of linear algebra.&lt;/p></description></item></channel></rss>