<?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: VishnuRv</title>
    <description>The latest articles on DEV Community by VishnuRv (@dev-rv).</description>
    <link>https://dev.to/dev-rv</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%2F3916409%2F59e90800-3ca0-4919-bc57-9a2d67e1d7e3.png</url>
      <title>DEV Community: VishnuRv</title>
      <link>https://dev.to/dev-rv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dev-rv"/>
    <language>en</language>
    <item>
      <title>I Wanted To Build AI. Instead I Met Linear Algebra</title>
      <dc:creator>VishnuRv</dc:creator>
      <pubDate>Sun, 24 May 2026 17:21:42 +0000</pubDate>
      <link>https://dev.to/dev-rv/i-wanted-to-build-ai-instead-i-met-linear-algebra-59a</link>
      <guid>https://dev.to/dev-rv/i-wanted-to-build-ai-instead-i-met-linear-algebra-59a</guid>
      <description>&lt;p&gt;When I first started learning machine learning, I was genuinely confident.&lt;/p&gt;

&lt;p&gt;In my head ML was basically:&lt;/p&gt;

&lt;p&gt;understand pipelines&lt;br&gt;
 know which model to use&lt;br&gt;
 clean some data&lt;br&gt;
 train the model&lt;br&gt;
 Google syntax when needed&lt;br&gt;
 boom… AI engineer arc begins ☠️🙏&lt;/p&gt;

&lt;p&gt;But today I got hit by reality.&lt;/p&gt;

&lt;p&gt;I started learning systems of linear equations, matrices, and how to represent equations as matrices.&lt;/p&gt;

&lt;p&gt;At first I was like:&lt;br&gt;
*Cool engineering math again&lt;/p&gt;

&lt;p&gt;Then suddenly it clicked.&lt;/p&gt;

&lt;p&gt;THIS is what machine learning is actually built on.&lt;/p&gt;

&lt;p&gt;Not the tutorial side.&lt;br&gt;
Not the “train model in 5 lines” side.&lt;/p&gt;

&lt;p&gt;The actual core.&lt;/p&gt;

&lt;p&gt;I realized if I ever want to:&lt;/p&gt;

&lt;p&gt;understand why a model failed&lt;br&gt;
 debug training issues&lt;br&gt;
 read research papers&lt;br&gt;
 work on serious ML projects&lt;br&gt;
 survive in a research lab&lt;/p&gt;

&lt;p&gt;then I can’t just avoid math forever and keep pretending the libraries are doing magic behind the scenes 😭🙏&lt;/p&gt;

&lt;p&gt;Today was the first time I actually understood that terms like:&lt;/p&gt;

&lt;p&gt;weights&lt;br&gt;
 features&lt;br&gt;
 transformations&lt;br&gt;
 optimization&lt;/p&gt;

&lt;p&gt;are not just random fancy ML words.&lt;/p&gt;

&lt;p&gt;There’s real mathematics underneath them.&lt;/p&gt;

&lt;p&gt;And honestly?&lt;br&gt;
That realization shocked me more than the equations themselves.&lt;/p&gt;

&lt;p&gt;So now I’m starting something different:&lt;br&gt;
learning math side by side while building models.&lt;/p&gt;

&lt;p&gt;Not because I suddenly became a math lover ☠️🙏&lt;/p&gt;

&lt;p&gt;But because I finally understood WHY it matters.&lt;/p&gt;

&lt;p&gt;I don’t want to walk into an AI lab one day calling myself an ML engineer while secretly not understanding what the model is even doing internally.&lt;/p&gt;

&lt;p&gt;So yeah&lt;br&gt;
today matrices humbled me.&lt;/p&gt;

&lt;p&gt;And this is probably just the beginning 😭🙏&lt;/p&gt;

&lt;p&gt;If you’ve gone through this phase already, drop your survival tips ☠️🙏&lt;/p&gt;

</description>
      <category>ai</category>
      <category>beginners</category>
      <category>learning</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>Escaping the tutorial trap and starting my ML training arc</title>
      <dc:creator>VishnuRv</dc:creator>
      <pubDate>Sat, 09 May 2026 10:19:40 +0000</pubDate>
      <link>https://dev.to/dev-rv/escaping-the-tutorial-trap-and-starting-my-ml-training-arc-90j</link>
      <guid>https://dev.to/dev-rv/escaping-the-tutorial-trap-and-starting-my-ml-training-arc-90j</guid>
      <description>&lt;p&gt;You ever start watching an anime or a series on episode 12 and just sit there wondering wtf is going on? 😂&lt;/p&gt;

&lt;p&gt;Yeah, that’s exactly what it would feel like if I just dropped my Kaggle code today without an intro. So, let’s start at Episode 1.&lt;/p&gt;

&lt;p&gt;Hey, I'm Vishnu. I’m currently a 1st-year B.Tech CSE student, but I'm playing the long game. My ultimate endgame is pursuing my Master’s in AI and Machine Learning at a top research lab in Japan.&lt;/p&gt;

&lt;p&gt;Recently, I had this massive realization: the clean, custom datasets they give you in basic ML tutorials are basically a trap. They teach you the syntax, but they don't teach you how to survive. The real world is a messy warzone of missing values, typos, and useless noise.&lt;/p&gt;

&lt;p&gt;I realized I need to treat Data Science less like a calculator and more like detective work. &lt;/p&gt;

&lt;p&gt;I’ll be using Dev.to as my captain’s log. I'll be posting my Kaggle wins (actually just hit a 78% accuracy on my first real Medical Insurance dataset today!), the bugs that fry my brain, and probably a lot of anime analogies to explain complex ML math (obviously I use this to teach myself  lol)&lt;/p&gt;

&lt;p&gt;If you are also on the tech grind or just want to watch a disciplined newbie, try to decode the AI world from scratch and make it to Japan, stick around.&lt;/p&gt;

&lt;p&gt;The real work starts now. Let's get it. 💻🔥⚡&lt;/p&gt;

&lt;p&gt;if you ever want to connect with me and share some thoughts absolutely, do and connect with me 😉&lt;/p&gt;

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