<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Basma Deniour</title>
    <description>The latest articles on DEV Community by Basma Deniour (@basmadeniour).</description>
    <link>https://dev.to/basmadeniour</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4066365%2F62d130ea-9b57-4c85-9bed-f91a340e595a.jpeg</url>
      <title>DEV Community: Basma Deniour</title>
      <link>https://dev.to/basmadeniour</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/basmadeniour"/>
    <language>en</language>
    <item>
      <title>Why "Behind the Scenes" Isn't Optional in Machine Learning</title>
      <dc:creator>Basma Deniour</dc:creator>
      <pubDate>Wed, 02 Sep 2026 13:00:00 +0000</pubDate>
      <link>https://dev.to/basmadeniour/why-behind-the-scenes-isnt-optional-in-machine-learning-1clj</link>
      <guid>https://dev.to/basmadeniour/why-behind-the-scenes-isnt-optional-in-machine-learning-1clj</guid>
      <description>&lt;p&gt;Why “Behind the Scenes” Isn’t Optional in Machine Learning&lt;/p&gt;

&lt;p&gt;There’s a version of Machine Learning that treats models as interchangeable black boxes:&lt;/p&gt;

&lt;p&gt;Import the library.&lt;br&gt;
Call &lt;code&gt;.fit()&lt;/code&gt;.&lt;br&gt;
Tune a few hyperparameters.&lt;br&gt;
Ship it.&lt;/p&gt;

&lt;p&gt;It works — until it doesn’t.&lt;/p&gt;

&lt;p&gt;When a model fails, the real question isn’t just &lt;strong&gt;“How do I fix it?”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It’s &lt;strong&gt;“Why is it failing in the first place?”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The engineers who can answer that question are the ones who understand what’s happening beneath the API.&lt;/p&gt;

&lt;p&gt;Not because knowing the internals is intellectually satisfying — although it is — but because that understanding is what separates &lt;strong&gt;applying a model&lt;/strong&gt; from &lt;strong&gt;engineering one&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Knowing that Gradient Descent exists is not the same as understanding why it becomes preferable to closed-form solutions as problems scale.&lt;/p&gt;

&lt;p&gt;Knowing that Softmax outputs sum to one is not the same as understanding why that alone doesn’t make its outputs true probabilities.&lt;/p&gt;

&lt;p&gt;Knowing &lt;em&gt;what&lt;/em&gt; a technique does is useful.&lt;/p&gt;

&lt;p&gt;Understanding &lt;em&gt;why&lt;/em&gt; it works, &lt;em&gt;when&lt;/em&gt; it works, and &lt;em&gt;what assumptions it depends on&lt;/em&gt; is what allows you to adapt it when the problem doesn’t look like the textbook example.&lt;/p&gt;

&lt;p&gt;And you can’t meaningfully customize something you don’t understand.&lt;/p&gt;

&lt;p&gt;That’s the idea behind &lt;strong&gt;#MLUnboxed&lt;/strong&gt; — a series where I’ll break down Machine Learning and Statistics concepts, including many that are already well documented, but without stripping away the mechanics that make them work.&lt;/p&gt;

&lt;p&gt;The goal isn’t to reinvent established ideas.&lt;/p&gt;

&lt;p&gt;It’s to understand them deeply enough to use them intelligently.&lt;/p&gt;

&lt;p&gt;This series is for people who already know the &lt;strong&gt;“what”&lt;/strong&gt; and are ready to spend more time with the &lt;strong&gt;“why.”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If that sounds like you, let’s get into it.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>learning</category>
      <category>datascience</category>
    </item>
  </channel>
</rss>
