Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.38 KB

File metadata and controls

35 lines (26 loc) · 1.38 KB

How Diffusion Models Work - DeepLearningAI Crash Course

Overview

Learn and build diffusion models from the ground up, understanding each step. Learn about diffusion models in use today and implement algorithms to speed up sampling.

Instructor: Sharon Zhou - @LAMINI_AI

Course Outline

  • Introduction
  • Intuition
  • Sampling
  • Neural Network
  • Training
  • Controlling
  • Speeding Up
  • Summary

Lab: Lectures & Notebooks

Chapters Notebooks Demos
Introduction - -
Intuition - -
Sampling L1_Sampling.ipynb -
Neural Network L1_Sampling.ipynb (follow-up) -
Training L2_Training.ipynb -
Controlling L3_Context.ipynb -
Speeding Up L4_FastSampling.ipynb -
Summary - -

References