Wave of the Day podcast artwork

PODCAST · technology

Wave of the Day

Discover the latest in AI with our daily podcast, where we unpack one AI research paper in a concise, engaging format. Powered by our own AI voices, we deliver key insights and ideas to keep you informed and inspired—all in just a few minutes.

  1. 20

    What is NN-grams?

    What happens when you combine the best of old-school language models and the power of neural networks? You get NN-grams! In this episode, we break down how this new model blends n-grams (which remember word patterns) with neural networks (which can generalize like a pro). The result? More accurate and faster speech recognition. NN-grams are already outperforming traditional models on tasks like Italian speech recognition, and they’re faster too. Want to know how this hybrid model is changing the speech AI game? Tune in to learn more! Link to research paper-  https://arxiv.org/abs/1606.07470 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  2. 19

    How Listen, Attend and Spell (LAS) neural network was gigantic is breakthrough in speech AI

    In this episode, we dive into the revolutionary Listen, Attend and Spell (LAS) model that transforms how speech-to-text systems work. Unlike traditional methods that separate the process into multiple stages, LAS combines everything into one model, making it faster and more efficient. The system has two key parts: a 'listener' that processes the audio input, and a 'speller' that converts the information into text using attention-based mechanisms. Tune in to learn how LAS outperforms older speech recognition models, achieving impressive accuracy without relying on dictionaries or language models! Link to research paper-  https://arxiv.org/abs/1508.01211 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  3. 18

    What is scheduled sampling? Improving sequence prediction in RNNs

    In this episode, we explore how Scheduled Sampling helps Recurrent Neural Networks (RNNs) make better predictions for tasks like machine translation and image captioning. Normally, during training, RNNs use the actual previous word or token to predict the next one. But when making predictions, the model has to use its own previous predictions, which can lead to mistakes building up. Scheduled Sampling solves this by slowly shifting the model from using the correct token during training to using its own predictions, helping it learn more effectively and reduce errors. Tune in to learn how this approach helped improve results in a major image captioning competition! Link to research paper-  https://arxiv.org/abs/1506.03099 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  4. 17

    How batch normalization led to faster, smarter AI training

    How do you speed up deep neural network training and improve its performance simultaneously? Batch Normalization is the answer. By addressing internal covariate shift, it allows models to train faster, requiring fewer steps and lower learning rates. In this episode, we break down how this technique was applied to a state-of-the-art image classification model, cutting training time by 14 times and surpassing human-level accuracy on ImageNet. Tune in to learn how Batch Normalization is transforming deep learning and setting new benchmarks in AI research. Link to research paper-  https://arxiv.org/abs/1502.03167 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  5. 16

    Teaching AI to Move: GRUs in Sequence Modeling

    How does AI learn to predict and generate realistic human motion? In this episode, we dive into the power of Gated Recurrent Units (GRUs) for sequence modeling. Discover how this advanced RNN architecture captures long-term dependencies, predicts motion data point by point, and generates lifelike movements. From speech synthesis to machine translation, GRUs are proving their versatility—tune in to see how they’re reshaping AI’s ability to understand and create dynamic sequences. Link to research paper-  https://arxiv.org/abs/1501.00299 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  6. 15

    The Significance of LSTMs in Speech Recognition

    What’s the secret to teaching AI to understand large vocabularies? This week, we’re unpacking the power of Long Short-Term Memory (LSTM) networks in speech recognition. These advanced RNN architectures overcome the limitations of traditional models, like vanishing gradients, to deliver state-of-the-art performance with compact designs. Tune in to learn how LSTMs are changing the game for large-scale acoustic modeling and why they’re a cornerstone of modern AI speech systems. Link to research paper-  https://arxiv.org/abs/1402.1128 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  7. 14

    Noisy Student Training: A leap forward in speech recognition

    Can machines teach themselves to listen better? In this episode, we explore how the innovative "noisy student training" method—originally a game-changer for image classification—is now transforming automatic speech recognition. By combining self-training with smart data augmentation, researchers have achieved record-breaking word error rates on challenging datasets like LibriSpeech. Tune in to learn how this approach is setting new benchmarks in AI’s ability to understand and process human speech. Link to research paper-  https://arxiv.org/abs/2005.09629 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  8. 13

    The power of Dropout: Making LLM smarter by making them dumber

    Why would an AI engineer intentionally turn off parts of a neural network during training? Sounds counterintuitive, right? In this episode, we’re uncovering the magic of dropout—a technique that forces neural networks to generalize better and avoid overfitting. Join us as we explore how this breakthrough is reshaping AI benchmarks across the board. Link to research paper-  https://arxiv.org/abs/1207.0580 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  9. 12

    How do Generative Adversarial Networks (GANs) work?

    What if AI could learn to create new data that looks just like the real thing? In this episode, we dive into the groundbreaking concept of Generative Adversarial Networks (GANs). Learn how two AI models—one that generates data and another that judges its authenticity—work together in an adversarial game to create realistic images, sounds, and more. We’ll break down how this innovative approach eliminates the need for complex inference networks and opens up new possibilities for training AI. Tune in to discover how GANs are shaping the future of artificial intelligence and generative models! Link to research paper-  https://arxiv.org/pdf/1406.2661 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  10. 11

    How AI does Image-to-Image Translation: The Story of Pix2Pix

    In this episode, we dive into the power of conditional adversarial networks and how they’re transforming image-to-image translation. Learn how the Pix2Pix approach not only maps images from one form to another but also learns how to train itself—eliminating the need for manually designed loss functions. We’ll explore its success in tasks like synthesizing photos from label maps, reconstructing objects from edge maps, and colorizing images. Plus, find out how artists and creators worldwide are embracing Pix2Pix to create stunning visuals without any need for complex tweaks. Tune in to understand how this general-purpose AI is reshaping digital creativity Link to research paper- https://arxiv.org/abs/1611.07004 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  11. 10

    How Deep Learning Got Deeper: The Breakthrough of Residual Networks

    Title How Deep Learning Got Deeper: The Breakthrough of Residual Networks Subtext: Training deeper neural networks has always been a challenge—until now. In this episode, we dive into the groundbreaking innovation behind Residual Networks, or ResNets, which revolutionized AI models. Learn how this simple yet powerful idea made it possible to train networks 8x deeper than before, winning top honors in global AI competitions. From improving image recognition to dominating object detection, discover why ResNets are the foundation of today's cutting-edge AI. Hear it all on our podcast! Link to research paper- https://arxiv.org/pdf/1512.03385 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  12. 9

    Understanding BERT: Bidirectional Encoder Representations from Transformers

    In this episode, we dive into BERT, a breakthrough model that's reshaping how machines understand language. Short for Bidirectional Encoder Representations from Transformers, BERT uses a clever technique to learn from text in both directions simultaneously, enabling unmatched performance on tasks like answering questions and language inference. With state-of-the-art results on 11 benchmarks, BERT has set a new standard for natural language processing. Tune in to learn how this simple yet powerful model works and why it’s a game-changer in AI! Link to research paper- https://drive.google.com/file/d/1EBTbfiIO0D8fnQsd4UIz2HN31K-6Qz-m/view Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  13. 8

    What is GloVe?

    What makes word vectors so powerful in capturing meaning and structure? In this episode, we uncover the mystery behind their surprising regularities and introduce a groundbreaking model that redefines how we learn word representations. By blending the strengths of global and local methods, this innovative approach creates word vectors with rich substructures, achieving impressive results on analogy and recognition tasks. We’ll break down the key ideas and explain why this model is a leap forward for natural language understanding. Perfect for curious minds—no coding knowledge required. Link to research paper- https://www-nlp.stanford.edu/pubs/glove.pdf Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  14. 7

    Adam: The Game-Changer Optimizer

    In this episode, we break down the science behind Adam, a powerful algorithm revolutionizing how machines learn. Designed for efficiency and flexibility, Adam handles noisy, sparse data and large-scale problems with ease. We'll explore how it adapts to shifting objectives, why it needs minimal tuning, and what makes it stand out from other optimization methods. Plus, we’ll touch on its sibling, AdaMax, and the clever math that makes these tools a favorite in AI research and applications. Whether you’re an expert or just curious, we’ll keep it simple and engaging! Link to research paper- https://arxiv.org/pdf/1412.6980 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  15. 6

    Vector space demystified: Teaching AI to understand words

    In this episode, we will demystify a groundbreaking paper that revolutionized how machines understand language. The discussion explores how two new AI models create "word vectors" that help machines grasp word meanings and similarities. These models deliver state-of-the-art results in record time—learning from 1.6 billion words in under a day! Tune in to uncover how these innovations make AI faster and smarter at understanding language. Link to research paper-  https://www.khoury.northeastern.edu/home/vip/teach/DMcourse/4_TF_supervised/notes_slides/1301.3781.pdf Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  16. 5

    Efficient Inference Unlocked: Stochastic Variational Learning for Complex Models

    Ever wondered how AI learns from massive datasets when the math gets too tricky? In this episode, we break down a groundbreaking paper that reimagines how we approach these challenges. Learn how clever techniques like stochastic variational inference make it possible to work with impossible problems, and why it’s a game-changer for modern AI research. Link to research paper-  https://arxiv.org/pdf/1312.6114 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: www.smallest.ai/discord

  17. 4

    Revolutionizing Machine Translation: Fast, Cheap, and Accurate Evaluations

    In this episode, we discuss the groundbreaking method for evaluating machine translations, like those used by Google Translate. Traditional evaluations rely on skilled humans, take months, and cost a fortune. But what if there was a faster, cheaper, and reusable alternative? This paper introduces an AI-driven, language-independent solution that delivers results close to human judgment. Tune in as we unpack how this method could transform the way we assess translations! Link to research paper- https://dl.acm.org/doi/pdf/10.3115/1073083.1073135 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  18. 3

    Unpacking time-series forecasting and LSTMs

    In this episode, we will explore how AI predicts future trends using Long-Short-Term Memory (LSTM) networks. We will break down LSTM architecture, explaining how its memory system works and its effectiveness in time-series forecasting and natural language processing. Whether you're an AI enthusiast or just curious about forecasting, this episode simplifies complex ideas into an engaging discussion! Link to research paper-  https://arxiv.org/pdf/2105.06756 Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://smallest.ai/discord

  19. 2

    Cracking Open GPT-2: How AI Learned to Master Language Without Explicit Training

    Welcome to today’s episode, where we dive into the groundbreaking paper behind GPT-2, the language model that changed how we think about AI in NLP tasks! Imagine a model that can answer questions, translate languages, summarize articles, and even understand text—all without being explicitly trained for these tasks. That’s what OpenAI’s GPT-2 accomplishes, thanks to its training on a massive dataset called WebText, which consists of text scraped from millions of webpages. This paper hints at a future where AI systems learn tasks just by observing how they’re naturally done in the real world, reducing the need for massive amounts of labeled data. It’s an exciting leap towards more general and flexible AI systems. Link to research paper-  https://cdn.openai.com/better-language-models/language_models_are_unsupervised_multitask_learners.pdf Follow us on social media: Linkedin: https://www.linkedin.com/company/smallest/ Twitter: https://x.com/smallest_AI Instagram: https://www.instagram.com/smallest.ai/ Discord: https://www.smallest.ai/discord

  20. 1

    Attention is all you need | The model that changed AI

    This episode dives into the groundbreaking paper “Attention Is All You Need”, explaining how the Transformer model transformed AI and machine translation. Unlike traditional models, which were complex, slow, and difficult to train, the transformer introduced a simpler, more efficient method using only attention mechanisms—no recurrence or convolutions. This approach improved translation quality, sped up training, and made handling large tasks much easier. We’ll cover how the Transformer set new records for translating English to German and French and how it’s now being applied to other areas like grammar parsing. Discover how this game-changing model works and why it’s a cornerstone of modern AI. Link to research paper: https://arxiv.org/abs/1706.03762 Follow us on social media:Linkedin: https://www.linkedin.com/company/smallest/Twitter: https://x.com/smallest_AIInstagram: https://www.instagram.com/smallest.ai/Discord: https://www.smallest.ai/discord

Type above to search every episode's transcript for a word or phrase. Matches are scoped to this podcast.

Searching…

We're indexing this podcast's transcripts for the first time — this can take a minute or two. We'll show results as soon as they're ready.

No matches for "" in this podcast's transcripts.

Showing of matches

No topics indexed yet for this podcast.

Loading reviews...

ABOUT THIS SHOW

Discover the latest in AI with our daily podcast, where we unpack one AI research paper in a concise, engaging format. Powered by our own AI voices, we deliver key insights and ideas to keep you informed and inspired—all in just a few minutes.

HOSTED BY

smallest.ai

CATEGORIES

Frequently Asked Questions

How many episodes does Wave of the Day have?

Wave of the Day currently has 20 episodes available on PodParley. New episodes are automatically indexed when they're published to the podcast feed.

What is Wave of the Day about?

Discover the latest in AI with our daily podcast, where we unpack one AI research paper in a concise, engaging format. Powered by our own AI voices, we deliver key insights and ideas to keep you informed and inspired—all in just a few minutes.

How often does Wave of the Day release new episodes?

Wave of the Day has 20 episodes. Check the episode list to see recent publication dates and frequency.

Where can I listen to Wave of the Day?

You can listen to Wave of the Day on PodParley by clicking any episode. We provide an embedded audio player for direct listening, and you can also subscribe via your preferred podcast app using the RSS feed.

Who hosts Wave of the Day?

Wave of the Day is created and hosted by smallest.ai.
URL copied to clipboard!