AI Blog

AI Blog

by Michele Laurelli

Vector

Concept
Definition

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.

Examples

1

Feature vector [1.2, 3.4, 5.6]

2

Word embedding vector

3

Image flattened to vector

Michele Laurelli - AI Research & Engineering