<?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>Forem: Rupesh Mangalam</title>
    <description>The latest articles on Forem by Rupesh Mangalam (@rum0).</description>
    <link>https://forem.com/rum0</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%2F2903262%2Faf6af01d-c276-48ff-ad1a-18e933c1e36e.png</url>
      <title>Forem: Rupesh Mangalam</title>
      <link>https://forem.com/rum0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/rum0"/>
    <language>en</language>
    <item>
      <title>My Machine Learning Journey: From Beginner to Open-Source Contributor</title>
      <dc:creator>Rupesh Mangalam</dc:creator>
      <pubDate>Sat, 01 Mar 2025 01:23:58 +0000</pubDate>
      <link>https://forem.com/rum0/my-machine-learning-journey-from-beginner-to-open-source-contributor-2mk8</link>
      <guid>https://forem.com/rum0/my-machine-learning-journey-from-beginner-to-open-source-contributor-2mk8</guid>
      <description>&lt;p&gt;Machine Learning (ML) is a wild ride—equal parts frustration and eureka moments. As a fresh Computer Science grad, I found myself drawn into the magic of teaching machines to “think.” From building scrappy models to debugging nightmares at 2 AM, my journey has been an adventure. Here’s how it all went down.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Started: The Hackathon That Changed Everything
&lt;/h2&gt;

&lt;p&gt;Most people ease into ML with a simple classifier. Me? I dove straight into chaos with a &lt;strong&gt;Cloudburst Prediction Model&lt;/strong&gt; at a hackathon. Our goal? Predict extreme rainfall events using weather data. Our reality? A model that was rough around the edges but somehow functional enough to &lt;strong&gt;win the hackathon&lt;/strong&gt;. We had no clue if our approach was perfect, but that’s when I realized—ML isn’t about getting it right the first time. It’s about iterating, debugging, and making it work when it matters. &lt;/p&gt;

&lt;h2&gt;
  
  
  Learning Through Projects: Building Real-World Applications
&lt;/h2&gt;

&lt;p&gt;I believe in learning by doing, which led me to my next challenge:&lt;/p&gt;

&lt;h3&gt;
  
  
  E-commerce Customer Sentiment Analysis
&lt;/h3&gt;

&lt;p&gt;I wanted to explore how businesses make sense of customer feedback, so I built a sentiment analysis model for e-commerce product reviews. Using &lt;strong&gt;BERT from Hugging Face Transformers&lt;/strong&gt;, I processed thousands of user reviews to classify sentiments as positive, neutral, or negative. &lt;/p&gt;

&lt;p&gt;The biggest hurdle? &lt;strong&gt;Text data is messy&lt;/strong&gt;—emojis, slang, sarcasm, and everything in between. Cleaning and preprocessing were half the battle. But once the model started making sense of real-world sentiment, it was pure satisfaction. &lt;/p&gt;

&lt;h2&gt;
  
  
  Exploring Open Source: The Power of Community
&lt;/h2&gt;

&lt;p&gt;One of the most game-changing parts of my ML journey? &lt;strong&gt;Contributing to open source.&lt;/strong&gt; At first, I started small—fixing typos, resolving minor bugs—but soon, I found myself knee-deep in something much bigger: &lt;strong&gt;building data pipelines for ML models.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This was a crash course in real-world machine learning. I learned how crucial it is to have:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Efficient data ingestion&lt;/strong&gt; (bad data = bad models, period)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Preprocessing pipelines&lt;/strong&gt; that don’t break every time new data arrives&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scalable workflows&lt;/strong&gt; to handle real-world deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Through open-source contributions, I saw firsthand how &lt;strong&gt;the best models in the world are useless without a solid pipeline&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;If you’re new to open source, start by searching &lt;strong&gt;“good first issue”&lt;/strong&gt; on GitHub—it’s a game-changer. &lt;/p&gt;

&lt;h2&gt;
  
  
  Challenges &amp;amp; Overcoming Roadblocks
&lt;/h2&gt;

&lt;p&gt;No ML journey is complete without some headaches. Here’s what nearly broke me (but didn’t):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Information Overload&lt;/strong&gt; : There’s way too much to learn. I tackled it by focusing on &lt;strong&gt;one concept at a time&lt;/strong&gt; instead of drowning in tutorials.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Math Struggles&lt;/strong&gt; : ML involves math, but you don’t need a PhD. Channels like &lt;strong&gt;3Blue1Brown&lt;/strong&gt; made complex ideas easier to digest.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Models That Refuse to Work&lt;/strong&gt; : Debugging ML models is an art. Learning about &lt;strong&gt;hyperparameter tuning and data quality&lt;/strong&gt; helped me get unstuck.
k with real-world projects.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stay Curious &amp;amp; Keep Up&lt;/strong&gt; – ML moves &lt;strong&gt;fast&lt;/strong&gt;, so follow research papers, blogs, and new breakthroughs.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Wrapping Up
&lt;/h2&gt;

&lt;p&gt;Machine Learning has been a rollercoaster ride—frustrating, exciting, and rewarding all at once. If you’re also on this path, let’s connect! Share your experiences, swap ideas, or just rant about training times.&lt;/p&gt;




&lt;p&gt;Have an ML project in mind? Let’s collaborate on GitHub! 🤖✨&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>opensource</category>
      <category>hackathon</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
