Logo

My Blog Posts

A place to store all my ideas, experiments, and observations of the software engineering landscape.

Blog Post12 May 2024

100 Days of ML Code - Day 1: Data Preprocessing Fundamentals

Starting the journey with the essential first step of any ML project. In this post, we dive into the key data preprocessing steps using a basic dataset, including handling missing data, encoding categorical variables, splitting the dataset, and feature scaling.

Shourya Sharma
Blog Post5 Sept 2022

Neural Networks: Logistic Regression

In today's blog, we will be discussing the logistic regression model and how it is used in neural networks. I will also be *attempting* to explain some of the maths behind it, although I'm still getting to grips with it myself tbh.

Shourya Sharma
Blog Post28 Aug 2022

Deep Learning Specialisation: Intro

So this week I decided I want to pick up the Deep Learning and AI course on coursera. It turns out there's a reason 700,000 people subscribed to the course, as it has 5 different courses...

Shourya Sharma
Blog Post21 Aug 2022

Huh... Remix seems to be kinda nice

In today's blog, I'm going to talk about how much the React ecosystem has changed from 4 years ago when I initially started fiddling around with it with create-react-app, how server-side-rendering has become a big deal, and how Remix uses file based routing to make loading data so easy.

Shourya Sharma
Blog Post14 Aug 2022

Trying something new...

This is my first post on my blog. I'm trying to do something new here and document everything I learn and do for a year. I hope you enjoy it!

Shourya Sharma