<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Focal Loss on Nalar</title>
    <link>https://nalar.dev/tags/focal-loss/</link>
    <description>Recent content in Focal Loss on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 04 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/focal-loss/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Focus Classification Training with Focal Loss</title>
      <link>https://nalar.dev/focus-classification-training-with-focal-loss/</link>
      <pubDate>Fri, 04 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/focus-classification-training-with-focal-loss/</guid>
      <description>&lt;p&gt;A classifier can spend much of its training signal on examples it already handles confidently. This is especially noticeable when a dataset contains a large number of easy examples and a much smaller set of difficult ones: the easy cases can dominate the aggregate loss simply because there are so many of them.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Focal loss&lt;/strong&gt; changes that balance. It starts from cross-entropy and reduces the contribution of examples the model already predicts confidently, leaving difficult examples with greater relative influence. The idea is simple, but using it well requires understanding what “hard” means, how its parameters affect optimization, and why focusing too aggressively can amplify noisy labels.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
