less than 1 minute read

Welcome back to this series about digits recognition! Today, we will leave the abstract world of neural network and linear algebra, and start loading some actual images of actual digits. We’ll also feed the image set to our network, and see if an untrained network performs well - spoiler alert: it doesn’t.

Loading dataPermalink

The MNIST datasetPermalink

Using the mnist cratePermalink

The three setsPermalink

Evaluating the networkPermalink

The evaluation functionPermalink

Storing the results in a nice structPermalink

Adding it all to mainPermalink

CliffhangerPermalink

Is it… working?Permalink

How we’ll make it workPermalink