Skip to content

Commit

Permalink
Merge pull request #22 from veekaybee/overleaf-2023-06-23-1923
Browse files Browse the repository at this point in the history
Updates from Overleaf
  • Loading branch information
veekaybee committed Jun 23, 2023
2 parents 22de782 + 16f3fee commit d538e5a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions embeddings.tex
Original file line number Diff line number Diff line change
Expand Up @@ -729,12 +729,10 @@ \subsection{Numerical Feature Vectors}
Mathematically, vectors are collections of coordinates that tell us where a given point is in space among many dimensions. For example, in two dimensions, we have a point $[2,5]$, representing \mintinline{python}{bird_posts} and \mintinline{python}{bird_likes}.


In three dimensions, with three features including the bird id, we would have a matrix
In three dimensions, with three features including the bird id, we would have a vector
\begin{equation}
\begin{bmatrix}
12 & 0 & 0\\
0& 2& 0 \\
0& 0& 5
12 & 2 & 5\\
\end{bmatrix}
\end{equation}
which tells us where that user falls on all three axes.
Expand Down

0 comments on commit d538e5a

Please sign in to comment.