<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Inside AI Models</title>
    <link>https://insideaimodels.com</link>
    <description>Practical deep learning, explained. Tutorials, experiments, and the details papers leave out — free, for anyone learning AI.</description>
    <language>en</language>
    <item>
      <title>About This Blog</title>
      <link>https://insideaimodels.com/blog/hello-world</link>
      <guid>https://insideaimodels.com/blog/hello-world</guid>
      <pubDate>Fri, 26 Jun 2026 00:00:00 GMT</pubDate>
      <description>A short introduction to why I started this journal, the kinds of posts you'll find here, and why writing is an inseparable part of learning.</description>
      <category>Meta</category>
    </item>
    <item>
      <title>What Is a Tensor? Linear Algebra for Deep Learning</title>
      <link>https://insideaimodels.com/blog/what-is-a-tensor</link>
      <guid>https://insideaimodels.com/blog/what-is-a-tensor</guid>
      <pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate>
      <description>We build the ladder from scalars to tensors, make the case that shape is the concept to track, and show why a neural network layer is really just linear algebra in disguise.</description>
      <category>Linear Algebra</category><category>Fundamentals</category>
    </item>
    <item>
      <title>Attention, Explained from Scratch</title>
      <link>https://insideaimodels.com/blog/attention-explained</link>
      <guid>https://insideaimodels.com/blog/attention-explained</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate>
      <description>We build the mechanism at the heart of modern language models around a single intuitive question, working from query, key, and value vectors through softmax to why attention changed everything.</description>
      <category>Transformers</category><category>Deep Learning</category>
    </item>
    <item>
      <title>How Gradient Descent Actually Works</title>
      <link>https://insideaimodels.com/blog/how-gradient-descent-works</link>
      <guid>https://insideaimodels.com/blog/how-gradient-descent-works</guid>
      <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
      <description>The optimization loop behind every trained model, built from a hill-and-fog analogy through derivatives, learning rate, and backpropagation — no calculus prerequisite required.</description>
      <category>Fundamentals</category><category>Deep Learning</category>
    </item>
    <item>
      <title>Why Identity-Aware Negative Sampling Matters</title>
      <link>https://insideaimodels.com/blog/identity-aware-negatives</link>
      <guid>https://insideaimodels.com/blog/identity-aware-negatives</guid>
      <pubDate>Sat, 20 Jun 2026 00:00:00 GMT</pubDate>
      <description>In multimodal deepfake detection, a contrastive loss is only as good as its negatives. We examine why random batching misses the critical negatives and how identity-grouped sampling repairs it.</description>
      <category>Deep Learning</category><category>Research</category>
    </item>
  </channel>
</rss>