🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links

AI Glossary

The complete dictionary of Artificial Intelligence

162
categories
2,032
subcategories
23,060
terms
📖
terms

Variational Auto-Encoder

Generative neural network architecture that learns a probabilistic distribution in the latent space rather than a deterministic encoding, enabling the generation of new data through sampling.

📖
terms

Probabilistic Encoder

Neural network that maps input data to the parameters (mean and variance) of a distribution in the latent space rather than a fixed point.

📖
terms

Generative Decoder

Neural network that reconstructs the original data from samples in the latent space, modeling the conditional probability p(x|z).

📖
terms

Inference Posterior

Approximate distribution q(z|x) learned by the encoder to estimate the true posterior p(z|x) which is generally intractable.

📖
terms

Reparameterization Noise

Random variable ε ~ N(0, I) introduced during the reparameterization trick to enable differentiation of the sampling operation.

📖
terms

Continuous Space

Property of the VAE latent space where neighboring points correspond to similar data, enabling interpolation and semantic navigation.

📖
terms

Latent Sampling

Process of generating new samples by drawing random points from the learned distribution in the latent space and passing them through the decoder.

📖
terms

Deterministic Auto-Encoder

Classical variant where encoding produces a unique vector in the latent space without a stochastic component, unlike the VAE.

📖
terms

Architecture Variationnelle

Structure neuronale intégrant des couches probabilistes et des mécanismes d'échantillonnage pour modéliser des distributions plutôt que des mappings déterministes.

🔍

No results found