Skip to content

Commit 7570df3

Browse files
authored
Merge pull request #19 from dleybz/main
Bird ID is a separate feature
2 parents 0a846d7 + 47b3514 commit 7570df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embeddings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ \subsection{Numerical Feature Vectors}
732732
In three dimensions, with three features including the bird id, we would have a matrix
733733
\begin{equation}
734734
\begin{bmatrix}
735-
0 & 0 & 12\\
735+
12 & 0 & 0\\
736736
0& 2& 0 \\
737737
0& 0& 5
738738
\end{bmatrix}

0 commit comments

Comments
 (0)