Skip to content

Commit 5d6c7de

Browse files
Update word2vec.ipynb
1 parent b5907ba commit 5d6c7de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/en/tutorials/text/word2vec.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,9 @@
614614
"source": [
615615
"![word2vec_negative_sampling](https://tensorflow.org/tutorials/text/images/word2vec_negative_sampling_changed.png)"
616616
]
617+
"source": [
618+
"Note: The words 'temperature' and 'code' didn't appear in the input sentence but they are some other words used from the vocabulary (A dictionary of all the words in a corpus). Similary, the various other indices that appear in the image are of some other words from the Vocabulary. \n"
619+
]
617620
},
618621
{
619622
"cell_type": "markdown",

0 commit comments

Comments
 (0)