Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 496 Bytes

File metadata and controls

12 lines (7 loc) · 496 Bytes

CNN_AutoEncoder_Denoising

result of the model using 'cifar10' dataset in the tensorflow_datasets

the four rows represent "original image", "noisy image", "bottle_neck representation" and "denoised image", respectively.

Some features of autoencoder:

  1. autoencoder can learn dense representations of input data without supervision, which is useful for dimensionality reduction and for visualization.
  2. can be used to generate new data that ensembles input data