GenAI Level UP – Details, episodes & analysis
Podcast details
Technical and general information from the podcast's RSS feed.


Recent rankings
Latest chart positions across Apple Podcasts and Spotify rankings.
Apple Podcasts
🇫🇷 France - technology
30/01/2025#77
Spotify
No recent rankings available
Shared links between episodes and podcasts
Links found in episode descriptions and other podcasts that share them.
See all- https://arxiv.org/abs/1706.03762
56 shares
- https://arxiv.org/abs/2005.14165
18 shares
- https://www.deeplearning.ai/
16 shares
RSS feed quality and score
Technical evaluation of the podcast's RSS feed quality and structure.
See allScore global : 63%
Publication history
Monthly episode publishing history over the past years.
DeepSeek LLM: The Open Source AI Revolution
Season 2 · Episode 5
vendredi 24 janvier 2025 • Duration 15:42
Dive into the groundbreaking world of DeepSeek LLM, an open-source language model that's challenging the dominance of closed-source AI.
This episode unpacks the secrets behind DeepSeek's impressive capabilities, exploring its unique Mixture-of-Experts (MoE) architecture that optimizes performance and allows it to run efficiently on consumer-grade hardware.
We'll delve into its multi-stage training process, from massive pre-training to supervised fine-tuning and reinforcement learning, revealing how DeepSeek learns through trial and error, even developing human-like self-verification and reflection.
Discover how DeepSeek excels in diverse domains, from complex math and coding challenges to general reasoning tasks, often outperforming even established models. We'll also explore DeepSeek's specialized tools like DeepSeek Coder and DeepSeek Math, demonstrating its versatility, and look at how its knowledge distillation process allows smaller models to inherit its advanced reasoning abilities, making powerful AI more accessible to all.
Join us as we explore the potential impact of DeepSeek, both for the scientific community and for everyday applications, and discuss the ethical considerations that come with these advanced AI tools.
Titans: Learning to Memorize at Test Time
Season 2 · Episode 4
samedi 18 janvier 2025 • Duration 17:36
Are current AI models hitting a memory wall? Join us as we delve into the fascinating research behind "Titans: Learning to Memorize at Test Time," an innovative approach to AI learning.
The podcast covers key concepts from the paper, including:
- The challenges of long-term memory in AI, noting that models like Transformers are good at understanding immediate relationships but struggle with retaining information from the past.
- How the Titan model addresses these limitations by equipping AI with both short-term and long-term memory.
- The concept of "learning to memorize at test time", where the model figures out what is important to remember as it encounters new information.
- The use of a surprise-based approach, where the model prioritizes information that is most surprising or unexpected.
- The combination of surprise-based long-term memory with a more traditional short-term memory.
- The way long-term memory is stored, which is within the parameters of a deep neural network.
- The use of a technique similar to gradient descent with momentum for efficient memory formation.
- The model's built-in forgetting mechanism to manage memory capacity and prioritize important information.
- The use of attention to guide the search for relevant information in long-term memory.
- The ability of Titans to handle longer sequences of information by using long-term memory to free up short-term memory.
- The advantages of Titans in real-world applications such as language modeling, common sense reasoning, and the needle in a haystack problem.
- The three variants of the Titan architecture: Memory as a Context (MAC), Memory as a Gate (MAG), and Memory as a Layer (MAL). Each variant uses long-term memory differently.
GANs Unpacked: Exploring the Magic Behind Generative Adversarial Networks - Level 4
Season 1 · Episode 8
jeudi 12 décembre 2024 • Duration 22:02
Inspired by Ian Goodfellow's seminal paper, we explore the core principles of Generative Adversarial Networks (GANs), where creativity meets competition. Learn how generators and discriminators engage in a dynamic dance to push the boundaries of AI creativity, producing lifelike images, music, and even scientific simulations.
We also discuss the groundbreaking applications, ethical considerations, and future potential of this revolutionary technology.
Whether you're a tech enthusiast or a curious learner, join us as we demystify GANs and their impact on the world.
Online Tutorials:
- "Generative Adversarial Networks (GANs) – A Comprehensive Guide" on Analytics Vidhya: This guide provides an in-depth look at GANs, including their working principles and applications. (analyticsvidhya.com)
- "Deep Convolutional Generative Adversarial Network" on TensorFlow: A tutorial demonstrating the implementation of DCGANs using TensorFlow. (tensorflow.org)
#genai #levelup #level4 #learn #generativeai #ai #aipapers #podcast #deeplearning #machinelearning #generativeadversarialnetworks #gans
How AI Learns to Imagine: The Magic of Variational Autoencoders (VAE) - Level 3
Season 1 · Episode 7
lundi 9 décembre 2024 • Duration 21:59
Variational Autoencoders (VAEs) are a fascinating type of deep learning model that combines neural networks with probabilistic modeling.
This podcast will guide you through the key ideas behind VAEs, including the concept of latent spaces, the Evidence Lower Bound (ELBO), and the reparameterization trick.
We'll explain the information-theoretic interpretation of the VAE objective, discuss techniques for improving the flexibility of inference models, and explore advanced generative architectures.
Online Tutorials:
- "Variational Autoencoders: How They Work and Why They Matter" on DataCamp: This tutorial explains the workings of VAEs and their significance in generative modeling.
- "A Deep Dive into Variational Autoencoders with PyTorch" on PyImageSearch: Provides a step-by-step guide to implementing VAEs using PyTorch, complete with code examples.
#genai #levelup #level3 #learn #generativeai #ai #aipapers #podcast #deeplearning #machinelearning #vae #encoder
Unveiling the World of Deep Generative Models: Insights and Challenges - Level 2
Season 1 · Episode 6
samedi 7 décembre 2024 • Duration 31:40
Dive into the fascinating universe of Deep Generative Models (DGMs) with this insightful podcast.
Explore how these advanced neural networks simulate complex, high-dimensional probability distributions to create lifelike images, voices, and more. Based on the paper "An Introduction to Deep Generative Modeling" by Lars Ruthotto and Eldad Haber, we unpack the three cornerstone approaches—Normalizing Flows, Variational Autoencoders, and Generative Adversarial Networks—while discussing their strengths, limitations, and mathematical foundations.
Perfect for enthusiasts and researchers eager to understand the interplay between DGMs and optimal transport, this episode provides a clear, concise, and engaging narrative to inspire contributions to this rapidly evolving field.
"Deep Generative Models" by Stanford Online: This course delves into the importance of generative models across AI tasks, including computer vision and natural language processing
#genai #levelup #level2 #learn #generativeai #ai #aipapers #podcast #deeplearning #machinelearning #generativemodels #dgms
Teaching Machines to Learn: Inside the Training of Neural Networks - Level 1
Season 1 · Episode 5
vendredi 6 décembre 2024 • Duration 19:30
We break down how neural networks learn from data, starting with forward and backward passes, loss functions, and optimization methods like gradient descent.
We cover common hurdles—including vanishing and exploding gradients—and explore strategies like careful initialization, dropout, and early stopping. Finally, we highlight specialized architectures (CNNs, RNNs, LSTMs), clever training techniques (transfer learning, multitask learning), and cutting-edge models like GANs.
Whether you’re new to deep learning or refining your craft, this concise guide offers valuable insights into the art of training neural networks.
Highly recommend the Deep Learning Specialization from deeplearning.ai if you want to go deeper.
#genai #levelup #level1 #learn #generativeai #ai #aipapers #podcast #deeplearning #machinelearning #training #neuralnetworks
Demystifying ANNs: The Brain-Inspired Marvel of AI - Level 1
Season 1 · Episode 4
jeudi 5 décembre 2024 • Duration 17:24
Dive into the fascinating world of Artificial Neural Networks (ANNs) in this episode, where we explore their structure, function, and real-world applications. Inspired by the human brain, ANNs are the cornerstone of modern AI, excelling in tasks like image recognition, natural language processing, and more.
Learn about the layers of interconnected nodes, the role of activation functions, and how these computational models evolve through backpropagation to solve complex problems. Whether you're an AI enthusiast or a curious learner, this episode breaks down the complexities of ANNs and showcases their transformative potential in today's technology landscape.
Highly recommend the Deep Learning Specialization from deeplearning.ai if you want to go deeper.
#genai #levelup #level1 #learn #generativeai #ai #aipapers #podcast #deeplearning #machinelearning #anns #artificialneuralnetwork
Deep Learning Fundamentals - Level 1
Season 1 · Episode 3
dimanche 1 décembre 2024 • Duration 11:49
Join us as we explore the fascinating world of Deep Learning! This podcast will break down complex concepts into digestible pieces, covering everything from basic building blocks like neural networks, activation functions, and backpropagation to real-world applications in computer vision, speech recognition, and natural language processing.
Whether you're a student, a professional, or just curious about AI, this podcast is your guide to understanding the transformative power of deep learning.
Highly recommend the Deep Learning Specialization from deeplearning.ai if you want to go deeper.
#genai #levelup #level1 #learn #generativeai #ai #aipapers #podcast #deeplearning #machinelearning #foundation
Generative Agent Simulations of 1,000 People
Season 1 · Episode 2
mercredi 27 novembre 2024 • Duration 28:51
Imagine a world where scientists can simulate human behavior with incredible accuracy. Researchers at Stanford University have developed a new tool called "generative agents" that does just that. These agents are powered by large language models and trained on in-depth interviews with real people. The result is a collection of virtual individuals who can answer surveys, participate in experiments, and even engage in conversations.
This podcast will explore the fascinating world of generative agents and the potential they hold for revolutionizing social science research. We'll discuss:
- How generative agents are created using a combination of AI interviewers and large language models.
- The surprising accuracy of these agents in predicting real human behavior.
- How this technology can be used to study a wide range of social phenomena, from public health to political polarization.
- The ethical considerations of using AI to simulate human behavior.
Link to the paper: https://arxiv.org/pdf/2411.10109
Join us as we explore the cutting edge of AI and social science with the researchers who are pioneering this groundbreaking technology.
#genai #levelup #learn #generativeai #ai #aipapers #podcast #transformers #attention #machinelearning #agent #agenticai
Attention Is All You Need - Level 6
Season 1 · Episode 1
mercredi 27 novembre 2024 • Duration 15:24
The Transformer: Revolutionizing Sequence Transduction with Self-Attention
This episode explores the groundbreaking Transformer, a novel neural network architecture that has transformed the field of sequence transduction. The Transformer dispenses with recurrence and convolutions entirely, relying solely on attention mechanisms to capture global dependencies between input and output sequences.
This results in superior performance on tasks like machine translation and significantly faster training times.
We'll break down the key components of the Transformer, including multi-head self-attention, positional encoding, and encoder-decoder stacks, explaining how they work together to achieve these impressive results.
We'll also discuss the advantages of self-attention over traditional methods like recurrent and convolutional layers, highlighting its computational efficiency and ability to model long-range dependencies.
Online Tutorials:
- "The Illustrated Transformer" by Jay Alammar: An intuitive and visual guide to understanding the Transformer model and its components.
- "How Transformers Work: A Deep Dive into the Transformer Architecture" on DataCamp: A detailed tutorial explaining the inner workings of Transformers.
Join us as we explore the impact of the Transformer on natural language processing and its potential for future applications in areas like image and audio processing.
#genai #levelup #level6 #learn #generativeai #ai #aipapers #podcast #transformers #attention #machinelearning









