This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
tflucke
/
Handwritting-Interpreter-AI
miroir de
https://github.com/tflucke/Handwritting-Interpreter-AI.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aucune description
9
Commits
3
Branches
0
Publications
Aborescence:
9a4db4a4f1
Branches
Tags
Classifier
Tom-Digit-Prototype
master
Handwritting...
HTTP
SSH
ZIP
TAR.GZ
Tom Flucke
9a4db4a4f1
Fixed bug with testing. Now has 1.6% success rate.
il y a 9 ans
pngChars
6d84101490
Created folder for handwritten letters in png format.
il y a 9 ans
.gitignore
e6e074b56e
Added git ignore so MNIST data does end up in repo.
il y a 9 ans
README
288bfa4425
Initial README
il y a 9 ans
hwRecProto1.py
5550498586
Tom's prototype for a digit recognizer using the MNIST dataset.
il y a 9 ans
hwRecProto2.py
9a4db4a4f1
Fixed bug with testing. Now has 1.6% success rate.
il y a 9 ans
iamDataset.obj
fd100490ec
Parsed iam into MNIST-like data format
il y a 9 ans
png2Obj.py
834ae3a7b9
Renamed data creation script and wrote script to parse IAM. Getting a float32 cast error at the end. Unknown reason.
il y a 9 ans
png2Vec.py
097220ed51
Created basic python script to convert a png file to a vector. Not genericised yet.
il y a 9 ans
README
Handwriting Interpreter for CSC480