Skip to content

WasifArmanHaque/english-character-recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Project Title

English Alphanumeric Character Learning with Keras

Overview

This repo contains a training script chars74k_train.py written using the Deep learning framework Keras that trains a simple Deep convolutional neural network model on the Chars 74k Image dataset. Please note that the training is done on part of the full dataset containing images with good quality (bad quality images are not used for training) Running the script for 15 iterations yield 95.72% training and 81.64% validation accuracy. Conv-net weights after 15 iteratons is saved in weights.best.hdf5.

About

A simple Python script that learns to recognize English alphanumeric characters using a Deep Convolutional Neural Network..

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages