<?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: Venkata Sugunadithya</title>
    <description>The latest articles on Forem by Venkata Sugunadithya (@sugunadithya).</description>
    <link>https://forem.com/sugunadithya</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%2F3688478%2F68e66339-4d17-4460-9641-4b29ec34daee.jpeg</url>
      <title>Forem: Venkata Sugunadithya</title>
      <link>https://forem.com/sugunadithya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/sugunadithya"/>
    <language>en</language>
    <item>
      <title>Linear Regression: An Overview</title>
      <dc:creator>Venkata Sugunadithya</dc:creator>
      <pubDate>Fri, 06 Feb 2026 14:44:03 +0000</pubDate>
      <link>https://forem.com/sugunadithya/linear-regression-an-overview-3694</link>
      <guid>https://forem.com/sugunadithya/linear-regression-an-overview-3694</guid>
      <description>&lt;p&gt;Machine Learning is the science of teaching machines to do better than plain, hard-coded programs.&lt;/p&gt;

&lt;p&gt;Instead of telling a computer exactly what to do at every step, we let it learn from data. These learning algorithms help machines spot patterns, understand the mathematical relationships behind those patterns, and use them to make predictions on new, unseen inputs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sounds interesting, right?&lt;br&gt;
Curious about how a machine actually learns all this?&lt;/strong&gt; 👀&lt;/p&gt;

&lt;p&gt;This guide will walk you through one of the simplest — yet most powerful — concepts in machine learning: Simple Linear Regression.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is Linear Regression?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Linear Regression is an algorithm that helps us fit a straight line to a given set of data.&lt;/p&gt;

&lt;p&gt;Take a look at the image below. You’ll notice several data points scattered across the graph. Technically, you could draw many different lines through these points — but why do we choose this one specific line?&lt;br&gt;
That’s exactly what the machine learning algorithm figures out.&lt;/p&gt;

&lt;p&gt;The goal is to find a line that predicts values as close as possible to the actual data points. In simple terms, the algorithm fits the line in such a way that the overall prediction error is minimized — and this condition holds true for all the data points.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb4g6ya92oia8qcuhmlg1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb4g6ya92oia8qcuhmlg1.png" alt=" " width="640" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Now that we know we’re dealing with a line, what do you think the algorithm is actually trying to predict?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Exactly — it tries to learn a function f(x) that represents a straight line.&lt;br&gt;
And if my Indian folks here have survived 11th and 12th grade math, you already know where this is going 😄&lt;br&gt;
Yep, we’re predicting the equation of a line.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How do we predict this line?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To do that, we need to understand two important things:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The Cost Function&lt;/li&gt;
&lt;li&gt;Gradient Descent&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These two work together to help the algorithm figure out how good a line is and how to improve it step by step.&lt;/p&gt;

&lt;p&gt;In the next part of this guide, we’ll dive into the cost function — where we’ll see how the algorithm measures error and how it tries to fit the best possible line to the data.&lt;/p&gt;

&lt;p&gt;More math, more intuition, and less confusion 😉&lt;br&gt;
Stay tuned.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>beginners</category>
      <category>machinelearning</category>
      <category>ai</category>
    </item>
    <item>
      <title>Day 10: Finally a 2 digit number!!!</title>
      <dc:creator>Venkata Sugunadithya</dc:creator>
      <pubDate>Thu, 29 Jan 2026 17:32:03 +0000</pubDate>
      <link>https://forem.com/sugunadithya/day-10-finally-a-2-digit-number-3lf4</link>
      <guid>https://forem.com/sugunadithya/day-10-finally-a-2-digit-number-3lf4</guid>
      <description>&lt;p&gt;Hello There Folks!!!&lt;br&gt;
well today was another day of grinding ml....I successfully completed multiple regression and did some dsa questions from codechef, more content after.....&lt;/p&gt;

&lt;p&gt;apart from the daily wins....I did something special today....I made my first submisson on kaggle!!! It was this ever running house sale price predictions competetion, got a really bad score with a rank of 4352. The model I used is a simple linear regression that works on a single parameter that is area of lot....so will have to look into other data to and build a better model&lt;/p&gt;

&lt;p&gt;What did I do today?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;dsa(Number Theory)
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F65goj2kppj3olb3m01ai.png" alt=" " width="800" height="421"&gt;
Doing these questions made me realize constraints are really Importent....of cource I knew this, but today I felt it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;-Kaggle&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F45nwihviedk5tvdx5v8y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F45nwihviedk5tvdx5v8y.png" alt=" " width="800" height="366"&gt;&lt;/a&gt;&lt;br&gt;
There you go thats my first submisson I made....You can find the code for the same in the bellow link&lt;br&gt;
&lt;a href="https://github.com/Sugunstar/Machine-Learning/blob/main/lin.py" rel="noopener noreferrer"&gt;Linear Regression using cost function and gradient decent&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;challo then see you again.....&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Day 9: yup we are back, strong as ever.....</title>
      <dc:creator>Venkata Sugunadithya</dc:creator>
      <pubDate>Tue, 27 Jan 2026 17:34:16 +0000</pubDate>
      <link>https://forem.com/sugunadithya/day-9-yup-we-are-back-strong-as-ever-2c64</link>
      <guid>https://forem.com/sugunadithya/day-9-yup-we-are-back-strong-as-ever-2c64</guid>
      <description>&lt;p&gt;Hello There !!&lt;br&gt;
Today was fun, after a long break I decided to work on writeing full code for gradient decent from scratch, and also I will write a full guide for linear regression here on dev soon&lt;/p&gt;

&lt;p&gt;This guide will the intution behind cost function and gradient decent along with how learning rate effects the results....all these days of research wont go on scrap, ill share it here so everyone can access, since as I observed, there are very limited resources out there that help in Machine Learning&lt;/p&gt;

&lt;p&gt;Well that aside this is what I am building right now....still got things to sort out&lt;/p&gt;

&lt;p&gt;Dataset I Used:&lt;br&gt;
&lt;a href="https://www.kaggle.com/competitions/home-data-for-ml-course/data?select=train.csv" rel="noopener noreferrer"&gt;Sales price of different houses along with other factors that effect the same&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;My Code:&lt;br&gt;
&lt;a href="https://github.com/Sugunstar/Machine-Learning/blob/main/lin.py" rel="noopener noreferrer"&gt;implimentation of linear regression with the help of gradient decent and cost function&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;People keep cretisizeing that I copied code from somewhere....so here are some issues I faced so that you know this is my work no matter what&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Overflow at functions compute_cost, gradient_decent as i didnt initalize cost, dm, db to 0.0 and used the power function insted of **&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Forgot that alpha existed and ended up getting a weird graph that looks like this for iterations vs cost&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcfcqse5k5lzcqqx8juxs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcfcqse5k5lzcqqx8juxs.png" alt=" " width="800" height="679"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I didn't know what skewing initially was, but i was aware of scaleing and ended up getting this which I absolutely hated cause I had a felling this will mess up my gradient decent cause values were too close to eachother&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fodvmlwv12btivsv3ww38.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fodvmlwv12btivsv3ww38.png" alt=" " width="800" height="684"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Final Results after I fixed things I felt were wrong:&lt;br&gt;
Graphs:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Cost Vs area of land&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdmvhj1af66lh52r2wp4v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdmvhj1af66lh52r2wp4v.png" alt=" " width="800" height="680"&gt;&lt;/a&gt;&lt;br&gt;
ahh so beautiful, Exactly what I wanted a nice scaled data that is centered&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Iterations Vs Min cost function for different values of alpha (the step size)&lt;br&gt;
alpha = 0.0001 painfully slow i had to wait more than usual&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foqu8921f1z1zxxk0a9kx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foqu8921f1z1zxxk0a9kx.png" alt=" " width="800" height="684"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;alpha = 0.001 I got a really lovely graph for this.....I know I can do better but this was good&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmxwohoeee86ve28puklh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmxwohoeee86ve28puklh.png" alt=" " width="800" height="676"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Lets see an overstep just in case......&lt;br&gt;
alpha = 10 &lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpsv69vemf3ndic9n4h58.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpsv69vemf3ndic9n4h58.png" alt=" " width="800" height="674"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So thats it for today, tmrw see me do a test on my first model after looking for any refinement.....&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>machinelearning</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Day 8: Yup We Lost.....But We Raise</title>
      <dc:creator>Venkata Sugunadithya</dc:creator>
      <pubDate>Fri, 16 Jan 2026 05:33:45 +0000</pubDate>
      <link>https://forem.com/sugunadithya/day-8-yup-we-lostbut-we-raise-3505</link>
      <guid>https://forem.com/sugunadithya/day-8-yup-we-lostbut-we-raise-3505</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxld4ha6i792exc9eqinf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxld4ha6i792exc9eqinf.png" alt="A graph showing how consistancy works" width="800" height="397"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here is the truth.....as I said in my portfolio website I document even when things are unfinished&lt;/strong&gt;, and yes thats true cause here I am and haveing done nothing since the past 8 days, the burn out I felt, the weak mindset I had, have won the battle.&lt;/p&gt;

&lt;p&gt;but there is a saying here in hindi that goes something like "Har ke jeetne valonko baziger kehete hai" which translates to &lt;strong&gt;"A true winner is one who rises after defeat"&lt;/strong&gt;, well I guess this is something like that.....&lt;/p&gt;

&lt;p&gt;the above graph shows something importent that I will follow, &lt;br&gt;
the test that comes after the consistancy, I will not lose to it again, I don't have to cause I genuenly love what I do.....and like any other relation I know this is gonna get better too&lt;/p&gt;

&lt;p&gt;sooo.....here I am back from the break, working again&lt;br&gt;
My goals for today are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;learn and practise slideing window concept and problems&lt;/li&gt;
&lt;li&gt;go break into multiple linear regression&lt;/li&gt;
&lt;li&gt;got a small internship to work on n8n, go deal with that&lt;/li&gt;
&lt;li&gt;complete my portfolio&lt;/li&gt;
&lt;li&gt;document here on dev....&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;that's it folks i'll catch up today once again.....untill then&lt;br&gt;
poundin, nodin, see ya!!!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>machinelearning</category>
      <category>productivity</category>
      <category>devjournal</category>
    </item>
    <item>
      <title>Day 7: Untill I Get An Internship At Google</title>
      <dc:creator>Venkata Sugunadithya</dc:creator>
      <pubDate>Thu, 08 Jan 2026 17:53:29 +0000</pubDate>
      <link>https://forem.com/sugunadithya/day-7-untill-i-get-an-internship-at-google-5515</link>
      <guid>https://forem.com/sugunadithya/day-7-untill-i-get-an-internship-at-google-5515</guid>
      <description>&lt;p&gt;Day 7 started with something important — a one-day break. After a consistent grind, the pause was needed, and honestly, it helped me reset mentally.&lt;/p&gt;

&lt;p&gt;Coming back, &lt;strong&gt;I practiced some DSA and then decided to test myself by participating in a CodeChef contest&lt;/strong&gt;. I was able to solve 3 out of 8 problems. Not a perfect score, but a very real checkpoint. Contests expose gaps fast, and that’s exactly why they’re valuable.&lt;/p&gt;

&lt;p&gt;Later, &lt;strong&gt;I jumped back into my machine learning course&lt;/strong&gt;, and wow Andrew Ng really knows how to make concepts click. I started learning multiple linear regression and began wrapping my head around vectorization. This concept genuinely feels like magic, the idea that a change in representation can drastically reduce computation time is fascinating. It finally made me appreciate why ML code is written the way it is.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I worked on today&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Took a needed break to reset&lt;/li&gt;
&lt;li&gt;Practiced DSA and participated in a CodeChef contest&lt;/li&gt;
&lt;li&gt;Started multiple linear regression&lt;/li&gt;
&lt;li&gt;Learned the intuition behind vectorization&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzf8703vd558tggc07tde.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzf8703vd558tggc07tde.png" alt=" " width="800" height="397"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fltwz5jjgs1omc8sdnwaz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fltwz5jjgs1omc8sdnwaz.png" alt=" " width="800" height="651"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Progress isn’t always linear, but understanding why things work feels like a big step forward.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>algorithms</category>
      <category>career</category>
      <category>devjournal</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>Day 6: Untill I Get An Internship At Google</title>
      <dc:creator>Venkata Sugunadithya</dc:creator>
      <pubDate>Tue, 06 Jan 2026 18:25:18 +0000</pubDate>
      <link>https://forem.com/sugunadithya/day-6-untill-i-get-an-internship-at-google-2m8f</link>
      <guid>https://forem.com/sugunadithya/day-6-untill-i-get-an-internship-at-google-2m8f</guid>
      <description>&lt;p&gt;Day 6 felt like things started to connect.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I kicked off data science in Python&lt;/strong&gt;, getting comfortable with the ecosystem and exploring how Python is used to work with data. Not sure yet where this path will lead, but I’m &lt;strong&gt;letting curiosity guide me&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I also spent time doing DSA practice on CodeChef, keeping the habit alive and reinforcing problem-solving alongside theory.&lt;/p&gt;

&lt;p&gt;And the &lt;strong&gt;highlight of the day — machine learning&lt;/strong&gt;.&lt;br&gt;
Today, I &lt;strong&gt;finally learned my first complete ML algorithm: Linear Regression&lt;/strong&gt;, along with how cost functions and gradient descent work together to train a model. Seeing the math, intuition, and code align was incredibly satisfying. &lt;strong&gt;It finally feels like I’m not just “reading ML,” but actually understanding how a model learns.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I worked on today&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🐍 Started data science with Python&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fto6k7e96b46c6laibqfb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fto6k7e96b46c6laibqfb.png" alt=" " width="800" height="369"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🧩 Practiced DSA problems on CodeChef&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffnk2oc8tmcxipr54h4mh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffnk2oc8tmcxipr54h4mh.png" alt=" " width="800" height="367"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fihxy27t6xcc9kd6ra263.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fihxy27t6xcc9kd6ra263.png" alt=" " width="800" height="367"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd6nfv2mdk3d1cscuhq8y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd6nfv2mdk3d1cscuhq8y.png" alt=" " width="800" height="338"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6c41fdtcyb9nlae597zk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6c41fdtcyb9nlae597zk.png" alt=" " width="800" height="367"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🤖 Learned Linear Regression end-to-end
(cost function + gradient descent)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgadib621uldf0hcsf8ii.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgadib621uldf0hcsf8ii.png" alt=" " width="800" height="368"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;One algorithm down many more to come.&lt;/p&gt;

</description>
      <category>devjournal</category>
      <category>learning</category>
      <category>machinelearning</category>
      <category>python</category>
    </item>
    <item>
      <title>Day 5: Untill I Get An Internship At Google</title>
      <dc:creator>Venkata Sugunadithya</dc:creator>
      <pubDate>Mon, 05 Jan 2026 17:13:21 +0000</pubDate>
      <link>https://forem.com/sugunadithya/day-5-untill-i-get-an-internship-at-google-44b7</link>
      <guid>https://forem.com/sugunadithya/day-5-untill-i-get-an-internship-at-google-44b7</guid>
      <description>&lt;p&gt;Day 5 was intentionally lighter, but still meaningful.&lt;/p&gt;

&lt;p&gt;I explored the &lt;strong&gt;intuition behind gradient descent&lt;/strong&gt;  how models iteratively adjust parameters to minimize error, and &lt;strong&gt;why step size and direction matter&lt;/strong&gt;. I’m still forming a complete mental picture, but this felt like an important conceptual bridge from cost functions to actual optimization.&lt;/p&gt;

&lt;p&gt;On the building side, I made a few &lt;strong&gt;small tweaks to my portfolio&lt;/strong&gt; website, refining interactions and layout details. Nothing major, but enough to keep the project moving forward.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I worked on today&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;ML: Learned the basics of gradient descent&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjs49dwzyg545r7wg7g2p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjs49dwzyg545r7wg7g2p.png" alt=" " width="800" height="363"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Made minor portfolio updates&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmh7jnn0buhaybunokihh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmh7jnn0buhaybunokihh.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/Sugunstar/Progress_in_portfolio" rel="noopener noreferrer"&gt;hmmmm....what did i do today?&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Some days are about depth, others are about maintenance. Both count.&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Day 4: Untill I Get An Internship At Google</title>
      <dc:creator>Venkata Sugunadithya</dc:creator>
      <pubDate>Sun, 04 Jan 2026 17:42:46 +0000</pubDate>
      <link>https://forem.com/sugunadithya/day-4-untill-i-get-google-internship-1cc3</link>
      <guid>https://forem.com/sugunadithya/day-4-untill-i-get-google-internship-1cc3</guid>
      <description>&lt;p&gt;Today felt really good.&lt;/p&gt;

&lt;p&gt;I went deeper into &lt;strong&gt;cost functions&lt;/strong&gt; and finally built a clearer mental model of what they represent and &lt;strong&gt;why minimizing them actually improves a model&lt;/strong&gt;. I also made small input-level changes in the linear regression model I’m building, which helped connect the math to actual code behavior.&lt;/p&gt;

&lt;p&gt;On the DSA side, I revised the &lt;strong&gt;two-pointer technique&lt;/strong&gt; and &lt;strong&gt;ended up solving a sliding window problem without even realizing it was two pointers at first&lt;/strong&gt;. That moment when the solution naturally fits a pattern is super motivating — and yes, the two-pointer approach worked perfectly.&lt;/p&gt;

&lt;p&gt;I also shipped a &lt;strong&gt;UI interaction update&lt;/strong&gt; to my portfolio: added a second-page component where clicking the menu causes the main screen to slide and reveal navigation. Subtle, clean, and honestly… it looks really cool.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I worked on today&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;ML: Built deeper intuition around cost functions, Updated a linear regression model with input variations&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5bgq2onxg34k1zxh1po1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5bgq2onxg34k1zxh1po1.png" alt=" " width="800" height="368"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvpq85dqwmnwrdlw8djw9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvpq85dqwmnwrdlw8djw9.png" alt=" " width="800" height="416"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;DSA: Revised two pointers and solved a sliding window problem&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8kq2bliniadv3rfgqgig.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8kq2bliniadv3rfgqgig.png" alt=" " width="800" height="365"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkxjgao36p14t902p7a8z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkxjgao36p14t902p7a8z.png" alt=" " width="800" height="364"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fypousgwwie3oo3dj1lsr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fypousgwwie3oo3dj1lsr.png" alt="The Sliding Window Problem" width="800" height="365"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Portfolio: Added a menu slide interaction to my portfolio website&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmh7jnn0buhaybunokihh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmh7jnn0buhaybunokihh.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/Sugunstar/Progress_in_portfolio" rel="noopener noreferrer"&gt;hmmmm....what did i do today?&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What this reminded me&lt;/strong&gt;&lt;br&gt;
Progress isn’t always loud. Sometimes it’s realizing you already understand more than you thought.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>machinelearning</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Day 3: Untill I Get An Internship At Google</title>
      <dc:creator>Venkata Sugunadithya</dc:creator>
      <pubDate>Sat, 03 Jan 2026 17:09:54 +0000</pubDate>
      <link>https://forem.com/sugunadithya/day-3-untill-i-get-google-internship-3jcn</link>
      <guid>https://forem.com/sugunadithya/day-3-untill-i-get-google-internship-3jcn</guid>
      <description>&lt;p&gt;Day 3 was about slowing down and understanding the math behind ml and implementing it.....&lt;/p&gt;

&lt;p&gt;I focused on &lt;strong&gt;implementing linear regression from scratch using mathematical intuition&lt;/strong&gt; rather than jumping straight into libraries. I explored how predictions are formed, how parameters affect the line, and started digging into cost functions — I get the idea at a high level, but I still need to deeply understand what exactly they represent and why they work. That’s on tomorrow’s list.&lt;/p&gt;

&lt;p&gt;Alongside ML, &lt;strong&gt;I pushed an improvement to my portfolio on GitHub&lt;/strong&gt;, refining layout and structure as I continue building it incrementally.&lt;/p&gt;

&lt;p&gt;I &lt;strong&gt;didn’t get to DSA planning today&lt;/strong&gt; as intended, but instead of forcing it, &lt;strong&gt;I’m scheduling it intentionally for tomorrow&lt;/strong&gt;. &lt;strong&gt;Learning consistency &amp;gt; pretending everything went perfectly.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;What I worked on today:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;ML: Implemented linear regression using math (I studied about regression as a part of college math, it helped me implement this code) and Explored the intuition behind cost functions&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff54f5kakmtys99o8vjdy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff54f5kakmtys99o8vjdy.png" alt=" " width="800" height="371"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/Sugunstar/Machine-Learning/blob/main/linear%20reg%20model.py" rel="noopener noreferrer"&gt;Wanna check the code out?&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Portfolio: insted of click added a scroll property so that the transition can be made even smooth. more coming soon!!!&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmh7jnn0buhaybunokihh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmh7jnn0buhaybunokihh.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/Sugunstar/Progress_in_portfolio" rel="noopener noreferrer"&gt;Progress Log&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What’s next?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Properly break down cost functions&lt;/li&gt;
&lt;li&gt;Plan and start DSA practice&lt;/li&gt;
&lt;li&gt;Keep building — even if things feel unfinished&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Learning in public. One step at a time.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>machinelearning</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Day 2: Untill I Get An Internship At Google</title>
      <dc:creator>Venkata Sugunadithya</dc:creator>
      <pubDate>Fri, 02 Jan 2026 16:24:01 +0000</pubDate>
      <link>https://forem.com/sugunadithya/day-2-untill-i-get-google-internship-23ok</link>
      <guid>https://forem.com/sugunadithya/day-2-untill-i-get-google-internship-23ok</guid>
      <description>&lt;p&gt;Today, I explored the foundations of Machine Learning, focusing on the &lt;strong&gt;difference between supervised and unsupervised learning&lt;/strong&gt;. Understanding when and why each approach is used helped clear up a lot of confusion I had earlier around ML being just “models and math.”&lt;/p&gt;

&lt;p&gt;I also got into the &lt;strong&gt;basics of Linear Regression&lt;/strong&gt; — what the model is trying to learn, how it fits data, and why it’s often the starting point for supervised learning. I’m deliberately keeping things simple right now and focusing on intuition before diving deeper.&lt;/p&gt;

&lt;p&gt;On the building side, I &lt;strong&gt;documented my third meaningful push&lt;/strong&gt; to GitHub for my portfolio website. The project is still evolving, but pushing code felt important — not to show perfection, but to start building a visible trail of progress.&lt;/p&gt;

&lt;p&gt;What I worked on today:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;ML: Supervised vs Unsupervised Learning and Linear Regression fundamentals&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs6tx54g7tvqc69n5cxi6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs6tx54g7tvqc69n5cxi6.png" alt=" " width="800" height="418"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Portfolio: UI updates &amp;amp; structure updates&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmh7jnn0buhaybunokihh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmh7jnn0buhaybunokihh.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/Sugunstar/Progress_in_portfolio" rel="noopener noreferrer"&gt;commit history&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This phase is all about understanding before optimizing and building in public without waiting to feel “ready”.&lt;br&gt;
Back at it tomorrow.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>machinelearning</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Execute Day 1: Untill I Get An Internship At Google</title>
      <dc:creator>Venkata Sugunadithya</dc:creator>
      <pubDate>Thu, 01 Jan 2026 17:19:33 +0000</pubDate>
      <link>https://forem.com/sugunadithya/day-1-untill-i-get-google-internship-2c1n</link>
      <guid>https://forem.com/sugunadithya/day-1-untill-i-get-google-internship-2c1n</guid>
      <description>&lt;p&gt;&lt;strong&gt;Two Pointers, Machine Learning &amp;amp; Building My Portfolio&lt;/strong&gt;&lt;br&gt;
committing to showing up — even when things feel slow.&lt;/p&gt;

&lt;p&gt;Today, I &lt;strong&gt;started working on Data Structures &amp;amp; Algorithms&lt;/strong&gt;, beginning with the Two Pointers pattern. Instead of rushing through problems, I focused on understanding why the pattern works and when to recognize it. The goal right now isn’t speed — it’s clarity.&lt;/p&gt;

&lt;p&gt;Alongside DSA, I also took my &lt;strong&gt;first steps into Machine Learning&lt;/strong&gt;, getting familiar with the fundamentals and what supervised learning actually means beyond the buzzwords. It’s early, but I’m excited about where this path can lead.&lt;/p&gt;

&lt;p&gt;On the creative side, I &lt;strong&gt;pushed Day 2 progress on my portfolio&lt;/strong&gt; website. I’m experimenting with layout, typography, and structure — trying to make it reflect how I think and build, not just what I know. It’s still a work in progress, but documenting the journey feels more important than waiting for perfection.&lt;/p&gt;

&lt;p&gt;What I worked on today:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Two Pointers pattern (concept)&lt;br&gt;
&lt;a href="https://bytebytego.com/courses/coding-patterns/two-pointers/introduction-to-two-pointers?fpr=javarevisited" rel="noopener noreferrer"&gt;where I learned it from&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;ML: Getting started with the basics&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnz7viiuz97jeydz9m2bc.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnz7viiuz97jeydz9m2bc.jpeg" alt=" " width="666" height="1044"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Portfolio: Layout refinements &amp;amp; structure updates&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6yps7zhetlcbuo0clgec.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6yps7zhetlcbuo0clgec.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/Sugunstar/Progress_in_portfolio" rel="noopener noreferrer"&gt;commit history&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The plan is simple:&lt;br&gt;
learn → build → document → repeat.&lt;/p&gt;

&lt;p&gt;More tomorrow.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>productivity</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
