Skip to content
This repository was archived by the owner on Jun 1, 2019. It is now read-only.

Commit ddd7aef

Browse files
author
Frederik Reiter
authored
Update README.md
1 parent 0a7b7d7 commit ddd7aef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Handwriting Recognition
22

3+
NOT MAINTAINED!
4+
35
## Introduction
46
In this repository I used the [NIST Special Database 19](https://www.nist.gov/srd/nist-special-database-19) and [Tensorflow](https://www.tensorflow.org/) to create a convolutional neural network, which recognizes handwritten digits. It differentiates between 47 classes: All uppercase letters, all numbers and a few lower case letters.I was able to achieve an accuracy of about 87%. If you have any questions, please feel free to open an issue, I will respond to all issues and do my best to help.
57

@@ -37,4 +39,4 @@ First I reconstruct the same graph that I used for training, then load the saved
3739
I made a dictionary that simply has the letter or number as value for each label. Refer to predict.py for more information.
3840

3941
## Notes
40-
This Readme doesn't go into very much detail on how the code works. I will answer issues as detailed as I can if you have specific questions, but if you don't know anything about Tensorflow, I can't help you that much. Again, I can really recommend [this course on udemy.com](https://www.udemy.com/complete-guide-to-tensorflow-for-deep-learning-with-python). I am not affiliated with udemy or the creator of this course, but I acquired most of mz know-how from that course.
42+
This Readme doesn't go into very much detail on how the code works. I will answer issues as detailed as I can if you have specific questions, but if you don't know anything about Tensorflow, I can't help you that much. Again, I can really recommend [this course on udemy.com](https://www.udemy.com/complete-guide-to-tensorflow-for-deep-learning-with-python). I am not affiliated with udemy or the creator of this course, but I acquired most of mz know-how from that course.

0 commit comments

Comments
 (0)