https://github.com/vanditg/paper-implementation-deep-learning
This repository contains the implementation of different papers relating to Computer Vision and Deep Learning fields.
https://github.com/vanditg/paper-implementation-deep-learning
computer-vision deep-learning generative-adversarial-network google-colaboratory jupyter-notebooks python pytorch pytorch-implementation
Last synced: 2 months ago
JSON representation
This repository contains the implementation of different papers relating to Computer Vision and Deep Learning fields.
- Host: GitHub
- URL: https://github.com/vanditg/paper-implementation-deep-learning
- Owner: Vanditg
- Created: 2020-08-31T08:30:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T08:49:30.000Z (almost 6 years ago)
- Last Synced: 2025-04-09T00:55:07.434Z (over 1 year ago)
- Topics: computer-vision, deep-learning, generative-adversarial-network, google-colaboratory, jupyter-notebooks, python, pytorch, pytorch-implementation
- Language: Jupyter Notebook
- Homepage:
- Size: 487 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paper-Implementation-Deep-Learning
This repository contains the implementation of different papers relating to Computer Vision and Deep Learning fields.
# Paper and Python Files
Goodfellow et al. 2015 - Vanilla GAN > [Access Here](https://github.com/Vanditg/Paper-Implementation-Deep-Learning/blob/master/GAN/Vanilla_GAN/5423-generative-adversarial-nets.pdf) <<<--->>> [Python file](https://github.com/Vanditg/Paper-Implementation-Deep-Learning/blob/master/GAN/Vanilla_GAN/GAN_CIFAR10_RGB.py)
# Jupyter Notebook Files
Goodfellow et al. 2015 - Vanilla GAN > [Access Here](https://github.com/Vanditg/Paper-Implementation-Deep-Learning/blob/master/GAN/Vanilla_GAN/5423-generative-adversarial-nets.pdf) <<<--->>> [Jupyter Notebook file](https://github.com/Vanditg/Paper-Implementation-Deep-Learning/blob/master/GAN/Vanilla_GAN/CIFAR_10_GAN_RGB.ipynb)
# Google Colab Repositories
Goodfellow et al. 2015 - Vanilla GAN > [Access Here](https://github.com/Vanditg/Paper-Implementation-Deep-Learning/blob/master/GAN/Vanilla_GAN/5423-generative-adversarial-nets.pdf) <<<--->>> [Colab Repository](https://colab.research.google.com/drive/1IGM9HhMvbSkqMLG_t7g5Xy82k2HwQauE?usp=sharing)