Skip to content
Klay

Vectors, and what they actually represent

After this lesson you can: Read a vector as a point, a direction, and a list of features.

Watch

Notes

A vector is a compact way to represent several numbers as one object. In two dimensions it might be written as something like [3, 5]; in software terms, that is just an ordered list with meaning attached to each position. The same vector can be read as a point at coordinates 3 and 5, as a move of 3 steps right and 5 steps up, or as two measured features of some thing in your data.

Unlock the full lesson notes, the exercises and the graded checkpoint - ₹5,000 once.