<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Regularization on Nalar</title>
    <link>https://nalar.dev/tags/regularization/</link>
    <description>Recent content in Regularization on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 10 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/regularization/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Regularize Neural Networks with Mixup</title>
      <link>https://nalar.dev/regularize-neural-networks-with-mixup/</link>
      <pubDate>Thu, 10 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/regularize-neural-networks-with-mixup/</guid>
      <description>&lt;h1 id=&#34;regularize-neural-networks-with-mixup&#34;&gt;Regularize Neural Networks with Mixup&lt;/h1&gt;&#xA;&lt;p&gt;A neural network can fit its training examples while behaving unpredictably in the space between them. If two nearby inputs belong to different classes, standard training tells the model what to do at the endpoints but often says little about intermediate points.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Mixup&lt;/strong&gt; changes that training signal. Instead of training only on individual examples, it creates synthetic examples by interpolating pairs of inputs and their labels. The model is then asked to make a correspondingly mixed prediction. This acts as a regularizer because it constrains how predictions may change between training examples.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
