Unfolding the universe of possibilities..

Every load time is a step closer to discovery.

Unleashing the Power of the Julia SuperType

Using and working with abstraction to do interesting things with the Julia language Continue reading on Towards Data Science »

Understanding Intersection Over Union for Object Detection (Code)

Calculating IoU with Python code. Continue reading on Towards Data Science »

Python on the Web

Showcasing Python applications on the web without any server Continue reading on Towards Data Science »

What is a Time Series Unit Root?

Answering one of the most important question in time series analysis Continue reading on Towards Data Science »

How Data Science Can Deliver Value

Classifying its value proposition can make it easier to communicate what your team does Continue reading on Towards Data Science »

GPT-4 can solve math problems — but not in all languages

A few experiments making GPT-4 solve math problems in 16 different languages Continue reading on Towards Data Science »

Support Vector Machine with Scikit-Learn: A Friendly Introduction

Every data scientist should have SVM in their toolbox. Learn how to master this versatile model with a hands-on introduction. Continue reading on Towards Data Science »

Neural Basis Models for Interpretability

Unpacking the new interpretable model proposed by Meta AI Continue reading on Towards Data Science »

Class Imbalance: Exploring Undersampling Techniques

Let’s learn about undersampling and how it helps solve class imbalance We have formally explained earlier the effect of class imbalance and its causes and we also explained several oversampling techniques that get around this issue such as random oversampling,

Class Imbalance and Oversampling: A Formal Introduction

Let’s explore the class imbalance problem and how resampling methods such as random oversampling attempt to solve it. Lately, I have been building a package to address class imbalance in Julia called Imbalance.jl. It took me a lot of effort in