Image Noise Reduction with Convolutional Auto-encoders
The project defines and trains a Convolutional Auto-encoder on MNIST dataset to improve the accuracy of the classfication model on noisy data by denoising images using the auto-encoder.
- python >= 3.6.9
- numpy 1.18.5
- matplotlib 3.2.2
- tensorflow 2.3.0