Video Resources

Supplementary video content for the course.

Video lectures are supplementary to the main course materials. The primary content is in slides and notebooks.

Course Lectures

Video lectures will be added as they become available.

Introduction to Agents

What is an AI Agent?

DeepLearning.AI | 15 min

Introduction to the concept of AI agents and their capabilities.

Relevant to: Week 1

Conference Talks

NeurIPS & ICML

Talk Speaker Year Link
Coming soon - - -

Industry Talks

Talk Company Topic Link
Coming soon - - -

Tutorial Series

Building Agents from Scratch

Playlist links will be added.

RAG Deep Dives

Playlist links will be added.

Adding Videos

To embed a YouTube video in course materials:

<div class="video-embed">
<iframe
  width="100%"
  height="315"
  src="https://www.youtube.com/embed/VIDEO_ID"
  title="Video Title"
  frameborder="0"
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  allowfullscreen
  loading="lazy">
</iframe>
</div>

For accessibility, always include:

  • Descriptive title attribute
  • loading="lazy" for performance
  • Fallback text/link for users who can’t view embeds

Have a video recommendation? Share it in Discussions!


Back to top