A desktop application for training and testing a Convolutional Neural Network
- Uses the MNIST dataset on handwritten digits
- A zipped copy of the data is available in the 'downloads' folder along with the executable (Windows)
- Train to recognize all digits or a specified one
- Specify the topology (number of layers and neurons) and see how well it does
- No need for a GPU. The model is trained on the CPU