Unity version: 2018.3.0f2
Neural network in Unity 3D trained with Back-Propagation, to recognize handwritten digits from the MNIST data set.
The neural network implementation was done by following this very good tutorial Neural Network - Back-Propagation Tutorial In C#.
- 3Blue1Brown Neural Network series
- Distill
- Michael Nielsen book, introducing neural networks and deep learning
- Save the model in a binary file.
- Drawing tool for testing with your own digits drawings.