Merge pull request #7 from pitmonticone/main

Fix typos in notebooks
This commit is contained in:
Sebastian Raschka 2023-12-17 09:09:31 -06:00 committed by GitHub
commit 7f0595f5f6
2 changed files with 2 additions and 18 deletions

View File

@ -158,7 +158,7 @@
"id": "250e8694-181e-496f-895d-7cb7d92b5562",
"metadata": {},
"source": [
"- This looks pretty good, but let's also handly other types of punctuation, such as periods, question marks, and so on"
"- This looks pretty good, but let's also handle other types of punctuation, such as periods, question marks, and so on"
]
},
{
@ -1575,22 +1575,6 @@
"\n",
"**See [./exercise-solutions.ipynb](./exercise-solutions.ipynb) for the exercise solutions.**"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "ce133c96-2ec5-400d-a103-3875d1da6f31",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "8352810e-461d-4c33-9c78-3648983a9777",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {

View File

@ -354,7 +354,7 @@
"id": "9116482d-f1f9-45e2-9bf3-7ef5e9003898",
"metadata": {},
"source": [
"- Now we can use the linear layer on the one-hot encoded represenation of the inputs:"
"- Now we can use the linear layer on the one-hot encoded representation of the inputs:"
]
},
{