課程資料
課程簡介
Learn embeddings, similarity search, HNSW, IVF, semantic search, RAG, and recommender systems with hands-on examples.
Embeddings and vector databases are the foundation of many modern AI applications — from semantic search to retrieval-augmented generation (RAG) and personalized recommendations. This course takes you from the core concepts to production-ready solutions, following a structured, project-based approach.
In Section 1, you’ll build deep intuition about embeddings: what they are, how they are produced with Sentence Transformers, and how similarity metrics like cosine, Euclidean, and dot product work. You’ll then apply these concepts to build a mini search engine.
In Section 2, you’ll learn how to choose and customize embedding models. We’ll cover how embedding models are formed, how to evaluate them using the MTEB benchmark, and how to use multimodal embeddings. You’ll then explore fine-tuning with contrastive loss.
In Section 3, we go under the hood of vector databases. You’ll learn the theory behind indexing methods like HNSW and IVF through clear visual explanations, followed by coding demos showing them in action.
In Section 4, we turn theory into practice. You’ll explore the vector database landscape, implement semantic search and dense retrieval, integrate embeddings into RAG pipelines, and build recommender systems using Pinecone — all with reproducible Python notebooks.
By the end of this course, you’ll have both the conceptual understanding and the hands-on skills to confidently build and deploy AI applications powered by embeddings and vector databases.
課程章節
- 4 個章節
- 22 堂課
- 第 1 章 Foundations of Embeddings & Similarity
- 第 2 章 Choosing and Using Embedding Models
- 第 3 章 How Vector Databases Work
- 第 4 章 Vector Databases: Landscape & Applications
課程內容
- Explain what embeddings are and how they enable similarity search.
- Learn how to choose and fine-tune embedding models for custom applications.
- Learn how vector databases work in terms of indexing & retrieval.
- Familiarize yourself with the vector database landscape and different applications.
此課程所涵蓋的技能
評價
-
RRayhan Fajri Alfarizqi
good
-
SSyed Nawaid Tanzeem
Excellent and simple explanation of quite complex concepts