<?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: Adarsh S</title>
    <description>The latest articles on DEV Community by Adarsh S (@ada-rsh-s).</description>
    <link>https://dev.to/ada-rsh-s</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3254713%2Ff98bde83-765f-4028-acc5-d19d7d615541.jpeg</url>
      <title>DEV Community: Adarsh S</title>
      <link>https://dev.to/ada-rsh-s</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ada-rsh-s"/>
    <language>en</language>
    <item>
      <title>𝗙𝘂𝗹𝗹-𝗦𝘁𝗮𝗰𝗸 𝘁𝗼 𝗠𝗟: 𝗧𝗵𝗲 𝗦𝗵𝗶𝗳𝘁 𝗧𝗵𝗮𝘁 𝗡𝗼 𝗢𝗻𝗲 𝗪𝗮𝗿𝗻𝗲𝗱 𝗠𝗲 𝗔𝗯𝗼𝘂𝘁 🤯🧠</title>
      <dc:creator>Adarsh S</dc:creator>
      <pubDate>Tue, 17 Jun 2025 09:00:00 +0000</pubDate>
      <link>https://dev.to/ada-rsh-s/--2bk9</link>
      <guid>https://dev.to/ada-rsh-s/--2bk9</guid>
      <description>&lt;p&gt;As someone who’s built full-stack projects (React + Node + Mongo + Auth, APIs, UI logic, etc), I thought jumping into AI/ML would just be another tech stack to “𝘭𝘦𝘢𝘳𝘯 𝘢𝘯𝘥 𝘣𝘶𝘪𝘭𝘥”.&lt;/p&gt;

&lt;p&gt;But I was wrong.&lt;/p&gt;

&lt;p&gt;Right now, I’ve just reached logistic regression in a Udemy course by Krish Naik, and already I can feel how different this field is.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🚀 𝟭. 𝗜𝗻 𝗙𝘂𝗹𝗹-𝗦𝘁𝗮𝗰𝗸, 𝗬𝗼𝘂 𝗕𝘂𝗶𝗹𝗱 𝗙𝗮𝘀𝘁. 𝗜𝗻 𝗠𝗟, 𝗬𝗼𝘂 𝗧𝗵𝗶𝗻𝗸 𝗦𝗹𝗼𝘄.&lt;/strong&gt; &lt;br&gt;
In full-stack, if someone says "build a login system," we know the plan:&lt;br&gt;
Form → API → Backend → DB → Done.&lt;br&gt;
But in ML, if someone gives you a dataset, nothing is predefined.&lt;br&gt;
 You must decide:&lt;br&gt;
• How to clean the data&lt;br&gt;
• How to visualize it&lt;br&gt;
• How to engineer features&lt;br&gt;
• Which model to use&lt;br&gt;
• How to evaluate it&lt;br&gt;
• How to improve it&lt;/p&gt;

&lt;p&gt;𝘛𝘩𝘦𝘳𝘦’𝘴 𝘯𝘰 “𝘴𝘵𝘢𝘯𝘥𝘢𝘳𝘥 𝘸𝘢𝘺.” 𝘐𝘵’𝘴 𝘺𝘰𝘶 𝘷𝘴 𝘵𝘩𝘦 𝘱𝘳𝘰𝘣𝘭𝘦𝘮.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;📐 𝟮. 𝗜 𝗪𝗮𝘀 𝗔𝗳𝗿𝗮𝗶𝗱 𝗼𝗳 𝗠𝗮𝘁𝗵 — 𝗕𝘂𝘁 𝗔𝗜/𝗠𝗟 𝗠𝗮𝘁𝗵 𝗶𝘀 𝗗𝗶𝗳𝗳𝗲𝗿𝗲𝗻𝘁&lt;/strong&gt; &lt;br&gt;
I used to fear math. College-level formulas? I couldn’t relate.&lt;br&gt;
 But in ML, math feels practical:&lt;br&gt;
• I learned why cost functions curve the way they do&lt;br&gt;
• What gradients actually mean in real loss functions&lt;br&gt;
• And how derivatives help the model learn&lt;br&gt;
• This isn’t rote math. 𝘐𝘵’𝘴 𝘷𝘪𝘴𝘶𝘢𝘭, 𝘢𝘱𝘱𝘭𝘪𝘤𝘢𝘣𝘭𝘦, 𝘳𝘦𝘢𝘭.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;📉 𝟯. 𝗬𝗼𝘂 𝗗𝗼𝗻’𝘁 “𝗪𝗿𝗶𝘁𝗲” 𝗠𝗟 𝗠𝗼𝗱𝗲𝗹𝘀 — 𝗬𝗼𝘂 “𝗚𝘂𝗶𝗱𝗲” 𝗧𝗵𝗲𝗺&lt;/strong&gt; &lt;br&gt;
At first, I thought we “teach” the model through code.&lt;br&gt;
 But I realized: we guide the model through what data we feed it and which model we choose.&lt;br&gt;
 It learns patterns on its own — we just help it see the right ones.&lt;br&gt;
That’s way different from coding an API endpoint.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🧠 𝟰. 𝗙𝗲𝘄𝗲𝗿 𝗙𝗶𝗹𝗲𝘀, 𝗕𝘂𝘁 𝗠𝗼𝗿𝗲 𝗕𝗿𝗮𝗶𝗻𝗽𝗼𝘄𝗲𝗿&lt;/strong&gt; &lt;br&gt;
In full-stack, we often write a lot of code. Many files. Reusable components. &lt;br&gt;
In ML, you might just have:&lt;br&gt;
One notebook&lt;br&gt;
Some CSVs&lt;br&gt;
A few functions for preprocessing&lt;br&gt;
…but the real work?&lt;br&gt;
 It's in thinking deeply:&lt;br&gt;
“𝘞𝘩𝘢𝘵 𝘥𝘰𝘦𝘴 𝘵𝘩𝘪𝘴 𝘥𝘢𝘵𝘢 𝘳𝘦𝘢𝘭𝘭𝘺 𝘴𝘢𝘺?”&lt;br&gt;
“𝘞𝘩𝘢𝘵 𝘧𝘦𝘢𝘵𝘶𝘳𝘦𝘴 𝘴𝘩𝘰𝘶𝘭𝘥 𝘐 𝘦𝘹𝘵𝘳𝘢𝘤𝘵?”&lt;br&gt;
“𝘞𝘩𝘪𝘤𝘩 𝘮𝘰𝘥𝘦𝘭 𝘴𝘶𝘪𝘵𝘴 𝘵𝘩𝘪𝘴 𝘱𝘢𝘵𝘵𝘦𝘳𝘯?”&lt;br&gt;
“𝘐𝘴 𝘮𝘺 𝘮𝘰𝘥𝘦𝘭 𝘰𝘷𝘦𝘳𝘧𝘪𝘵𝘵𝘪𝘯𝘨 𝘰𝘳 𝘶𝘯𝘥𝘦𝘳𝘧𝘪𝘵𝘵𝘪𝘯𝘨?”&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔍 𝟱. 𝗧𝗵𝗲 𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴 𝗖𝘂𝗿𝘃𝗲 𝗶𝘀 𝗦𝘁𝗲𝗲𝗽&lt;/strong&gt;&lt;br&gt;
In ML as I said, very dataset is a new puzzle. There’s no fixed structure.&lt;br&gt;
You have to:&lt;br&gt;
Understand the data deeply&lt;br&gt;
Pick the right model&lt;br&gt;
Think through math behind it&lt;br&gt;
There’s no “template” — that’s what makes it hard.&lt;br&gt;
 You think more than you code. And that’s what makes the curve steep.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;💡 Conclusion:&lt;/strong&gt;&lt;br&gt;
 Moving from full-stack to ML is less about learning new tools&lt;br&gt;
 …and more about retraining how you think.&lt;br&gt;
Let me know if you’ve felt this shift too 👇&lt;br&gt;
Or if you're making the same journey — let’s connect and learn together!x&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>fullstack</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
