A collection of notebooks learning Deep Learning while going through the book Generative Deep Learning by David Foster.
- Autoencoders - A neural network that are made of an encoder (compressing high dimensional data into an embedding vector) and decoder (decompressing an embedding vector back to its original form, ie. an image).
- VAE with Kpop Idol Faces - Trained a Variational Autoencoder (VAE) on Kpop Idol Faces to learn the fundamentals of VAEs.