Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 304 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 304 Bytes

Denoising_AutoEncoders

Inpainting - Implement different types of denoising autoencoders that preserve the concerning information and nullify the effect of corruption applied to the same input (i.e) Dimensionality reduction via noise removal.

Requirements

  • numpy
  • tensorflow
  • matplotlib
  • PIL