Artificial Intelligence
33 views
Quantization
Quick Definition
Reducing model precision from 32-bit to lower bit representations
Full Definition
Reducing model size and computation by representing weights with lower precision numbers like INT8.
Examples
INT8 inference, mixed precision, PTQ
Related Terms
pruning
model-distillation
More Artificial Intelligence Terms
Diffusion Model
Generative model creating data by iteratively removing noise
Symbolic AI
AI using symbolic logic and explicit knowledge rules
One-Shot Learning
Learning to recognize patterns from a single example
Style Transfer
Applying artistic style of one image to another using neural networks
Few-Shot Learning
Learning to perform tasks from a small number of examples
Variational Autoencoder
Generative model using latent space encoding and decoding