chiphuyen / ml-interviews-book

https://huyenchip.com/ml-interviews-book/
3.25k stars 498 forks source link

In the vector questions part: dimensionality span #13

Closed rasbt closed 2 years ago

rasbt commented 3 years ago

I think in the 5.1.1. Vectors section, where you had

Given n vectors, each of d dimensions, what is their dimensionality span?

You probably meant

what is the dimension of their span

or

what is the dimension of the span of the set of these vectors.

chiphuyen commented 2 years ago

Good point! Will be fixed in the upcoming PR!