<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Feature-Maps on Aayush Bajaj's Augmenting Infrastructure</title><link>https://abaj.ai/tags/feature-maps/</link><description>Recent content in Feature-Maps on Aayush Bajaj's Augmenting Infrastructure</description><generator>Hugo</generator><language>en</language><copyright>© 2026 Aayush Bajaj</copyright><lastBuildDate>Thu, 09 Jul 2026 21:02:13 +1000</lastBuildDate><atom:link href="https://abaj.ai/tags/feature-maps/index.xml" rel="self" type="application/rss+xml"/><item><title>Kernel Methods</title><link>https://abaj.ai/wiki/ml/theory/kernel-methods/</link><pubDate>Thu, 09 Jul 2026 21:02:56 +1000</pubDate><guid>https://abaj.ai/wiki/ml/theory/kernel-methods/</guid><description>&lt;p>kernel methods are the great arbitrage of classical machine learning: keep the algorithm linear — with all its convexity and closed forms — but run it in a feature space so large it can bend around anything, and never pay for that space explicitly.&lt;span class="margin-note" data-note="the whole business is sometimes summarised as: linear models did nothing wrong, your coordinates did">
 &lt;span class="margin-note-indicator">𐃏&lt;/span>
&lt;/span>

one identity powers everything: if your algorithm touches the data only through inner products, you may replace every \(\langle x, x&amp;rsquo;\rangle\) with a kernel \(k(x, x&amp;rsquo;)\) and thereby work in the implicit feature space of \(k\) — possibly infinite-dimensional — at the cost of an \(n \times n\) matrix.&lt;/p></description></item></channel></rss>