Skip to content

Commit 17f941c

Browse files
committed
Add description for vae topic
1 parent 5aaad23 commit 17f941c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

topics/vae/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
aliases: variational-autoencoder
3+
display_name: VAE
4+
short_description: A variational autoencoder (VAE) is a generative model that combines deep learning with Bayesian inference to learn compact latent representations of data.
5+
topic: vae
6+
wikipedia_url: https://en.wikipedia.org/wiki/Variational_autoencoder
7+
---
8+
A variational autoencoder (VAE) is a generative model that combines deep learning with Bayesian inference to learn compact latent representations of data. VAEs are widely used for image generation, anomaly detection, and data augmentation.

0 commit comments

Comments
 (0)