Skills › Deep Learning

Generative Models

Build GANs, VAEs, and understand diffusion model architecture.

0%
Confidence · no data yet
Sign in to track

After this skill you can…

  • Train a GAN on image data
  • Explain the ELBO in VAEs
  • Describe the forward and reverse diffusion process

Prerequisites

Watch (10 videos)

Karan Dalal - One Minute Video Generation with Test Time Training
Cohere · advanced hands-on
→ Generate long-form videos using Test Time Training→ Apply Transformers to video generation tasks
L17.7 VAE Latent Space Arithmetic in PyTorch -- Making People Smile (Code Example)
Sebastian Raschka · beginner hands-on
→ Implement VAE latent space arithmetic in PyTorch→ Build generative models with PyTorch
Build a Generative Adversarial Neural Network with Tensorflow and Python | Deep Learning Projects
Nicholas Renotte · beginner hands-on
→ Build a GAN with Tensorflow→ Generate synthetic datasets with Python
DCGAN implementation from scratch
Aladdin Persson · beginner hands-on
→ Implement a GAN from scratch→ Train a GAN on a dataset
Pytorch Conditional GAN Tutorial
Aladdin Persson · beginner hands-on
→ Train a Conditional GAN on a dataset→ Implement GAN architecture using PyTorch
GNN Project #4.1 - Graph Variational Autoencoders
DeepFindr · intermediate hands-on
→ Implement GVAE with PyTorch→ Train graph autoencoders
Neural Style Transfer Tutorial with Tensorflow and Python in 10 Minutes
Nicholas Renotte · beginner hands-on
→ Apply artistic styles to images using neural networks→ Build a neural style transfer model with Tensorflow
L18.4: A GAN for Generating Handwritten Digits in PyTorch -- Code Example
Sebastian Raschka · beginner hands-on
→ Build a GAN for image generation→ Train a PyTorch model for handwritten digit recognition
Generative Adversarial Networks for Style Transfer (LIVE)
Siraj Raval · beginner hands-on
→ Build GANs for style transfer→ Implement DiscoGAN using Tensorflow
Building our first simple GAN
Aladdin Persson · beginner hands-on
→ Build a simple GAN→ Train a GAN on a dataset