Understanding and Applying Text Embeddings
Nikita NamjoshiDeepLearning.AI
In this course, you will explore the properties of word and sentence embeddings and learn how to use them to measure semantic similarity between texts. You will apply text embeddings for tasks such as classification, clustering, and outlier detection. Additionally, you will learn to modify the text generation behavior of an LLM by adjusting parameters like temperature, top-k, and top-p. The course also covers the application of the open-source ScaNN library for efficient semantic search and building a Q&A system by combining semantic search with an LLM.

