Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 857 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 857 Bytes

Neural Network (Back-Propagation) in Unity 3D

Unity version: 2018.3.0f2

Neural network in Unity 3D trained with Back-Propagation, to recognize handwritten digits from the MNIST data set.

drawing

Implementación

The neural network implementation was done by following this very good tutorial Neural Network - Back-Propagation Tutorial In C#.

Other resources

Future work

  • Save the model in a binary file.
  • Drawing tool for testing with your own digits drawings.