data - vector algebra
data with algebra
Vector
- 3 terminology consisting of
Vector
- basis means axis
- dimension means the amount of the feature (columns of a table)
- direction is related to unit vector (this literally means unit)
direction is about
physical trend
.distance between vectors
- Euclidean distance: the sum of the absolute difference between two vectors
- Manhattan distance: the square root of the sum of the squared difference between two vectors
- Cosine distance: the multiplication of the two vectors divided by the sum of the scalar product of each vector
cosine distance is related to cosine similarity.