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.
- Host: GitHub
- URL: https://github.com/mhashim6/neuro
- Owner: mhashim6
- License: mit
- Created: 2019-02-11T13:14:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T20:56:00.000Z (almost 7 years ago)
- Last Synced: 2025-01-15T16:26:41.481Z (12 months ago)
- Topics: image-classification, image-recognition, machine-learning, mnist-classification, neural-network
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)