Unfolding the universe of possibilities..

Whispers from the digital wind, hang tight..

How to Low-Pass Filter in Google BigQuery

When working with time-series data, it can be important to apply filtering to remove noise. This story shows how to implement a low-pass… Continue reading on Towards Data Science »

How ReLU Enables Neural Networks to Approximate Continuous Nonlinear Functions?

Learn how a neural network with one hidden layer using ReLU activation can represent any continuous nonlinear functions. Activation functions play an integral role in Neural Networks (NNs) since they introduce non-linearity and allow the network to learn more complex

Customer profiling with Artificial Intelligence: Building Grocery Coupons from Everyday Lists using…

This is how I created coupons using OpenAI API on Python, in a few lines of code. Continue reading on Towards Data Science »

Breaking down Logistic Regression to its basics

MLBasics #2: Demystifying Machine Learning Algorithms with The Simplicity of Logistic Regression Continue reading on Towards Data Science »

The Secrets of Python “Secrets”

Why and when we should not use “random” but “secrets”? Continue reading on Towards Data Science »

Ant Colony Optimization — Intuition, Code & Visualization

Where it stands out from other swarm algorithms Continue reading on Towards Data Science »