Face Generation Using Deep Learning
In this project, we will use generative adversarial networks to generate new images of faces.
Get the data
We will be using two datasets in this project:
MNIST
CelebA
Since the celebA dataset is complex and we are doing GANs in a project for the first time, we want to test our neural network on M…



