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
In the Tokenizer.ipynb of Chapter 9 in the second edition, all the similarity calculations are inconsistent with those in the book, and in some cases, the conclusions in the similarity representation are completely opposite.
The text was updated successfully, but these errors were encountered:
Thank you for this feedback. Here is the explanation and the solution:
Explanation
a) the libraries, modules, and packages continually change, which might impact the code
b) AI NLP algorithms are stochastic, meaning that there is randomness in the outputs
In the Tokenizer.ipynb of Chapter 9 in the second edition, all the similarity calculations are inconsistent with those in the book, and in some cases, the conclusions in the similarity representation are completely opposite.
The text was updated successfully, but these errors were encountered: