Skip to content

Commit

Permalink
Update multi-class_classification_with_MNIST.ipynb
Browse files Browse the repository at this point in the history
Fix typo in introductory sentence and code for example number.
  • Loading branch information
willgoldby authored Jun 13, 2022
1 parent 49f016a commit 92c1107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ml/cc/exercises/multi-class_classification_with_MNIST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"source": [
"# Multi-Class Classification\n",
"\n",
"This Colab explore multi-class classification problems through the classic MNIST dataset."
"This Colab explores multi-class classification problems through the classic MNIST dataset."
]
},
{
Expand Down Expand Up @@ -287,7 +287,7 @@
},
"source": [
"# Output pixel #16 of row #10 of example #2900.\n",
"x_train[2917][10][16]"
"x_train[2900][10][16]"
],
"execution_count": 0,
"outputs": []
Expand Down

0 comments on commit 92c1107

Please # to comment.