From c4da19127f95e49120238a5c52e9307fbe4eeaf9 Mon Sep 17 00:00:00 2001 From: Gustav Louw Date: Tue, 10 Apr 2018 19:48:22 -0700 Subject: [PATCH] README update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 985e01d..ce61bf4 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ The training data consists of hand written digits written both slowly and quickl Each line in the data set corresponds to one handwritten digit. Each digit is 16x16 pixels in size giving 256 inputs to the neural network. -At the end of the line 10 digits signify the digit: +At the end of the line 10 digits signify the hand written digit: 0: 1 0 0 0 0 0 0 0 0 0 1: 0 1 0 0 0 0 0 0 0 0 @@ -82,7 +82,7 @@ At the end of the line 10 digits signify the digit: This gives 10 outputs to the neural network. The test program will output the accuracy for each digit. Expect above 99% accuracy for the correct digit, and -less that 0,1% accuracy for the other digits. +less that 0.1% accuracy for the other digits. # Tips