/DigitRecognition_w_LSTM

MNIST digit recognition using LSTM networks

Primary LanguagePythonMIT LicenseMIT

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