🏠 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

Quantization-Aware Training (QAT)

Deep learning model training method simulating quantization during the learning process to optimize post-quantization performance.

📖
terms

Fake Quantization

Operation simulating the effects of quantization during training by rounding values while maintaining gradients for backpropagation.

📖
terms

Quantization Range

Value interval [min, max] used to map floating-point numbers to quantized integers, determining the precision of the representation.

📖
terms

Symmetric Quantization

Quantization technique where the interval is centered around zero, simplifying calculations but potentially reducing efficiency for asymmetric distributions.

📖
terms

Asymmetric Quantization

Quantization method using a zero point different from zero, optimizing the use of dynamic range for non-centered distributions.

📖
terms

Dynamic Range Quantization

Technique dynamically adapting quantization ranges during execution to optimize the use of available bits.

📖
terms

Per-Tensor Quantization

Method applying a single set of quantization parameters to an entire tensor, simplifying implementation.

📖
terms

Integer-Only Quantization

Approach completely eliminating floating-point operations, requiring specialized techniques to maintain model precision.

📖
terms

Layer-wise Quantization

Strategy optimizing the quantization of each layer individually according to its specific characteristics and sensitivity.

📖
terms

Quantization Sensitivity Analysis

Evaluation of the impact of quantization on each component of the model to identify layers requiring particular attention.

📖
terms

Quantization-Aware Training Loop

Modified training cycle integrating quantization simulation operations at each forward and backward pass.

📖
terms

Batch Folding

Optimization technique merging batch normalization parameters with convolutional weights before quantization.

📖
terms

Gradient Clipping in QAT

Method limiting the amplitude of gradients during quantized training to stabilize convergence despite approximations.

📖
terms

Stepped Quantization

Progressive approach gradually increasing the level of quantization during training to facilitate model adaptation.

🔍

No results found