Embeddings

Numerical representations of data (text, images, audio) in high-dimensional space where similar items are close together. Like converting words into map coordinates where similar meanings are neighbors.

Example: OpenAI's embedding model converts 'king' and 'queen' to similar vectors, enabling AI to understand they're related concepts.

Category: ai-ml

Difficulty: advanced