Apply Deep Learning Concepts to MNIST Dataset with TensorFlow
- Apply Softmax Regression to predict handwritten digits
- Apply Denoising Auto Encoder to encode and reconstruct high level features
- Apply Hidden Layer, Dropout, Adam Optimizer to improve Accuracy
- Apply 2 Convolution Layers and 1 Full Connection layer to improve Accuracy to 99.2%