🏠 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

Generative Adversarial Network

Unsupervised learning architecture composed of two competing neural networks, a generator and a discriminator, that compete against each other to generate realistic synthetic data.

📖
terms

Minimax Loss

Original objective function of GANs where the generator minimizes the log-probability of the discriminator being wrong, while the discriminator maximizes the probability of correct classification.

📖
terms

Latent Space

Reduced dimensional vector space where the generator samples random noise to create data, allowing semantic control over the generated features.

📖
terms

StyleGAN

Advanced GAN architecture using a mapping network and AdaIN modules to control hierarchical styles of generated features at different resolutions.

📖
terms

Jensen-Shannon Distance

Symmetric and bounded divergence metric used in original GANs to measure the difference between real and generated data distributions.

📖
terms

Gradient Penalty

Regularization term added to WGAN loss function to constrain discriminator gradients, ensuring the continuity of the Lipschitz transform.

📖
terms

Nash Equilibrium

Optimal point where neither the generator nor the discriminator can improve their performance by unilaterally modifying their parameters, indicating training convergence.

📖
terms

Encoder Network

Additional component in BiGAN or ALI variants that learns to map real data to latent space, enabling latent inference and reconstruction.

📖
terms

Cycle Consistency Loss

Additional loss function in CycleGANs ensuring content preservation during translations between unpaired domains via back-and-forth cycles.

📖
terms

Spectral Normalization

Regularization technique constraining the spectral norm of discriminator weights, stabilizing GAN training by controlling the Lipschitz transform.

📖
terms

Progressive Growing

Training strategy where networks start with low-resolution images and progressively add layers to increase resolution, stabilizing convergence.

📖
terms

Variational Auto-Encoder

Hybrid architecture combining VAE and GAN where the VAE ensures latent space coverage and the GAN improves visual quality of generated samples.

📖
terms

Fréchet Inception Distance

Quantitative evaluation metric measuring the similarity between Inception feature distributions of real and generated images via the Fréchet distance.

🔍

No results found