Sheetal ’Shay’ Dhar
The AI Concepts Podcast
The AI Concepts Podcast is my attempt to turn the complex world of artificial intelligence into bite-sized, easy-to-digest episodes. Imagine a space where you can pick any AI topic and immediately grasp it, like flipping through an Audio Lexicon - but even better! Using vivid analogies and storytelling, I guide you through intricate ideas, helping you create mental images that stick. Whether you’re a tech enthusiast, business leader, technologist or just curious, my episodes bridge the gap between cutting-edge AI and everyday understanding. Dive in and let your imagination bring these concepts...
Author
Sheetal ’Shay’ Dhar
Category
Podcast website
Latest episode
Jun 12, 2026
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
Markov Decision Processes (MDPs): The Framework Behind Smart Decision-Making in AI 30.01.2025 7:43
Welcome to the AI Concepts Podcast, where host Shea simplifies complex AI ideas. In this episode, we delve into Markov Decision Processes (MDPs), a pivotal concept in AI, particularly in reinforcement learning. MDPs enable systems like warehouse robots to make well-informed decisions that consider both immediate and future outcomes. Shea breaks down the core components of MDPs: states, actions, re...
Gradient Descent Explained: How ML Models Learn to Optimize 29.01.2025 7:04
In this episode of the AI Concepts Podcast, host Shea breaks down the concept of gradient descent, a crucial mechanism in machine learning that helps models learn and improve by reducing errors. Using simple examples and analogies, Shea explores how gradient descent functions like a guide, enabling machine learning models to adjust themselves and make more accurate predictions over time. Listen in...
Principal Component Analysis: What It Is and How It Works 28.01.2025 6:54
Welcome to another informative episode of the AI Concepts Podcast, hosted by Shea. Today, we delve into the intricate world of Principal Component Analysis (PCA), a powerful tool in data analytics that simplifies large datasets while preserving essential patterns. If you often find yourself overwhelmed by excess data, PCA might be your secret weapon. In this episode, we'll explore how PCA acts as...
What is K-Nearest Neighbors and How Does It Work? 27.01.2025 6:39
Welcome to the AI Concepts Podcast, where we uncover AI mysteries one piece at a time. In this episode, join your host Shea as we dive into the world of K-Nearest Neighbors (KNN), a straightforward yet effective machine learning algorithm. Shea breaks down the core concepts of KNN using easy-to-understand analogies. Discover how this algorithm mimics human decision-making by comparing new data to...
What Is K-Means Clustering and How Does It Work? 20.12.2024 10:39
Welcome to the AI Concepts Podcast, where we unravel the complexities of AI, one concept at a time. In this episode, we delve into the world of unsupervised learning, focusing on the intriguing concept of K-Means Clustering. Discover how this powerful algorithm organizes and groups data based on similarity without any prior labels. Simplifying the process, host Shay guides you through the steps of...
What Is Support Vector Machine and How Does It Work? 20.12.2024 8:59
Welcome to the AI Concepts Podcast, hosted by Shay, where we demystify complex AI topics, one concept at a time. In this episode, we delve into Support Vector Machines (SVMs) and explore their crucial role in data classification. Using engaging analogies, Shay explains how SVMs help in distinguishing overlapping data points, employing techniques like the kernel trick to handle intricate patterns....
What Are Ensemble Methods and How They Work ? 20.12.2024 8:04
In this episode of the AI Concepts Podcast, host Shay delves into the world of ensemble methods, specifically focusing on boosting. Discover how boosting differs from other ensemble techniques like random forests, and learn the step-by-step process of creating a powerful predictive model by sequentially training weak learners. Explore the mechanics of AdaBoost and Gradient Boosting, understanding...
What Is Random Forest and How Does it Work? 20.12.2024 8:38
Welcome to the latest episode of the AI Concepts Podcast, where we delve into the fascinating world of artificial intelligence. Join our host, Shay, as we unravel the complexities of AI, one concept at a time. In this episode, we explore the intricacies of decision trees and their propensity to overfit data, and how Random Forests provide a robust solution. Discover how Random Forests enhance deci...
What Is a Decision Tree and How Does It Work? 20.12.2024 8:48
Welcome to the AI Concepts Podcast! In this episode, Shay delves into the fascinating world of decision trees, a fundamental and uncomplicated tool in machine learning. Discover how decision trees are utilized in various industries, from banking to healthcare, by simplifying complex decisions through systematic, data-driven questions. Shay explains the process of training decision trees, the impor...
What is Logistic Regression and How Does It Work? 15.12.2024 7:00
Welcome to the AI Concepts Podcast, where your host Shay delves into the intricacies of artificial intelligence, one concept at a time. This episode focuses on logistic regression, a supervised learning algorithm used to convert raw data into clear probabilities for binary classification tasks. Using a relatable example of a hospital application designed to determine the nature of a tumor, Shay ex...
What Is Linear Regression and How Does It Work? 15.12.2024 7:00
Welcome to the AI Concepts Podcast, where AI is explored one concept at a time. Your host, Shay, simplifies AI concepts using relatable examples and analogies, making them easy to digest and retain. In this episode, dive into the world of linear regression, a fundamental machine learning algorithm often used by beginners. Discover how linear regression helps understand and predict relationships be...
Machine Learning Series: The Machine Learning Workflow 10.12.2024 9:26
Welcome to the AI Concepts Podcast! In this episode, host Shay launches a new series dedicated to machine learning, guiding you through the essential algorithms and concepts that form the backbone of this powerful technology. Discover the complete machine learning workflow starting with problem definition, transforming business challenges into machine learning tasks, assessing feasibility, gatheri...
AI Essentials Series - Precision, Recall, F1 Score, ROC and AUC 21.11.2024 11:36
In episode 11 of the AI Concepts Podcast, host Shay takes listeners on a journey beyond traditional accuracy metrics to explore the deeper nuances of AI model evaluation. While accuracy might seem impressive, especially in imbalanced data scenarios like rare disease detection, it often misses critical cases and raises false alarms. This episode delves into precision, recall, and the F1 score, expl...
AI Essentials Series - Evaluating AI Models: The Accuracy Trap 21.11.2024 3:55
Welcome to episode 10 of the AI Concepts Podcast, where host Shea delves into the intricacies of model evaluation metrics, starting with accuracy. In this episode, Shea explains why accuracy, although seemingly straightforward, can sometimes be misleading, especially when dealing with imbalanced data sets. Through the example of a fraud detection model, Shea illustrates how a high accuracy rate mi...
AI Essentials Series - Classification Vs Regression in Machine Learning 06.11.2024 4:58
Welcome to Episode 8 of the AI Concepts Podcast, where we delve into the fascinating world of machine learning. Join your host, Shea, as we unravel the fundamental techniques of classification and regression, using simple analogies and real-world examples. In this episode, discover how classification helps in making categorical decisions, such as Netflix's recommendations or healthcare risk predic...
AI Essentials Series - How do AI Models Learn? 06.11.2024 7:12
Welcome to Episode 9 of the AI Concepts Podcast, where we delve into the essential components of machine learning: training data, validation data, and testing data. Join host Shea as she breaks down these core elements using relatable analogies, making them easy to understand and visualize. In this episode, Shea compares building an AI model to marathon training. Just as athletes train rigorously...
AI Essentials Series - What is Reinforcement Learning? 05.11.2024 7:54
Welcome to Episode 7 of the AI Concepts Podcast, where we delve into the fascinating world of reinforcement learning. Unlike supervised and unsupervised learning, reinforcement learning takes a unique approach, reminiscent of playing a game where each move provides feedback. Join host Shea as we explore how AI agents learn by interacting with their environment, making decisions, and adapting throu...
AI Essentials Series - What is Unsupervised Learning? 04.11.2024 7:51
Welcome to episode 6 of the AI Concepts Podcast, where host Shea takes you on an insightful journey into the world of unsupervised learning. Discover how machines identify patterns in data without labels or instructions, drawing parallels with organizing a chaotic office on your first day as an assistant. Explore the essence of clustering with k-means and learn about dimensionality reduction techn...
AI Essentials Series - What is Supervised Learning? 03.11.2024 6:06
Welcome to Episode 5 of the AI Concepts Podcast, where host Shea takes you on an enlightening journey into the world of supervised learning, a cornerstone of artificial intelligence. In this episode, discover how this method powers everyday technologies like facial recognition and fraud detection by learning from labeled data to make accurate predictions. Through engaging examples, such as predict...
AI Essentials Series - Understanding Data, Algorithms, and Compute 02.11.2024 5:28
Welcome to Episode 4 of the AI Concepts Podcast! Join host Shea as we delve into the fundamental components that power artificial intelligence: data, algorithms, and computational power. Discover how these elements work together to form the backbone of AI systems. We begin with data, the foundation of every AI system. Learn about the different types of data, including structured, unstructured, and...
AI Essentials Series - AI vs. Machine Learning vs. Deep Learning: Key Differences Explained 01.11.2024 6:18
Welcome to episode three of the AI Concepts Podcast! In this episode, host Shea delves into the fascinating world of artificial intelligence, machine learning, and deep learning. Often used interchangeably, these terms are distinct yet interconnected, forming the backbone of modern technology. Join Shea as she uses relatable analogies to clarify how AI acts like a human brain, how machine learning...
AI Essentials Series - The Evolution of AI 31.10.2024 7:23
Welcome to the AI Concepts Podcast, where we delve into artificial intelligence, one concept at a time. In this episode, host Shea takes you on a thrilling journey through the history of AI, starting from its inception in the 1950s to its transformative impact today. Explore the early days with visionary Alan Turing, whose groundbreaking question "Can machines think?" laid the foundation for moder...
AI Essentials Series - What is AI? 30.10.2024 6:01
Welcome to the very first episode of the AI Concepts Podcast! Join your host, Shay, as we embark on an exciting journey to explore the fascinating world of Artificial Intelligence. In this episode, we delve into the basics of AI, breaking down what it truly means and how it works behind the scenes. Discover the difference between Narrow AI, which powers everyday applications like voice assistants...
Welcome: Who Should Listen to This Podcast 29.10.2024 1:38
Welcome to the AI Concepts Podcast, your quick guide to understanding the world of Artificial Intelligence. Whether you're curious about algorithms, generative models, or the mechanics behind AI, this podcast is tailored for you. Each episode is designed to be under seven minutes, perfect for listening during a commute, a coffee break, or winding down at the end of the day. We aim to make AI conce...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.