Machine Learning

Welcome to the Machine Learning Hub, your one-stop destination for all things related to machine learning!

Get ready to embark on an exciting journey into the realm of AI and discover how machines can learn and make intelligent decisions. Our blog articles are crafted with simplicity and clarity in mind, making complex machine learning concepts easy to understand for everyone. Whether you’re a beginner or an experienced practitioner, we’ve got you covered with informative and insightful content. Explore the fascinating world of algorithms, models, and data as we delve into supervised and unsupervised learning, reinforcement learning, and more. Discover practical applications in various domains like healthcare, finance, and autonomous vehicles.  From introductory guides to advanced techniques, we’re here to help you demystify machine learning and unlock its potential. Join us on this journey as we unravel the secrets of machine learning and empower you to build intelligent systems that can analyze data, make predictions, and drive innovation.

Let’s shape the future together with the power of machine learning!

kdn mehreen python project setup 2026 uv ruff ty polars

Python Project Setup 2026: uv + Ruff + Ty + Polars

Image by Editor   # Introduction  Python project setup used to mean making a dozen small decisions before you wrote your first useful line of code. Which environment manager? Which dependency tool? Which formatter? Which linter? Which type checker? And if your project touched data, were you supposed to start with pandas, DuckDB, or something newer? …

Python Project Setup 2026: uv + Ruff + Ty + Polars Read More »

gemini 3.1 flash tts metacard dark 1920x1080.width 1300

Gemini 3.1 Flash TTS: New text-to-speech AI model

Today, we’re introducing Gemini 3.1 Flash TTS, the latest text-to-speech model that delivers improved controllability, expressivity and quality — empowering developers, enterprises and everyday users to build the next generation of AI-speech applications. Starting today, 3.1 Flash TTS is rolling out: Improved speech quality and controllability We’ve improved the overall speech quality of Gemini 3.1 …

Gemini 3.1 Flash TTS: New text-to-speech AI model Read More »

Context Layer

RAG Isn’t Enough — I Built the Missing Context Layer That Makes LLM Systems Work

TL;DR a full working implementation in pure Python, with real benchmark numbers. RAG systems break when context grows beyond a few turns. The real problem is not retrieval — it’s what actually enters the context window. A context engine controls memory, compression, re-ranking, and token limits explicitly. This is not a concept. This is a …

RAG Isn’t Enough — I Built the Missing Context Layer That Makes LLM Systems Work Read More »

kdn mayo adv notebooklm tips tricks power users

Advanced NotebookLM Tips & Tricks for Power Users

Image by Editor   # Introduction  Google NotebookLM has evolved far beyond a simple study aid. With the addition of the recent updates pushed just this year, it has transformed into a full-stack research, synthesis, and content production environment. For people regularly juggling complex sources, NotebookLM now bridges the gap between raw information and polished deliverables. …

Advanced NotebookLM Tips & Tricks for Power Users Read More »

claudio schwarz TEF3woGG3b0 unsplash

When Things Get Weird with Custom Calendars in Tabular Models

Introduction After the initial euphoria with the new calendar-based time intelligence, I started looking deeper into the new feature to see what these new possibilities mean in the real world. You will find several links about it in the References section at the end of this piece, including a SQLBI article, which takes you deep …

When Things Get Weird with Custom Calendars in Tabular Models Read More »

kdn ipc pyjanitor method chaining functionality

All About Pyjanitor’s Method Chaining Functionality, And Why Its Useful

Image by Editor   # Introduction  Working intensively with data in Python teaches all of us an important lesson: data cleaning usually doesn’t feel much like performing data science, but rather like acting as a digital janitor. Here’s what it takes in most use cases: loading a dataset, discovering many column names are messy, coming across …

All About Pyjanitor’s Method Chaining Functionality, And Why Its Useful Read More »

Supabase vs Firebase

Supabase vs Firebase: Which Backend Is Right for Your Next App?

Image by Author   # Introduction  Choosing a backend is one of the most important decisions you will make when building a modern web or mobile app. For years, Firebase has been the go-to choice for developers who want to launch quickly without managing servers. But recently, Supabase has emerged as a powerful open-source alternative. If …

Supabase vs Firebase: Which Backend Is Right for Your Next App? Read More »

Scroll to Top