Unfolding the universe of possibilities..

Dancing with the stars of binary realms.

The Rise of Vision Transformers

Is the era of ResNet coming to an end? Image by author. Over the last decade, computer vision has gone from a promising area of research to a cornerstone of the modern technological revolution. Having once turned heads with the accurate classification

Using RabbitMQ Streams in Go

Learn how to use RabbitMQ Streams using both Core and Plugin in this tutorial Continue reading on Towards Data Science »

How to use Causal Inference when A/B testing is not available

Evaluating ad targeting product using causal inference: propensity score matching! Photo by Tech Daily on Unsplash Ever caught those pumped-up Nike Ads while tuning in to a podcast recapping last night’s epic NBA showdown? Or how about stumbling upon New Balance

Democratizing LLMs: 4-bit Quantization for Optimal LLM Inference

A deep dive into model quantization with GGUF and llama.cpp and model evaluation with LlamaIndex Continue reading on Towards Data Science »

3 Advanced Document Retrieval Techniques To Improve RAG Systems

Query expansion, cross-encoder re-ranking, and embedding adaptors Continue reading on Towards Data Science »

Say Goodbye to SQL Headaches with This Python Tool

SQLGlot — A one-stop SQL parsing and manipulation Python Library Continue reading on Towards Data Science »

Generative AI: Synthetic Data Generation with GANs using Pytorch

Demystifying complexity: beyond images and language models Generative Adversarial Networks (GANs) have become hugely popular for their abilities to generate both beautiful and realistic images, and language models (e.g. ChatGPT) that are increasingly rising in their use across every sector. These

Improved Caching Produces a 5000x Performance Boost on Streamlit Dashboards

Learn how to use native Python caching to implement blazing-fast dashboards. Continue reading on Towards Data Science »