Image-to-Image Networks
  • Introduction
  • Concept of Encode-Decode
  • Autoencoder
  • Q1
  • Deep Autoencoder
  • Intro to VAE
  • KL Divergence
  • VAE Code (1)
  • Q2
  • VAE Code (2)
  • Inference on Latent Layer
  • TSNE Algorithm
  • TSNE Code
Image Segmentation
  • Introduction
  • Batch Normalization
  • Theory of Conv2DTranspose
  • U-net Model
  • Customized Loss: Dice Coefficient and Dice Loss
  • Create Masks from CIFAR10 Dataset
  • U-net: Training, Evaluation, and Prediction