You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2024-07-31-Embeddings.md
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,21 @@ Computers are meant to crunch numbers; it goes back to the original design of th
2
2
3
3
#### What are Embeddings?
4
4
5
-
Embeddings are numerical representations of text data where words or phrases from the vocabulary are mapped to vectors of real numbers. This mapping is crucial because it allows us to quantify and manipulate textual data in a way that machines can understand and process. Below is an example of 4 dimension vector representation of the word king
5
+
Embeddings are numerical representations of text data where words or phrases from the vocabulary are mapped to vectors of real numbers. This mapping is crucial because it allows us to quantify and manipulate textual data in a way that machines can understand and process.
6
+
7
+
We understand what a word is, lets see what a vector is. A vector is a sequence of numbers that forms a group. For example
8
+
9
+
- (3) is a one dimensional vector.
10
+
- (2,8) is a two dimensional vector.
11
+
- (12,6,7,4) is a four dimensional vector.
12
+
13
+
A vector can be represented as by plotting on a graph. Lets take a 2D example
14
+
15
+

16
+
17
+
We can only 3 dimensions, anything more than that you can just say it not visualize.
18
+
19
+
Below is an example of 4 dimension vector representation of the word king
0 commit comments