Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rathore25/denoising-by-resnet

Use a ResNet to denoise the noisy images
https://github.com/rathore25/denoising-by-resnet

cifar-10 deep-neural-networks denoising-network residual-networks resnet

Last synced: 24 days ago
JSON representation

Use a ResNet to denoise the noisy images

Awesome Lists containing this project

README

        

# 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