by Michele Laurelli
An ordered array of numbers representing a point in multi-dimensional space.
Fundamental data structure in ML. Can represent features, embeddings, or any numerical data. Operations include dot product, norm, addition.
Feature vector [1.2, 3.4, 5.6]
Word embedding vector
Image flattened to vector