Skip to content

abhishek1297/score-based-diffusion-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Score-based Diffusion Modeling

This notebook implements a basic Denoising Diffusion Probabilistic Model (DDPM) to generate samples from a 2D data distribution (either bimodal Gaussian or two moons). It defines the forward diffusion process (adding noise) and trains a neural network to learn the reverse process (removing noise) using either a noise prediction or score matching objective.

Reference Distribution

Reference Distribution

Reverse Diffusion

Reverse Diffusion

About

A small toy implementation of a score-based diffusion model on a low dimensional data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published