numfocus / YouTubeVideoTimestamps

Adding timestamps to NumFOCUS and PyData YouTube videos!
https://www.youtube.com/c/PyDataTV
MIT License
75 stars 19 forks source link

Timestamps for Generating embeddings for Yu-Gi-Oh Cards with NumPy #216

Open fferegrino opened 2 weeks ago

fferegrino commented 2 weeks ago

This is the video: https://www.youtube.com/watch?v=kYtj7spnppE

00:00 Introduction
02:03 What is Yu-Gi-Oh!
03:47 The problem of recommendation
04:35 Embeddings
07:33 How can we create embeddings?
08:31 Using card decks to create embeddings
09:57 Data sources (YGOPRODeck)
12:11 Data processing
14:12 Getting dense vectors
14:48 Singular Value Decomposition
17:52 SVD using Python
20:51 Using our embeddings in queries
22:37 Live Demo
26:02 Conclusions