https://github.com/wjayesh/degan
Implementation of DeGAN as described in the paper DeGAN: Mixed noise removal via generative adversarial networks, in Python using Tensorflow.
https://github.com/wjayesh/degan
gans machine-learning tensorflow
Last synced: 2 months ago
JSON representation
Implementation of DeGAN as described in the paper DeGAN: Mixed noise removal via generative adversarial networks, in Python using Tensorflow.
- Host: GitHub
- URL: https://github.com/wjayesh/degan
- Owner: wjayesh
- Created: 2022-04-21T12:01:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T09:38:50.000Z (about 4 years ago)
- Last Synced: 2025-06-16T06:05:48.598Z (about 1 year ago)
- Topics: gans, machine-learning, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeGAN
Implementation of DeGAN as described in the [paper](https://doi.org/10.1016/j.asoc.2020.106478) **DeGAN: Mixed noise removal via generative adversarial networks**, in Python using Tensorflow.
Part of my work for my B.Tech project at IIT Bhubaneswar.