We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba1b24 commit 18c01b8Copy full SHA for 18c01b8
1 file changed
README.md
@@ -10,17 +10,11 @@ This repository focuses on generating and reconstructing handwritten digits by i
10
- **Autoencoders** with Convolutional Attention Blocks (CABs)
11
- **Denoising Diffusion Probabilistic Models (DDPM)** using U-Net
12
13
----
14
-
15
-## **Table of Contents**
16
-- [Overview](#overview)
17
-- [Autoencoder with CABs](#autoencoder-with-cabs)
18
-- [Diffusion Model (DDPM)](#diffusion-model-ddpm)
19
-- [Results and Visualizations](#results-and-visualizations)
20
-- [Future Directions](#future-directions)
+
21
22
---
23
+
24
## **Overview**
25
This project aims to reconstruct MNIST digits by encoding them into a latent space and progressively denoising them through a **Diffusion Model**.
26
0 commit comments