<aside> 💡 “What I cannot create, I do no understand” Richard Feynman

</aside>

Generating Images

ImageNet dataset can be used for non-commercial use

A generative model in this case could be one large neural network that outputs images and we refer to these as “samples from the model”.

DCGAN

Deep Convolutional Generative Adversarial Networks

Input : 100 random drawn numbers from a uniform distribution

Output : Image, generated

Changing code shows the model has learned features to describe the world rather than just memorizing

The network has millions of parameters that we can tweak. The goal is to find a setting of theses parameters that makes samples generated from random code look like the training data

“Learning reusable feature representations from large unlabeled datasets”

Untitled