logo
episode-header-image
Aug 2017
43m 4s

MLG 023 Deep NLP 2

OCDevel
About this episode

Try a walking desk to stay healthy while you study or work!

Notes and resources at  ocdevel.com/mlg/23 

Neural Network Types in NLP

  • Vanilla Neural Networks (Feedforward Networks):

    • Used for general classification or regression tasks.
    • Examples include predicting housing costs or classifying images as cat, dog, or tree.
  • Convolutional Neural Networks (CNNs):

    • Primarily used for image-related tasks.
  • Recurrent Neural Networks (RNNs):

    • Used for sequence-based tasks such as weather predictions, stock market predictions, and natural language processing.
    • Differ from feedforward networks as they loop back onto previous steps to handle sequences over time.

Key Concepts and Applications

  • Supervised vs Reinforcement Learning:

    • Supervised learning involves training models using labeled data to learn patterns and create labels autonomously.
    • Reinforcement learning focuses on learning actions to maximize a reward function over time, suitable for tasks like gaming AI but less so for tasks like NLP.
  • Encoder-Decoder Models:

    • These models process entire input sequences before producing output, crucial for tasks like machine translation, where full context is needed before output generation.
    • Transforms sequences to a vector space (encoding) and reconstructs it to another sequence (decoding).
  • Gradient Problems & Solutions:

    • Vanishing and Exploding Gradient Problems occur during training due to backpropagation over time steps, causing information loss or overflow, notably in longer sequences.
    • Long Short-Term Memory (LSTM) Cells solve these by allowing RNNs to retain important information over longer time sequences, effectively mitigating gradient issues.

LSTM Functionality

  • An LSTM cell replaces traditional neurons in an RNN with complex machinery that regulates information flow.
  • Components within an LSTM cell:
    • Forget Gate: Decides which information to discard from the cell state.
    • Input Gate: Determines which information to update.
    • Output Gate: Controls the output from the cell.
Up next
Oct 2017
MLG 024 Tech Stack
<p><a href= "https://ocdevel.com/walk?utm_source=podcast&utm_medium=mlg&utm_campaign=mlg24"> Try a walking desk</a> to stay healthy while you study or work!</p> <p>Notes and resources at  <a href= "https://ocdevel.com/mlg/24?utm_source=podcast&utm_medium=mlg&utm_campaign=mlg24"> ... Show More
1h 1m
Oct 2017
MLG 025 Convolutional Neural Networks
<p><a href= "https://ocdevel.com/walk?utm_source=podcast&utm_medium=mlg&utm_campaign=mlg25"> Try a walking desk</a> to stay healthy while you study or work!</p> <p>Notes and resources at  <a href= "https://ocdevel.com/mlg/25?utm_source=podcast&utm_medium=mlg&utm_campaign=mlg25"> ... Show More
44m 39s
Jan 2018
MLG 026 Project Bitcoin Trader
<p><a href= "https://ocdevel.com/walk?utm_source=podcast&utm_medium=mlg&utm_campaign=mlg26"> Try a walking desk</a> to stay healthy while you study or work!</p> <p>Ful notes and resources at  <a href= "https://ocdevel.com/mlg/26?utm_source=podcast&utm_medium=mlg&utm_campaign=mlg2 ... Show More
38m 40s
Recommended Episodes
Aug 18
High Performance And Low Overhead Graphs With KuzuDB
SummaryIn this episode of the Data Engineering Podcast Prashanth Rao, an AI engineer at KuzuDB, talks about their embeddable graph database. Prashanth explains how KuzuDB addresses performance shortcomings in existing solutions through columnar storage and novel join algorithms. ... Show More
1h 1m
Jul 2024
The Rise of Generative AI Video Tools
Episode 13: What impact will AI-generated content have on the entertainment industry? Matt Wolfe (https://x.com/mreflow) and Nathan Lands (https://x.com/NathanLands) dive into this topic, envisioning a future where AI generates interactive movies and complex gaming worlds with in ... Show More
42m 48s
Sep 18
From RAG to Relational: How Agentic Patterns Are Reshaping Data Architecture
SummaryIn this episode of the AI Engineering Podcast Mark Brooker, VP and Distinguished Engineer at AWS, talks about how agentic workflows are transforming database usage and infrastructure design. He discusses the evolving role of data in AI systems, from traditional models to m ... Show More
52m 58s
Nov 2024
Code Generation & Synthetic Data With Loubna Ben Allal #51
Our guest today is Loubna Ben Allal, Machine Learning Engineer at Hugging Face 🤗 . In our conversation, Loubna first explains how she built two impressive code generation models: StarCoder and StarCoder2. We dig into the importance of data when training large models and what can ... Show More
47m 6s
Apr 2025
Canva Create 2025 - What's New for Educators? - HoET261
In this exciting crossover episode, Chris Nesi teams up with Leena Marie Saleh (The EdTech Guru) for a detailed look into Canva's latest educational innovations unveiled during Canva Create 2025. Whether you're a teacher, instructional coach, or tech integrator, this episode is p ... Show More
54m 32s
Jun 2025
806 : Topical English Vocabulary Lesson With Teacher Tiffani about Digital Art
<p>In today’s episode, you will learn a series of vocabulary words that are connected to a specific topic. This lesson will help you improve your ability to speak English fluently about a specific topic. It will also help you feel more confident in your English abilities.</p><h1> ... Show More
13m 21s
Jul 2024
Rendering Revolutions: Chaos founder Vlado Koylazov's Journey from V-Ray to Virtual Production
This podcast episode features Vlado Koylazov, co-founder of Chaos and inventor of the widely-used V-Ray rendering software. Koylazov shares his journey in computer graphics, from his early fascination with the field to the development of V-Ray and the latest innovations at Chaos. ... Show More
42m 42s
Sep 2024
Pausing to think about scikit-learn & OpenAI o1
<p>Recently the company stewarding the open source library scikit-learn announced their seed funding. Also, OpenAI released “o1” with new behavior in which it pauses to “think” about complex tasks. Chris and Daniel take some time to do their own thinking about o1 and the contrast ... Show More
50m 10s
Aug 2023
Deepdub’s Ofir Krakowski on Redefining Dubbing from Hollywood to Bollywood - Ep. 202
In the global entertainment landscape, TV show and film production stretches far beyond Hollywood or Bollywood — it's a worldwide phenomenon. However, while streaming platforms have broadened the reach of content, dubbing and translation technology still has plenty of room for gr ... Show More
32m 37s
Apr 2025
Simplifying Data Pipelines with Durable Execution
Summary In this episode of the Data Engineering Podcast Jeremy Edberg, CEO of DBOS, about durable execution and its impact on designing and implementing business logic for data systems. Jeremy explains how DBOS's serverless platform and orchestrator provide local resilience and r ... Show More
39m 49s