Skip to content

Commit 0c36383

Browse files
authored
Update README.md
1 parent 47c10d7 commit 0c36383

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# neural-network-for-mnist
22
A 3-layer neural network to differentiate handwritten digits in MNIST database
3+
4+
The network utilises MNIST data (in CSV format) to train itself and test data is feed in afterwards to show the network's ability to differentiate new and not-seen-before digit images.
5+
6+
MNIST data uploaded along with the .py file. They are downloaded from mnist-in-csv (https://pjreddie.com/projects/mnist-in-csv/). The original MNIST data in, .ubyte format, can be found here: http://yann.lecun.com/exdb/mnist/.
7+
8+
This project is made possible by the guidance on building a 3-layer neural network as illustrated by Mr. Tariq Rashid in his work Make Your Own Neural Network. (https://www.amazon.com/gp/product/B01EER4Z4G)

0 commit comments

Comments
 (0)