Skip to content

qaz9517532846/Keras_MNIST_RNN

Repository files navigation

Keras_MNIST_RNN

How to run MNIST using RNN, GRU, LSTM.

Image data: here

Library : tensorflow, keras, numpy, opencv, matplotlib

Step1. Read image data transform to numpy, save numpy file.

read_txt_test.py

Step2.

Train and test image using RNN.

Keras_MNIST_RNN.py

Train and test image using LSTM.

Keras_MNIST_LSTM.py

Train and test image using GRU.

Keras_MNIST_GRU.py

Releases

No releases published

Packages

No packages published

Languages