Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 417 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 417 Bytes

ImageNoiseReduction

Image Noise Reduction with Convolutional Auto-encoders

Project Description

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.

Requirements

  • python >= 3.6.9
  • numpy 1.18.5
  • matplotlib 3.2.2
  • tensorflow 2.3.0