Skip to content

jluisrojas/Unity3D-MNIST-NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Training a Neural network in Unity 3D to recognize handwritten digits from the MNIST dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages