Skip to content

Rathore25/Denoising-By-ResNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Image Denoising by ResNet

  • Implemented and trained a ResNet on CIFAR-10 images to denoise noisy images
  • Evaluated accuracy by calculating mean squared error (MSE) of recovered images
  • Compared the accuracy of ResNet vs model with no skip connections