Developed on Mac OS with Python 3.6 and TensorFlow 1.1.0 ##MNIST_CNN CNN model for MNIST, which contains:
-
Train.py : The training program.
-
train_result.ckdp : saves result of training.
-
Predict.py : Get labels of the input pictures.
-
Readfile.py : Convert 784*1 list to picture.
##MNIST_LSTM LSTM model for MNIST.
The contain of which is basically same with MNIST_CNN.
##Reference