<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Uncertainty on Nalar</title>
    <link>https://nalar.dev/tags/uncertainty/</link>
    <description>Recent content in Uncertainty on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 05 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/uncertainty/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Build Prediction Sets with Split Conformal Classification</title>
      <link>https://nalar.dev/build-prediction-sets-with-split-conformal-classification/</link>
      <pubDate>Sat, 05 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/build-prediction-sets-with-split-conformal-classification/</guid>
      <description>&lt;p&gt;A classifier usually returns one label or a vector of scores. That is convenient when the application must choose one answer, but it hides an important distinction: some inputs strongly support one class, while others leave several classes plausible.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Conformal prediction&lt;/strong&gt; provides a way to expose that ambiguity. For classification, it can return a &lt;strong&gt;prediction set&lt;/strong&gt; containing one or more labels instead of forcing every input into a single choice. With an appropriate calibration procedure and statistical assumptions, the method can target a long-run coverage level such as 90%: roughly speaking, the true label should appear in the prediction set for at least that proportion of future examples.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Estimate Neural Network Uncertainty with Monte Carlo Dropout</title>
      <link>https://nalar.dev/estimate-neural-network-uncertainty-with-monte-carlo-dropout/</link>
      <pubDate>Sat, 05 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/estimate-neural-network-uncertainty-with-monte-carlo-dropout/</guid>
      <description>&lt;p&gt;A neural network can produce a confident-looking prediction even when the input is unlike the data it learned from. A single output such as &lt;code&gt;0.93&lt;/code&gt; tells you what one forward pass predicts; by itself, it does not tell you how sensitive that prediction is to uncertainty in the learned model.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Monte Carlo dropout&lt;/strong&gt; is a practical way to obtain an additional uncertainty signal from some neural networks that were trained with dropout. Instead of disabling dropout at inference time, you keep it active, run the same input through the network multiple times, and inspect how much the predictions vary.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
