An open API service indexing awesome lists of open source software.

https://github.com/mhashim6/neuro

My implementation for the "Make Your Own Neural Network" book's problem.
https://github.com/mhashim6/neuro

image-classification image-recognition machine-learning mnist-classification neural-network

Last synced: 11 months ago
JSON representation

My implementation for the "Make Your Own Neural Network" book's problem.

Awesome Lists containing this project

README

          

My implementation for the handwritten digits image recognition problem from the book [Make Your Own Neural Network](https://www.amazon.com/Make-Your-Own-Neural-Network-ebook/dp/B01EER4Z4G).

MNIST data (in csv files):

- [Training data (60,000 entries)](https://www.google.com/url?q=http://www.pjreddie.com/media/files/mnist_train.csv&sa=D&ust=1459380918475000&usg=AFQjCNHGH44RvgkyjB1suF264J4YLaXWJA)
- [Test data (10,000 entries)](https://www.google.com/url?q=http://www.pjreddie.com/media/files/mnist_test.csv&sa=D&ust=1459380918476000&usg=AFQjCNFmB73OHhZ9WaPrLzEdVw_bfBJG3Q)