Skip to content

melihaltun/DigitRecognition_w_LSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DigitRecognition_w_RNN

MNIST digit recognition using LSTM networks

This python code uses Keras LSTM library to classify MNIST handwritten digit dataset. Overall 96+% accuracy is achieved but LSTM is slower compared to CNN