Glossary
Embedding
An embedding is a numerical representation of data (like words, images, or documents) in a continuous vector space where similar items are close together. It captures semantic or structural relationships by encoding features into dense vectors. Embeddings are used in machine learning to make non-numeric data comparable and computable.
by Frank Zickert