6.2. Fashion-MNIST

This doubles as an example and as reproducible code to get our results from one of our (soon to be) published papers. This example will download Fashion-MNIST (a drop in more complex replacement for standard MNIST) in CSV format, normalise it, and begin the training process.

6.2.1. Interactive Graph

The following interactive graph represents the neural network used for MNIST prediction to exemplify this library in use:

0%

6.2.2. Usage

To run this example please use the generic docker script. Then the fashion-MNIST example is in the file fashion-mnist.ipynb which you can open in the browsers jupyter lab session (use the last of the three links).