mnist/README.md

9 lines
306 B
Markdown
Raw Normal View History

2020-01-17 18:46:42 +00:00
# mnist
MNIST Training + Website
2020-01-18 11:06:17 +00:00
This repo incudes the python code to train a neural network to recognise the famous mnist data set and how to export, import and use it inside a [website](https://mnist.nicco.io) after training.
<p align="center">
<img src=".github/screen.png" alt="screenshot" />
</p>