Debabrata Pruseth

Technocrat | Traveler | Story Teller

How to Detect Hidden Bias in Your ML Model — A Step-by-Step Tutorial 

Ever wondered how AI decides who gets hired or approved for a loan?
Spoiler: it sometimes inherits our biases.
In my latest blog, I uncover how bias sneaks into machine learning—and how we can fix it to make AI fairer for everyone.

👉 Read the full story: The Hidden Bias in Machines

How to Detect Hidden Bias in Your ML Model — A Step-by-Step Tutorial  Read More »

A Beginner’s Guide to Time Series Modeling

Ever wondered how AI predicts tomorrow’s weather, stock prices, or even your heart rate? In my latest blog, I break down how machines learn from the past to predict the future — exploring trends, seasonality, and hidden patterns in data. You’ll discover the evolution from classic models like ARIMA and Random Forests to modern deep learning architectures such as LSTMs and Transformers, and even the rise of foundation models like TimeGPT and TimesFM. Perfect for beginners curious about how AI understands time and turns data into foresight.

A Beginner’s Guide to Time Series Modeling Read More »

Transfer Learning for Multimodal Models

Ever searched for a product just by uploading a picture — and instantly found what you wanted?
That’s multimodal AI at work. These models combine images with text metadata like titles, brands, and descriptions to make search and recommendations smarter and more human-like.

Now imagine a radiologist’s assistant: a model that looks at CT scans and reads clinical notes — highlighting suspicious regions or suggesting possible conditions. Tools like MedCLIP and other multimodal models are already transforming healthcare.

But here’s the fascinating part — researchers don’t build these systems from scratch. They reuse existing models that already know how to read text and interpret images, then fine-tune them for specific domains.

Welcome to the world of multimodal transfer learning — where AI learns to connect what it sees and what it reads.
In this blog, we’ll break down how it works, with simple explanations and real-world examples that uncover the magic behind this powerful technique.

Transfer Learning for Multimodal Models Read More »

Transfer Learning for Vision

Ever wondered how AI can detect cancer from scans or spot heart disease in an X-ray — without being trained on millions of medical images?
Here’s the secret: Transfer Learning.

Instead of building models from scratch, researchers take pretrained vision models — already trained to recognize everyday objects like cats, buses, and trees — and teach them new skills like reading X-rays or identifying plant diseases.

This approach saves time, data, and computing power, yet delivers the same or even better accuracy.

In this blog, we’ll explore how transfer learning for vision works, the frameworks behind it, and why it’s revolutionizing fields from healthcare to agriculture.

Transfer Learning for Vision Read More »

Transfer Learning for NLP

Transfer Learning in Natural Language Processing (NLP)

Ever wondered how AI learns new languages so quickly — or how ChatGPT seems to instantly “get” what you’re saying?
That’s the power of transfer learning in Natural Language Processing (NLP) — where AI learns language the way we do: by reading, predicting, and reusing patterns from billions of words it’s already trained on.

In this post, we’ll explore how pretrained language models like BERT and GPT are used to solve real-world problems — with less data, lower compute, and faster results.

Transfer Learning for NLP Read More »

Transfer Learning – Beginners Guide

Transfer Learning

From cats on the internet to cancer detection in hospitals — how does one AI model jump across worlds?
That’s the magic of transfer learning. In this first post of my new AI series, I break it down with simple analogies and real-world examples anyone can understand.

Transfer Learning – Beginners Guide Read More »

Detecting Plant Diseases with AI – A Beginner-Friendly Deep Learning Project

🌱 Can AI Really Spot Plant Diseases?

Yes! In my latest beginner-friendly blog, I share how I built an AI model that detects plant leaf diseases using deep learning. From a free dataset to training a modern model, you’ll see how simple (and exciting!) it is to apply AI in agriculture.

👉 Read the full story and try it yourself!

Detecting Plant Diseases with AI – A Beginner-Friendly Deep Learning Project Read More »

How I built a beginner-friendly skin-cancer detector

How I built a beginner-friendly skin-cancer detector Read More »

Visualising Change from Space — A Beginner’s Guide to ML with Satellite Data – Part 1

Explore how machine learning and satellite imagery can reveal how cities grow, how nightlights change, and how vegetation evolves. Three notebooks (India nightlights, Delhi urban map, Singapore NDVI) walk beginners step-by-step from visualization to a supervised ML example.

Visualising Change from Space — A Beginner’s Guide to ML with Satellite Data – Part 1 Read More »

Agentic AI – LLM with SQL – Beginner Bootcamp

AI Agent_LLM with SQL

In this post, you’ll learn how to build your own AI SQL Agent — a tool that transforms natural language into SQL queries and executes them on a real database.

In real-world teams, everyone — from marketers to HR to analysts — wants to “talk to the database” without needing to know SQL. But data lives behind structured queries. That’s where LLMs like GPT-4 shine: they understand natural language and, with the right schema and safety controls, can generate SQL queries that pull live data.

No prior coding experience required. Just download the code, run it, enhance it — and start learning!

Agentic AI – LLM with SQL – Beginner Bootcamp Read More »

Scroll to Top