-
Notifications
You must be signed in to change notification settings - Fork 5.4k
removing doubt in the sentence #480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
removing doubt in the sentence #480
Conversation
Check out this pull request on ReviewNB: https://app.reviewnb.com/tensorflow/docs/pull/480 Visit www.reviewnb.com to know how we simplify your Jupyter Notebook workflows. |
what about: "There is no relationship between the similarity of any two words and the similarity of their encodings." |
@adammichaelwood agree with you |
"* The integer-encoding is arbitrary (it does not capture any relationship between words).\n", | ||
"\n", | ||
"* 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", | ||
"* 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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/There/there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
this may lead to think that in the integer encoding different words can have similar number to represent them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
PiperOrigin-RevId: 244714933
PiperOrigin-RevId: 244714933
this may lead to think that in the integer encoding different words can have similar number to represent them.