Repository navigation

#

dc-gan

My implementation of various GAN (generative adversarial networks) architectures like vanilla GAN (Goodfellow et al.), cGAN (Mirza et al.), DCGAN (Radford et al.), etc.

Python
381
4 年前

Generation of Human-Like handwritten digits using different GAN Architectures. The models were developed using Low-Level Tensorflow.

Python
6
3 年前

Implemented Vanilla RNN and LSTM networks, combined these with pretrained VGG-16 on ImageNet to build image captioning models on Microsoft COCO dataset. Explored use of image gradients for generating new images and techniques used are Saliency Maps, Fooling Images and Class Visualization. Implemented image Style Transfer technique from 'Image Style Transfer Using Convolutional Neural Networks'. Implemented and trained GAN, LS-GAN and DC-GAN on MNIST dataset to produce images that resemble samples from MNIST, DC-GAN gave best resembling images.

Jupyter Notebook
4
7 年前

Implementations of GANs in PyTorch for Pokemon image generation

Python
2
4 年前

A very simple and plain DC GAN to generate Image Flower Pictures out of the dataset.

Jupyter Notebook
2
3 年前

Generation of images from NORB dataset using DC-GAN

Python
2
8 年前
Python
0
2 年前

Implement Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks(DCGAN)

Python
0
4 年前
Jupyter Notebook
0
3 年前

Generating fake images using DC-GANs

Jupyter Notebook
0
3 年前

DC Generative Adversarial Network for an MNIST Handwritten Digits From Scratch in Keras & tensorflow.

Jupyter Notebook
0
1 年前