Use Keras to build Lenet and train LeNet on MNIST
3.7
Using PyQt to make UI
Randomly show 10 images and labels in MNIST training dataset
Print out training hyperparameters (batch size, learning rate, optimizer).
Train 1 epoch from initial status and show training loss at the end of the epoch
Load model which is trained by 15 epoch, choose one image from MNIST test images, inference the image, show image and estimate the image as following