From fd662e012958f028e0d6e11611eeb942c62e3e97 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 16 Jan 2024 13:51:58 -0500 Subject: [PATCH] more intro --- content/11-machine-learning/keras-mnist.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/11-machine-learning/keras-mnist.ipynb b/content/11-machine-learning/keras-mnist.ipynb index 55e610e3..b4f9a70d 100644 --- a/content/11-machine-learning/keras-mnist.ipynb +++ b/content/11-machine-learning/keras-mnist.ipynb @@ -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." ] }, {