Skip to content

This work applies autoencoder to denoise the image in the "cifar10" dataset.

Notifications You must be signed in to change notification settings

WJiangH/CNN_AutoEncoder_Denoising

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This work applies autoencoder to denoise the image in the "cifar10" dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published