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.
Recommended External Videos
Introduction to Agents
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
titleattribute loading="lazy"for performance- Fallback text/link for users who can’t view embeds
Have a video recommendation? Share it in Discussions!