Use generative adversarial networks (GANs) to generate new images of faces.
Project files can be found here - https://github.com/udacity/deep-learning-v2-pytorch/tree/master/project-face-generation
The project will be broken down into a series of tasks from loading in data to defining and training adversarial networks. At the end of the notebook, you'll be able to visualize the results of your trained Generator to see how it performs; your generated samples should look like fairly realistic faces with small amounts of noise.