Recent Posts

Understanding the Basics: Gradient Descent

12 minute read

Gradient Descent is an optimization algorithm that iteratively adjusts model parameters in the direction of steepest descent of the loss function to find the...

Basics of Decision Trees

13 minute read

Decision Trees are the gateway to machine learning. They are easy to understand and relate to. However, do we know how they really work?

Visual Data Analysis in Python: Part 1

22 minute read

In this blog post, we explore visual data analytics, leveraging data visualization to uncover insights and patterns in our datasets. In this part 1 post, we ...