Image Classification
Keras
vision
0xnu commited on
Commit
bcfe26b
·
verified ·
1 Parent(s): 9facfab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -9,6 +9,8 @@ inference: false
9
 
10
  The MNIST OCR (Optical Character Recognition) model is a deep learning model trained to recognise and classify handwritten digits from 0 to 9. This model is trained on the MNIST dataset, which consists of 60,000 small square 28×28 pixel grayscale images of handwritten single digits, making it highly accurate for recognising written, isolated digits in a similar style to those found in the training set.
11
 
 
 
12
  ### Install Packages
13
 
14
  ```sh
 
9
 
10
  The MNIST OCR (Optical Character Recognition) model is a deep learning model trained to recognise and classify handwritten digits from 0 to 9. This model is trained on the MNIST dataset, which consists of 60,000 small square 28×28 pixel grayscale images of handwritten single digits, making it highly accurate for recognising written, isolated digits in a similar style to those found in the training set.
11
 
12
+ ![Training History](training_history.png "Training History")
13
+
14
  ### Install Packages
15
 
16
  ```sh