Embeddings
Embeddings = turning words/sentences into numbers (vectors). These numbers represent meaning, not just letters.
Analogy: Imagine each word is a city → embedding = GPS coordinates on a map → words with similar meaning are close together.
Project: Build a semantic search (e.g., search your notes by meaning instead of exact keywords).