<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Dropout on Juntak Noh — AI Notes</title>
    <link>https://ai.klavierhye.cc/tags/dropout/</link>
    <description>Recent content in Dropout on Juntak Noh — AI Notes</description>
    <generator>Hugo -- 0.147.7</generator>
    <language>en</language>
    <lastBuildDate>Mon, 16 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://ai.klavierhye.cc/tags/dropout/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Dropout: Why It Helps Generalization, and the Train/Inference Scaling Trick</title>
      <link>https://ai.klavierhye.cc/posts/dropout-generalization/</link>
      <pubDate>Mon, 16 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://ai.klavierhye.cc/posts/dropout-generalization/</guid>
      <description>&lt;p&gt;Dropout is two ideas bolted together: randomly switch off units during training, then quietly turn them all back on for inference. The interesting parts are (1) &lt;em&gt;why&lt;/em&gt; switching units off randomly improves generalization at all, and (2) the fact that &amp;ldquo;turn them all back on&amp;rdquo; is not free — the activations come out at the wrong scale unless you correct for it. Getting the scaling wrong is one of the most common deep-learning bugs, so this post works through both, at the same engineering depth as the &lt;a href=&#34;https://ai.klavierhye.cc/posts/l1-l2-regularization/&#34;&gt;L1/L2 post&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
