Skip to content

Commit 0571a28

Browse files
Merge pull request #480 from bayethiernodiop:patch-6
PiperOrigin-RevId: 244714933
2 parents b14a2a9 + ad3c7d4 commit 0571a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/r2/tutorials/text/word_embeddings.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"\n",
104104
"* The integer-encoding is arbitrary (it does not capture any relationship between words).\n",
105105
"\n",
106-
"* An integer-encoding can be challenging for a model to interpret. A linear classifier, for example, learns a single weight for each feature. Because different words may have a similar encoding, this feature-weight combination is not meaningful.\n",
106+
"* An integer-encoding can be challenging for a model to interpret. A linear classifier, for example, learns a single weight for each feature. Because there is no relationship between the similarity of any two words and the similarity of their encodings, this feature-weight combination is not meaningful.\n",
107107
"\n",
108108
"### Word embeddings\n",
109109
"\n",

0 commit comments

Comments
 (0)