Deep-Leaning-Implementation Environment tensorflow: 1.10 python: 3.5 dataset: MNIST Model 1 CNN CNN_tf.layers.py (Use tensorflow high level API) CNN_tf.nn.py (Use tensorflow low level API) 2 RNN LSTM.py muti-LSTMs 3 CNN combine LSTM CNN_LSTM.py