Jason Edwards
Certified - Advanced AI Audio Course
The Advanced Artificial Intelligence Audio Course is a focused, audio-first series that takes you deep into the technical foundations and emerging challenges of modern AI systems. Designed for professionals, students, and certification candidates, this course explains advanced AI concepts through clear, structured narration—no slides, no filler, just direct, practical learning. Each episode unpacks core topics such as neural architectures, model embeddings, optimization, interpretability, and evaluation, showing how these elements come together to create powerful and reliable AI systems. Wheth...
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
Episode 26 — Generative AI Beyond Text: Images, Audio, Video 14.09.2025 30:02
This episode expands the scope of generative AI beyond text, exploring how similar principles apply to images, audio, and video. Models trained on large datasets of visual or auditory information can create synthetic media that looks and sounds remarkably realistic. In images, techniques such as diffusion models generate pictures from text prompts. In audio, generative systems can produce music or...
Episode 25 — Embeddings & Vector Databases: Meaning as Numbers 14.09.2025 27:44
This episode explains embeddings, numerical representations of text, images, or other data that capture semantic meaning. Embeddings allow AI systems to compare similarity and retrieve related items based on meaning rather than exact matches. For example, “doctor” and “physician” will have vectors located close together in embedding space. Vector databases are specialized systems for storing and s...
Episode 24 — Retrieval-Augmented Generation (RAG): Using Your Own Data 14.09.2025 25:33
This episode introduces retrieval-augmented generation, or RAG, a method of enhancing large language models by grounding them in external data sources. Instead of relying solely on a model’s internal training, RAG retrieves relevant documents or records and provides them as context during generation. This improves factual accuracy, reduces hallucinations, and enables customization with proprietary...
Episode 23 — Prompting Fundamentals: Reliable Patterns and Pitfalls 14.09.2025 26:53
This episode examines prompting, the method of steering model outputs with well-designed instructions. For certification purposes, prompting fundamentals matter because exams often test whether learners can identify effective approaches or troubleshoot poor results. Prompts provide context, structure, and examples that guide a model toward desired answers. Core techniques include zero-shot prompti...
Episode 22 — Large Language Models: What They Can and Can’t Do 14.09.2025 27:06
This episode focuses on large language models (LLMs), which have moved from research labs into mainstream applications. LLMs are trained on massive datasets and billions of parameters, enabling them to generate fluent text, summarize documents, answer questions, and perform tasks across domains. For certification learners, the importance lies in understanding both capabilities and boundaries. LLMs...
Episode 21 — Transformers Explained: Attention Without Equations 14.09.2025 27:47
This episode introduces transformers, the architecture that underpins nearly all state-of-the-art AI systems today. Instead of relying on recurrent layers or convolutional patterns, transformers leverage the mechanism of attention to weigh relationships between tokens in a sequence. At a high level, attention allows the model to determine which parts of the input are most relevant for predicting t...
Episode 20 — NLP Foundations: Pre-LLM Techniques Explained 14.09.2025 28:45
This episode covers the foundations of natural language processing (NLP) before the rise of large language models. Early NLP techniques relied heavily on statistical and rule-based methods, including bag-of-words, term frequency–inverse document frequency (TF-IDF), and n-gram models. These approaches represented text as numerical features suitable for machine learning algorithms, allowing tasks su...
Episode 19 — Speech & Audio AI: STT, TTS, and Speaker ID 14.09.2025 29:59
This episode introduces the fundamentals of speech and audio AI, covering three main areas: speech-to-text (STT), text-to-speech (TTS), and speaker identification. STT systems convert spoken language into written text, supporting applications like transcription and voice assistants. TTS systems perform the reverse, synthesizing natural-sounding speech from text, enabling accessibility tools and in...
Episode 18 — Computer Vision Basics: From Pixels to Patterns 14.09.2025 29:25
This episode explores computer vision, the field of AI that enables systems to interpret and analyze visual data. At the most basic level, digital images are arrays of pixels, each containing color or intensity values. AI models transform these low-level signals into meaningful patterns, such as edges, textures, and objects. Core methods include convolutional neural networks, which apply filters t...
Episode 17 — Deep Learning Basics: Neurons, Layers, Training Intuition 14.09.2025 28:04
This episode introduces deep learning, a subset of machine learning that relies on neural networks with many layers to learn complex representations of data. At its core, a neural network is built from artificial neurons, mathematical functions that take inputs, apply weights, and pass results through an activation function. When stacked into layers, these neurons allow the model to capture increa...
Episode 16 — From Rules to Learning: Why ML Beat Expert Systems 14.09.2025 28:26
This episode reviews the transition from expert systems, which dominated AI development in the 1970s and 1980s, to the rise of machine learning approaches that define the field today. Expert systems relied on hand-crafted rules built by domain specialists, encoding knowledge as if-then statements. While effective for narrow domains, they struggled with scalability, ambiguity, and constant maintena...
Episode 15 — Feature Engineering: From Raw Data to Signals 14.09.2025 27:17
This episode introduces feature engineering, the process of transforming raw data into meaningful inputs that improve model performance. Features are the variables the model uses to make predictions, and careful selection or creation of features often determines success more than the choice of algorithm. For certification purposes, learners should understand the difference between raw attributes a...
Episode 14 — Overfitting & Generalization: When Models Fool You 14.09.2025 28:54
This episode explains overfitting, one of the most important pitfalls in machine learning. Overfitting occurs when a model memorizes training data so closely that it fails to generalize to new, unseen cases. The opposite issue, underfitting, arises when a model is too simple to capture the underlying patterns. Generalization refers to the model’s ability to perform well on fresh data rather than j...
Episode 13 — Evaluating Models: Accuracy, Precision/Recall, AUC 14.09.2025 28:19
This episode addresses model evaluation, a core competency for certification exams. While accuracy is the simplest metric, it is not always sufficient, especially when dealing with imbalanced datasets. Precision and recall provide a deeper view: precision measures how many predicted positives are correct, while recall measures how many actual positives are captured. The balance between the two is...
Episode 12 — ML 103: Reinforcement Learning at a High Level 14.09.2025 28:16
This episode introduces reinforcement learning, often considered the third major paradigm of machine learning. Unlike supervised and unsupervised learning, reinforcement learning is based on an agent interacting with an environment, making decisions, and receiving feedback through rewards or penalties. Over time, the agent learns a policy that maximizes cumulative reward, balancing exploration of...
Episode 11 — ML 102: Unsupervised Learning and Clustering 14.09.2025 26:56
This episode introduces unsupervised learning, a key machine learning paradigm that does not rely on labeled data. Instead of mapping known inputs to known outputs, unsupervised methods search for patterns, groupings, or structures hidden in raw datasets. Clustering is a central technique within this category, where data points are grouped based on similarity metrics such as distance or density. O...
Episode 10 — ML 101: Supervised Learning in Plain Language 14.09.2025 29:30
This episode explains supervised learning, one of the most fundamental approaches in machine learning and a cornerstone for certification exams. Supervised learning relies on labeled datasets where each input is paired with a correct output. The model learns to map inputs to outputs through examples, producing predictions for new, unseen cases. Key concepts include training, testing, generalizatio...
Episode 9 — Data Bias Preview: Sources, Signals, Mitigations 14.09.2025 31:43
This episode introduces the concept of data bias, a topic that often appears in certification exams because of its impact on fairness, accuracy, and compliance. Bias arises when datasets reflect distortions, either because of sampling limitations, historical inequities, or measurement errors. Signals can include uneven representation across demographics, systematic omissions, or proxies that inadv...
Episode 8 — Data for AI: Collection, Labeling, and Quality Basics 14.09.2025 29:00
This episode explores the critical role of data in artificial intelligence, focusing on collection, labeling, and quality considerations. Data is the foundation of any machine learning system, and exam objectives frequently test understanding of how datasets are assembled and validated. Collection involves gathering information from sources such as sensors, logs, or user interactions, while labeli...
Episode 7 — Problem Framing: Turning Goals into AI Questions 14.09.2025 25:14
This episode introduces problem framing, the skill of converting a business or operational goal into a question that an AI system can realistically address. For certification purposes, this is vital because many questions hinge on identifying whether AI is the right tool, and if so, how to structure the problem. Framing involves specifying objectives, defining measurable outcomes, and understandin...
Episode 6 — Types of AI: Narrow vs. General, Symbolic vs. Statistical 14.09.2025 29:59
This episode examines the main types of artificial intelligence, clarifying distinctions that are essential for both exams and real-world comprehension. Narrow AI, also called weak AI, is built to perform specific tasks such as image recognition or speech transcription, while general AI is a theoretical concept aiming to replicate the full range of human cognition. On the other axis, symbolic AI r...
Episode 5 — Glossary Deep Dive I: Core Terms You’ll Hear Often 14.09.2025 28:45
This episode serves as a glossary immersion, focusing on the terminology that certification candidates will encounter repeatedly in AI-related exams. Terms like algorithm, dataset, training, inference, supervised, unsupervised, and reinforcement learning are introduced with precise yet accessible definitions. By grouping these words and showing how they relate to one another, the learner develops...
Episode 4 — How AI Systems Work: Data, Models, Feedback Loops 14.09.2025 28:05
This episode introduces the structural mechanics of AI systems, breaking them into three interrelated components: data, models, and feedback loops. Data is the raw material, collected and processed into training sets that shape model behavior. Models are the algorithms that learn from this data, ranging from decision trees to deep neural networks. Feedback loops ensure continuous improvement, wher...
Episode 3 — A Short History of AI: Booms, Winters, Breakthroughs 14.09.2025 27:23
This episode provides context for the development of artificial intelligence by tracing its history across cycles of optimism, disappointment, and eventual breakthroughs. We begin with early pioneers like Alan Turing, who framed the question of machine intelligence, and the Dartmouth Conference of the 1950s, which formally launched AI as a research field. Learners are introduced to the alternating...
Episode 2 — What Is AI? Definitions, Scope, Everyday Uses 14.09.2025 28:55
This episode introduces the learner to the essential definitions and scope of artificial intelligence, a foundational step in any exam or certification path. AI can mean different things depending on context, ranging from symbolic rule-based reasoning to modern machine learning systems. We cover the distinctions between artificial intelligence as a broad field, machine learning as a subset, and de...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.