/

Fake Pokemon Generation using DCGANs

Machine Learning | PyTorch

Project

Overview

Implemented a Deep Convolutional Generative Adversarial Network after reading the following paper: https://arxiv.org/abs/1511.06434v2 and other Pytorch documentation. This is applicable to many datasets but I chose Pokemon because it was the most fun in my opinion.

Technologies

Python

PyTorch

Back