<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Representation on Nalar</title>
    <link>https://nalar.dev/tags/representation/</link>
    <description>Recent content in Representation on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/representation/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Model Sets with Permutation-Invariant Pooling</title>
      <link>https://nalar.dev/model-sets-with-permutation-invariant-pooling/</link>
      <pubDate>Fri, 11 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/model-sets-with-permutation-invariant-pooling/</guid>
      <description>&lt;h1 id=&#34;model-sets-with-permutation-invariant-pooling&#34;&gt;Model Sets with Permutation-Invariant Pooling&lt;/h1&gt;&#xA;&lt;p&gt;Many model inputs are collections rather than sequences. A shopping basket contains products, a scene contains detected objects, and a batch of sensor readings may represent simultaneous observations. Reordering those elements should not change a prediction that depends only on the collection.&lt;/p&gt;&#xA;&lt;p&gt;A sequence model can still consume such data, but it may treat arbitrary input order as information. &lt;strong&gt;Permutation-invariant pooling&lt;/strong&gt; gives the architecture the symmetry the task actually requires: encode each element with the same function, combine the encoded elements using an order-independent operation, then make the final prediction from that combined representation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Use Cosine Classifiers to Separate Direction from Feature Magnitude</title>
      <link>https://nalar.dev/use-cosine-classifiers-to-separate-direction-from-feature-magnitude/</link>
      <pubDate>Fri, 11 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/use-cosine-classifiers-to-separate-direction-from-feature-magnitude/</guid>
      <description>&lt;h1 id=&#34;use-cosine-classifiers-to-separate-direction-from-feature-magnitude&#34;&gt;Use Cosine Classifiers to Separate Direction from Feature Magnitude&lt;/h1&gt;&#xA;&lt;p&gt;A standard neural classifier usually ends with a linear layer. That head scores each class with a dot product between the model&amp;rsquo;s feature vector and a class weight vector. The dot product mixes two signals: the angle between the vectors and their magnitudes.&lt;/p&gt;&#xA;&lt;p&gt;A &lt;strong&gt;cosine classifier&lt;/strong&gt; removes the magnitude part before scoring. It normalizes both vectors to unit length, then compares their directions. An explicit scale converts the resulting cosine similarities into logits suitable for a classification loss.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
