Vectors Glossary

Browse 4 vectors terms defined in plain English, from the cultural dictionary of computing.

4 Vectors Terms

AI Vector
A vector representation used in AI systems, typically to encode text, images, or other data numerically so similarity and retrieval operations become possible....
Approximate Nearest Neighbor
A similarity search method that trades exact recall for much faster lookup in high-dimensional vector spaces. It influences how models are trained, evaluated,...
Embedding Dimension
The number of numeric dimensions in an embedding vector used to represent data such as text or images. Embedding dimension affects storage cost, retrieval...
Embedding Space
A high-dimensional vector space where items (words, images, documents) are represented as points such that similar items are close together. Enables semantic...

Related Topics