├── NaNmnist.ipynb ├── README.md └── training.gif /README.md: -------------------------------------------------------------------------------- 1 | # NaNmnist 2 | Code for my MNIST Tutorial [blog post](https://www.oreilly.com/learning/not-another-mnist-tutorial-with-tensorflow). 3 | 4 | 5 | -------------------------------------------------------------------------------- /training.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagonhelm/NaNmnist/6e1c315e3334b1384ae179fe70107f3d4de07a61/training.gif --------------------------------------------------------------------------------