Skip to content

Commit

Permalink
more intro
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jan 16, 2024
1 parent 5e61dd8 commit fd662e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/11-machine-learning/keras-mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We'll start with a classic exmaple—character recognition"
"We’ll apply the ideas we just learned to a neural network that does character recognition using the [MNIST database](https://en.wikipedia.org/wiki/MNIST_database). This is a set of handwritten digits (0–9) represented as a 28×28 pixel grayscale image.\n",
"\n",
"There are 2 datasets, the training set with 60,000 images and the test set with 10,000 images."
]
},
{
Expand Down

0 comments on commit fd662e0

Please sign in to comment.