{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Using Machine Learning to Classify Handwritten Digits\n", "\n", "Things we know about the data:\n", "#### - We have 10 digits.\n", "#### - The images are black and white.\n", "#### - Image size is 28 pixels by 28 pixels.\n", "\n", "![Handwritten Digits](resources/MnistExamples.png \"Handwritten Digits Example\")
Figure 1: Handwritten Digits Example
\n", "\n", "#### Let us start by downloading the data.\n", "\n", "Change `