Skip to content

Scratch Implementation using ONLY PyTorch of Conditional Vartiational Autoencoder for Denoising the augmented images of digits

Notifications You must be signed in to change notification settings

skyscrappers/Digit-Image-Denoiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Digit Image Denoiser

  • Task : De-noise Augmented Image (Noised, Rotated, Transformed)
  • Trained and Implemented De-noising Auto-encoder and De-noising Variational Auto-encoder with encoder and decoder in Res-Net Style from scratch using PyTorch.
  • Trained a condition Variational Auto-encoder to generate one of the classes of MNIST Dataset at Inference time given class label (Generating De-noised Image).

Digit: 0

image

Digit: 1

image

Digit: 2

image

Digit: 3

image

Digit: 4

image

Digit: 5

image

Digit: 6

image

Digit: 7

image

Digit: 8

image

Digit: 9

image

About

Scratch Implementation using ONLY PyTorch of Conditional Vartiational Autoencoder for Denoising the augmented images of digits

Topics

Resources

Stars

Watchers

Forks

Languages