Explain value truncation in some figures (#199)

* clarify truncation

* typo fix
This commit is contained in:
Sebastian Raschka 2024-06-08 13:24:37 -05:00 committed by GitHub
parent 3b696a0b3c
commit c303a7f36d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -271,7 +271,7 @@
"id": "299baef3-b1a8-49ba-bad4-f62c8a416d83",
"metadata": {},
"source": [
"- (In this book, we follow the common machine learning and deep learning convention where training examples are represented as rows and feature values as columns; in the caase of the tensor shown above, each row represents a word, and each column represents an embedding dimension)\n",
"- (In this book, we follow the common machine learning and deep learning convention where training examples are represented as rows and feature values as columns; in the case of the tensor shown above, each row represents a word, and each column represents an embedding dimension)\n",
"\n",
"- The primary objective of this section is to demonstrate how the context vector $z^{(2)}$\n",
" is calculated using the second input sequence, $x^{(2)}$, as a query\n",